/* *** Reset browser styles *** */
h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, pre, code, variable, address, form, fieldset, blockquote, html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

ol  {
	margin-left: 1.8em; /* add smaller indent than default */
	list-style: decimal;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}

/* end browser reset */

/* basic styles */

body {
	font: 62.5% Tahoma, "Lucida Grande", Arial, sans-serif;	
}

h1 {
	font: normal 3.5em/80% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 25px; 
	zoom: 1; /* ie give layout */
}

h2 {
	font: bold 2.5em "Arial Narrow", Arial, sans-serif;
	color: #005EFD;
	margin-bottom: 5px;
}

h2 strong {
	color: #FF6600;
	font-size: 110%;
}

p, ul, li {
	font-size: 1.2em;
}

h1 span.links {
	font: .35em Tahoma, "Lucida Grande", Arial, sans-serif;
	color: #666666;
	margin-left:25px;
	position: absolute;
	right: 5px;
	bottom: -20px;
}

h1 a {
	color: #333333;
}

a#homeLink {
	position: absolute;
	top: 10px;
	left: 15px;
	opacity: .5;
	filter: alpha(opacity=50);
}

a#homeLink:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#main li a {
	color: #666666;

}

#main li {
	margin-bottom: 10px;
}
#main #footnotes {
	background: #F6F6F6;
	margin-top: 30px;
	border-top: 1px solid #C2C7CF;
	padding-bottom: 7px;
	padding: 0 0 7px 0;
	font-size: 100%;
}
#main #footnotes h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #B4B400;
	padding: 7px 5px 5px 5px;
	margin: 0 0 5px 0;
	border: none;
}
#main #footnotes ol {
	list-style: none;
	margin: 0px;
}
#main #footnotes li {
	border-top: 1px dashed #999999;
	padding: 7px 5px 1px 5px;
	font-size: 1em;
}
#main h1 {
	position: relative;
	margin-bottom: 30px;
}
a:hover {
	color: #1A6FFE;
}
#main h3 {
	font-size: 1.6em;
	margin-top: 25px;
	border-top: 1px solid #666666;
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#main p {
	margin-bottom: 15px;
}
#main code {
	font-size: 2em;
	line-height: 130%;
	white-space: pre;
}
#footer {
	font-size: 1.3em;
	clear: both;
	padding: 50px 0 0 0;
}
#footer p {
	border-top: 1px solid #CC0000;
	padding-top: 7px;
	font-size: 1em;
	color: #005EFD;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
