/* Reset Global Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #17763C;
	/**color:#313132;**/
}
:focus {
	outline: 0;
}
/* end reset */
body {
	background:#FCEDDC;
	padding-top:20px;
}

H1 {
	font-size:2em;
	color:#292A6A;
	line-height:1.3em;
}
H2 {
	font-size:1.6em;
	color:#292A6A;
}
H3 { 
	font-size:1.8em;
	color:#FF0000;
}
p {
	margin:10px 0 9px 0;
	font-size: 13px;
	color: #000;
}
strong {
	font-weight:bold;
	color:#17763C;
}
a:link, a:visited, a:active, a:hover {
	color:#E37724;
}
#topnav
{
	height:20px;  
	min-height:20px;
}
#topnav ul {
	margin-top:2px;
	display:inline; 
	float:right
}
#topnav ul li {
	padding-left:10px;
	float:left;
	list-style:none;
	text-align:left;
	min-height:15px;
	height:15px;
	display:inline; 
}
#topnav ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	margin-top:4px;
	font-weight:bold;
}
#topnav ul li a:hover
{
	color:#ffffff;
}
#container
{
	width: 771px;
	margin:auto;
}
.header, .header p, .header img
{
	margin:0pt; padding:0pt; border:none; line-height:0px; 
}

#mainbody {
	width: 771px;
	margin:auto;
	border:1px solid black;
	background:#ffffff;
}
#maincontent {
	background:#ffffff;
	padding:0px 30px 30px 30px;
}
.mainnnav {
	min-height:25px;
	height:25px;
	background:#006B82;
	border-bottom:1px black solid;
	border-top:1px black solid;
}
.mainnnav ul {
	margin-top:2px;
}
.mainnnav ul li {
	padding-right:10px; 
	border-right:solid 1px black; 
	float:left;
	list-style:none;
	text-align:center;
	min-height:22px;
	height:22px;
}
.mainnnav ul li.last {
	border-right:0;
}
.mainnnav ul li ul li{border-right:none; padding-right:0pt; }
.mainnnav a:link, .mainnnav a:visited,.mainnnav a:active {
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin-top:4px;
	padding: 0 10px; 
}

/* style for form buttons*/
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E37724;
	font-weight: bold;
	background-color: #E4D8C0;
	border: 1px solid #333333;
}
.formbutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4D8C0;
	font-weight: bold;
	background-color: #6A4A0A;
	border: 1px solid #E4D8C0;
}
/* style for dark brown text */
.brownsm {font-family: Helvetica, Verdana, Arial, sans-serif; 10px; color: #E37724;}
.browncontentsmbold {font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 9px; color: #E37724; font-weight: bold;}
.browncontent {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292A6A;
}
.browncontentbold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #292A6A;
}

/* style for red text */
.redsm {font-family: Helvetica, Verdana, Arial, sans-serif; 10px; color: #FF0000;}
.redcontentsmbold {font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 9px; color: #FF0000; font-weight: bold;}
.redcontent {font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; color: #FF0000;}
.redcontentbold {font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bolder; color: FF0000;}

#breadcrumbs {
	min-height:24px;
	height:24px;
	padding-top:3px; 
}
#breadcrumbs p, #breadcrumbs a:link {
	color:#656565;
}
#contentleft {
	width:528px;
	min-height:400px;
	float:left;
	overflow:hidden;
	border-right:1px solid #b4a484;
}
#contentleftcontainer {
	margin-right:15px;
	margin-bottom:15px;
}

#contentleftcontainer ul li
{
	list-style-type:square;
	margin-left:20px; 
}

#contentleftcontainer ul li a, #contentleftcontainer p a:link
{
	color:#E37724;
}

#contentleftcontainer img
{
	padding-right:5px; 
}

#contentright {
	width:178px;
	overflow:hidden;	
}
#contentright h2 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px #99c6d8 solid;
	border-top:1px #99c6d8 solid;
	line-height:30px; 
}
#contentright h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#006B82;
	padding-bottom:15px; 
}
#contentrightcontainer {
	margin:0 0 0 15px;
}
#contentright tr {
	width:152px;
}
#contentright tr td {
	width:152px;
	list-style:none;
/*	line-height:30px; */
	border-bottom:1px #99c6d8 solid;
	margin-top:-1px;
}

#ctl00_ContentPlaceHolder3_Collection1{
	line-height:30px;
}
#Collection1{
	line-height:30px;
}


#contentright tr td a, #contentright tr td a:link, 
#contentright tr td a:visited {
	color:#656565;
	display:block;
	text-decoration:none;	
}
#contentright tr td a:hover, #contentright tr td a:active {
	background:#cce2ec;
}
#contentright tr td a, #contentright tr td a:link, 
#contentright tr td a:visited {
	color:#006B82;
}
.whatsnewbox
{
	border-bottom:solid black 1px; 
	margin-top:40px; 
}
.whatsnewbox h1
{
	background-color:black; 
	color:White;
	text-transform:uppercase; 
	font-size:13px; 
	text-align:center;
	font-weight:bold;
}
.whatsnewbox p
{
	padding:3px; 
}
.whatsnewbox a:link, .whatsnewbox a:visited, .whatsnewbox a:hover
{
	color:Black; 
	text-decoration:underline; 
	font-weight:bold; 
}


#footerlogos {
	border-top:1px #c3b79d solid;

}
#footer {
	width:700px;
	margin:auto;
	text-align:center;
	color:#006B82;
}
#footer a, #footer a:link, #footer a:visited, #footer p {
	color:#006B82;
	text-decoration:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
.bordertable
{
	border:solid 1px #528e91; 
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
