@charset "utf-8";

/*---typographic styles---*/

/*---resets all default margins and padding---*/
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	background-color: #45638B;
	padding-top: 10px;
	padding-bottom: 20px;
}
html{
height: 100%;
margin-bottom: 0.01em;
}
/* "auto" makes the left and right margins center the wrapper */
#wrap {
	width:780px; margin:0 auto; 
} 
/*always have a scroll on the page*/

/*html { overflow-y:scroll; }
*/
a:link, a:bisited {
	text-decoration:none;
	color:#00F;
}
a:hover {
	color:#09F;
	border-bottom: none;
}
h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin: 1em;
	line-height: 1.6em;
}

/*---area specific styles---*/

#content h1 {
	font-size: 1.8em;
	color:#666;
}
#content h2 {
	font-size: 1.4em;
	color:#999;
}
#content ul {
	margin-left: 40px;
	margin-bottom: 1em;
}
#sidebar {
	font-size: 85%;
}
#sidebar p {
	line-height: 1.2;
}
#footer p {
	line-height: 60px;
}












.pageHead {
	color: #06F;
	font-size: 2em;
}
table#headerReview {
	color: #FFF;
}

