html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

html { min-height: 100%; margin-bottom: 1px; }


li {
	padding-top: 1px;
	margin-top: 0.4em;
	padding-left: 0px;
	margin-left: 20px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #92c849;
}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}

/* CONTAINERS */
/*----------------------------------------------------------------------------------*/


#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  } 


#breadcrumb {
	width: 450px;
	height: 39px;
	float: left;
	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	


.masthead {
	left:0px;
	top:29px;
	width:760px;
	height:141px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2083C4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2083C4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2083C4;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navbar {
	left:0px;
	top:29px;
	width:760px;
	height:40px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2083C4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2083C4;
	background-color: #457293;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.navbutton {
	left:0px;
	top:29px;
	width:215px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 0px;
	float: left;
	font-size: 12px;
	padding-right: 10px;
}


.navbutton_selected {
	left:0px;
	top:29px;
	width:215px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 0px;
	float: left;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 10px;
}

.navhome {
	left:0px;
	top:29px;
	width:60px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}


.navhome_selected {
	left:0px;
	top:29px;
	width:60px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}


.greybg {
	left:0px;
	top:20px;
	width:960px;
	height:20px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2083C4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2083C4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2083C4;
	background-color: #033F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg-grey.jpg);
	background-repeat: no-repeat;
}



#contentcontainer {
	width: 960px;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #2083C4;
	border-left-color: #2083C4;
	border-bottom-width: 1px;
	border-bottom-color: #2083C4;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	}
	
#contentcontainerleft {
	width: 450px;
	float: left;
	}	
	

#contentcontainerright {
	width: 250px;
	float: right;
	}		



#footer {
	float: left;
	height: 0px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4E4E4;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}



/* LINKS */
/*----------------------------------------------------------------------------------*/

a:link
{
	text-decoration: underline;
	color: #0000FF;
}


a:visited
{
	text-decoration: none;
	color: #0000FF;
}


a:hover
{
	color: #0000FF;
	text-decoration: underline;
}


.navbutton a:link
{
	color: #FFFFFF;
	text-decoration: none;
}


.navbutton a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}


.navbutton a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}



.navhome a:link
{
	color: #FFFFFF;
	text-decoration: none;
}


.navhome a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}


.navhome a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}




.navbutton_selected a:link
{
	color: #FFFF00;
	text-decoration: underline;
}

.navbutton_selected a:visited
{
	text-decoration: underline;
	color: #FFFF00;
}


.navbutton_selected a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}








.navhome_selected a:link
{
	color: #FFFF00;
	text-decoration: underline;
}


.navhome_selected a:visited
{
	text-decoration: underline;
	color: #FFFF00;
}


.navhome_selected a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}



.footer a:link {
	text-decoration: none;
	color: #DEC2AC;
}
.footer a:visited {
	color: #DEC2AC;
	text-decoration: none;
}
.footer a:hover {
	color: #C00010;
	text-decoration: underline;
}




img
{
 border-color: #6C0403;
}

A:link img, A:visited img {border-color: #333333;}
A:hover img {border-color: #C00010;}
