#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 0px;




}



html {
	min-width: 600px;
	padding: 0em;



}
body, div, td, th, h2, h3, h4 {
	font-family: "Trebuchet MS";
	font-size:    medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #003456;
	background-color: #FFFFFF;
}  


p {
	line-height: 130%;
	font-size: 13px;
	color: #003366;
	padding-left: 10px;
	padding-top: 0px;



}

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #00465c;
	padding-bottom: 0px;
	margin: 0;
	padding-left: 17px;
	padding-top: 0px;
	padding-right: 0px;


}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #006699;
	padding-bottom: 0px;
	margin: 0;
	padding-left: 19px;
	padding-top: 0px;


}

h3 {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #003366;
	padding-bottom: 2px;
	margin: 0;
	padding-left: 12px;
	padding-top: 0px;

}
	

h4 {
	line-height: normal;
	font-size: 13px;
	color: #003366;
	padding-left: 6px;


}


#main {
	text-align: left;
	clear: both;
	width: 98%;
	margin-top: -1px;
}

#bodyarea {
	padding: 20px;
	min-height: 300px;
	background-color: #FFFFFF;

}

#topbar {
	padding-bottom: 1px;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	clear: both;
	text-align: center;

}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; }

#tabs a,span { width: 90px; }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #003C58;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #BDCE8A;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a:hover {
	background: #DEBEDE;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #DEBEDE;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #0099CC;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #333;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	background: #FFFFFF;
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}

#footer {
	clear: both;
	padding: 5px 0 0 18px;
	font-size: 90%;
	color: #666666;
	background-color: transparent;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;



}
a:link {
	text-decoration: none;
	color: #006699;
	font-weight: normal;


}
a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: normal;


}
a:hover {
	color: #00465c;

}
