
body {
	margin: 0px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/backgroundblend2.gif) repeat;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}

h1 {
	margin: 20px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h2 {
	margin: 0px 0px 0px px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "tahoma";
	color: black;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */


#logo {
	width: 980px;
	margin: 0 auto;
	background: url(images/topbar.gif) no-repeat left top;
	height: 133px;
	border: 0px;
}

#header {
	width: 980px;
	height: 133px;
	margin: 0 auto;

}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
}




/* Menu */

#menu {
	float: left;
	background: url(../images/menubluebackground.gif) repeat;
	width: 980px;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 6px;
	padding: 5px 11px 2px 11px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "arial";
}

#menu a:hover {
	background: url(images/menulightbluebackground.gif);
	color: white;
	height: 25px;
}

#menu .current_page_item a {
	background: url(images/menuredbackground.gif);
	color: white;
	font-weight: bold;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: url(images/white.gif) repeat;

	
}

/* Content */

#content {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:  #ffffff;
	
}

#mainone {
	float: left;
	width: 965px;
	padding: 0px 0px 0px 15px;
	background:  #ffffff url(images/shadedboxbackground.gif) no-repeat;

}

#mainone a {
font-size: 12px; 
font-family: "arial";
text-decoration: underline;
color: #172AA3;
}

#mainone h1 {
	margin: 20px 0px 0px 0px;
	font-size: 9pt;
	font-weight: normal;
	font-family: "arial";
	color: #000000;
}

#mainone h2 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: #000000;
}

#mainone h3 {
	margin: 20px 0px 0px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: #000000;
}

#mainone h4 {
	margin: 0px 0px 0px px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "arial";
	color: #000000;
}



/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #48AB07;
	background: red;
	margin-bottom: 27px;
}

