body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F9F9F9;
}

a:link { color: #0000EE; text-decoration: none; }
a:visited { color: #0000EE; text-decoration: none; }
a:hover { color: #0000EE; text-decoration: underline; }
a:active { color: #0000EE; text-decoration: none; }

div#page {
	width: 740px;
	margin: 10px auto;
	margin-top: 30px;
	padding: 25px 10px;
	border: 1px solid #EDEDED;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#metanavigation {
	width: 740px;
	margin: 0px auto 30px auto;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
}
div#metanavigation a { color: #CCCCCC; }

ul#navigation {
	width: 200px;
	list-style: none;
	float: left;
}
ul#navigation li a { padding: 4px 5px 3px 5px; border-bottom: 1px solid #EDEDED; display: block; }
ul#navigation li.active a, ul#navigation li a:hover { background-color: #FCFCFC; text-decoration: none; background-color:#CCCCCC }

* html ul#navigation li a { height: 1px; }

div#content { width: 500px; float: right; }

div#content h1 { font-size: 14px; margin-bottom: 20px; font-weight: 800; }
div#content h2 {
	font-size:13px;
	margin-bottom: 10px;
	font-weight: 800;
}

div#content p,
div#content table,
div#content blockquote { margin-bottom: 17px; line-height: 17px; }

div#content ol,
div#content ul { margin-left: 17px; }
div#content ol li h2 { font-weight: 800; }

div#content blockquote {
	padding: 15px 30px 15px 15px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../layout/info.png);
	background-repeat: no-repeat;
	background-position: 460px 5px;
	background-color: #FCFCFC;
}
div#content blockquote p { margin-bottom: 0px; }

div#content table { width: 100%; border: 1px solid #DDDDDD; background-color: #FCFCFC; }
div#content table th { font-weight: 800; }
div#content table th,
div#content table td { padding: 2px 5px; }
div#content table tr.heading { border-bottom: 1px solid #DDDDDD; background-color: #EDEDED; }
div#content table tr.even { background-color: #EDEDED; }

/* SEO Styles */
div#content em { font-style: normal; }
div#content acronym { cursor: help; }
div#content strong.nostrong { font-weight: normal; }
span.description { left: -5000px; position: absolute; }

div.clearer { clear: both; }

