/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html,body,div,pre,form,fieldset,input,h1,h2,h3,h4,h5,h6,p,textarea,ul,ol,li,dl,dt,dd,blockquote,th,td {  
	margin:0; 
	padding:0; 
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

a, a:visited, a:active {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #000099;
	text-decoration:underline;
	
}

.sidebar_hdr {
	width: auto;
	background-color: white;
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	border-bottom: 7px solid #006666; 
}

.copyright {
	width: auto;
	font: 10px/10px Arial, Helvetica, sans-serif;
	padding-top: 6px;
}
.finheader {
	color: white;
	background-color: #000066;
	width: auto;
	font: 18px/18px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 3px;
}
.sidecomment {
	color: #333;
	width: auto;
	font: 10px/10px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

#masthead h2 {
	font:bold 18px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #006666;
}
#masthead  a:link, #masthead a:visited, #masthead a:active {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#masthead  a:hover {
	text-decoration:underline;
}

#sidebar h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	border-bottom: 3px solid #006666;
}

#sidebar ul {
	font-size: 13px;
	margin-bottom:10px;
}
#sidebar ul li {
	padding-top: 5px;
	margin-bottom: 2px;
	display:block;
/*  	background: transparent url(images/dots_horizontal.jpg) repeat-x bottom left;  */
}
#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	font:normal 13px/13px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}

span.sideDescription {
	float:left;
	padding-bottom:28px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: grey;
}

#content h2 {
	font:bold 18px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	border-bottom: 3px solid #006666;
}
#content  a:link, #content a:visited, #content a:active {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
}
#content  a:hover {
	text-decoration:underline;
}

#content h2 {
	font:bold 18px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	border-bottom: 3px solid #006666;
}


