﻿/*YahooReset::START*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*YahooReset::END*/

html, body, form
{
	height:100%;
}
body
{
	background-color: #D2D6D7;
	color: #000000;
	font-family: Lucida Grande,Arial,sans-serif;
	font-size: 14px;
	min-width: 960px;
	margin: 0px auto;
}
#main
{
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0px;
	position:relative;
	width:930px;
}

#footer a,
#maincontent > a:link,
#maincontent > a:visited,
#maincontent > a:active,
#maincontent > a:hover
{
	text-decoration: underline;
	color: #000066;
	background-color: #FAFBFE;
}
.centeredToolbar
{
	margin:0px auto;
	width:100%;
}
.centeredToolbarButton
{
	width: 200px;
	text-align: center;
}

#mainContent
{
	padding:10px;
}
#mainContent h1
{
	padding-top:20px;
	font-size:2em;
	font-weight:bold;
	color:Navy;
	font-family: Verdana,sans-serif;
}
#mainContent h2
{
	padding: 20px 0px;
	font-size:1.5em;
	font-weight:bold;
	color:Navy;
}
#mainContent h3
{
	padding: 20px 0px;
	font-size:1.2em;
	color:Navy;
}
#mainContent p
{
	padding: 5px 0px;
	font-size:1.1em;
}

#footer 
{
	padding:0;
	margin:1em 0;
	padding-top:0.5em;
	clear:both;
}

#footer .wrapper
{
	color: #999;
	background: url('Images/footer-bg.gif') repeat-x;
}

#footer .wrapper
{
	margin: 1em 0;
	padding-top: 1em;
	font-size: 0.8em;
	clear: both;
}

#footer hr
{
  	display: none;
}
hr
{
	color: #ccc;
	background: #ccc;
	border-color: #ccc;
	margin: 1em 0;
	border-style: none;
	height: 1px;
}

#mainContent ul
{
	padding-left:40px;
}
#mainContent li
{
	list-style:disc none outside;
	margin:0.5em 0;
}

#ct_ml
{
	display: none;
	left: 10px;
	width: 750px;
	position: absolute;
	top: 10px;
	height: 450px;
	background-color:white;
}