body {
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #FDF8DE;
}

#container {
	color: #666;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container li,
#container p,
#container div {
	font-size: 11px;
	line-height: 1.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
}

#container p,
#container ol,
#container ul {
	margin: 0em 0em 1em 0em;
}

#container img {
	border: 0px;
}

#teaser img,
#content img {
	float: right;
	margin: 5px 0px 5px 15px;
	border: 1px solid #e5e5e5;
	padding: 2px;
	background: #fff;
}

#teaser img.inline,
#content img.inline {
	float: none;
	vertical-align: middle;
	margin: 2px;
	border: 0px;
	background: none;
}

#teaser div.separator img,
#content div.separator img {
	margin: 6px 6px 0;
	border: 0;
	padding: 0;
	float: none;
	background: transparent;
}

#content div.separator img.top {
	margin-top: 10px;
	float: none;
}

#content img {
	padding: 1px;
}

#content ul {
	padding-left: 1em;
}

#content ul li {
	background: url("../img/bullet.gif") no-repeat 0em 0.5em;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style: none;
}

/* ------------------------------------------------ */

#container a {
	text-decoration: underline;
}

#teaser a:link,
#teaser a:visited,
#content a:link,
#content a:visited {
	color: #666;
	font-weight: bold;
	background: transparent;
}

#content a.image,
#content a:hover.image {
	text-decoration: none;
}

#footer a:link,
#footer a:visited {
	color: #666;
	font-weight: bold;
	background: transparent;
}

#container a:hover {
	text-decoration: none;
}

#container a:active {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* ------------------------------------------------ */

#container h1,
#container h2,
#container h3 {
	color: #92A6B1;
	background: transparent;
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	line-height: normal;
	margin: 0em 0em 0.5em 0em;
	padding: 0px;
	text-align: left;
}

#teaser h2,
#content h2 {
	font-size: 22px;
}
#teaser h3,

#content h3 {
	font-size: 18px;
}

#content h4 {
	font-size: 12px;
	color: #92A6B1;
	background: transparent;
	font-weight: bold;
	line-height: normal;
	margin: 0.5em 0em 0.5em 0em;
	padding: 0px;
	text-align: left;
}

/* ------------------------------------------------ */

#date {
	float: right;
}

#header {
	color: #fff;
	background: #f5d75c;
	text-align: center;
	border-top: 10px solid #666;
	border-bottom: 2px solid #666;
	padding: 2px 0;
	width: 612px;
	margin: 0px auto;
}

#frame {
	color: #666;
	background: #fff;
	border: 1px solid #d3d3d3;
	border-width: 0 1px 0 1px;
	padding: 0 15px 15px;
	width: 580px;
	margin: 0px auto;
	background: #fff url("../img/bg.jpg") repeat-y top center;
}

#teaser,
#content {
}

#teaser div.separator,
#content div.separator {
	background: transparent;
	padding: 5px;
	border: none;
}

#teaser div,
#content div {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-bottom-width: 3px;
	padding-bottom: 4px;
	padding: 15px;
}

#content td.separator {
	border-width: 0;
	border-bottom-width: 6px;
	padding: 5px;
	padding-top: 20px;
	background: transparent;
}

#footer {
	background: #e5e5e5;
	border: 1px solid #d3d3d3;
	border-bottom: 10px solid #666;
	border-width: 0px 1px 10px 1px;
	padding: 15px;
	width: 580px;
	margin: 0px auto;
}

#footer p {
	line-height: 1.2em;
	font-size: 10px;
	margin: 0 0 0.8em 0;
}

/* ------------------------------------------------ */

span.label {
	width: 120px;
	float:left;
}

span.button {
	padding-left: 120px;
}

#content img.error {
	float: none;
	vertical-align: top;
	margin: 2px;
	border: 0px;
	background: none;
}

#content p.error {
	color: #DA3114;
}

#content p.success {
	color: #0FA149;
}

#content #errors {
	padding: 2px 10px;
	margin: 5px 5px 10px;
	color: #DA3114;
	font-weight: bold;
	border: none;
	border-left: 3px solid #DA3114;
}

#content #errors ul li {
	font-weight: normal;
	background: url("../img/bullet_r.gif") no-repeat 0em 0.55em;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style: none;
}

#content div.options {
	border: none;
	margin: 0px;
	padding: 2px 10px;
	margin: 0px 5px 10px;
	border-left: 2px solid #E6E6E6;
}
