@charset "utf-8";
body {
	background: #3b77b6;/*#326d8b;*/
	background-image:url("images/plainbg.gif"); 
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width:800px;
	/*color: #0066CC;*/
	color:#303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:125%;
}


.sidemenu{
float:right;
height:100%;
width: 160px;
margin-top:-15px;
padding-left:10px;
margin-right:-10px;
}
.sidemenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.sidemenu li a{
	/*background: white url(Images/images/glossyback.gif) repeat-x bottom left;*/
	background-color:#0a82c0;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 5px;
	border-bottom:1px solid #c0c0c0;
	text-decoration: none;

}

* html .sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (1px) */
width: 155px;
}

.sidemenu li a:visited, .glossymenu li a:active{
/*color: white;*/
}

.sidemenu li a:hover{
/*background-image: url(Images/images/glossyback2.gif);*/
color:#ff9933;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid #0a82c0; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/

list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
font: bold 13px Verdana;
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #1996cb; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
/*background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ff9933;
background:#0771a7;
}



a {

	color: #ff9933;
	text-decoration: none;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0a82c0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #f58437;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	/*color: #ff9933;*/
}

.callout{
	float:right; 
 
	border:1px solid #c0c0c0; 
	align:centre; 
	margin:5px; 
	padding:5px; 
	font-size:0.75em;
}

.highlight{
font-weight:bold;
color:#f58437;
}
.separate{
text-align:center;
width:650px;
line-height:1px;
float:clear;
clear:both;
}
#container{
width:800px;
text-align:left;
margin:0 auto;
/*background-color:#ffffff;*/
}

#header{
height:100px;
width:100%;
background:url("images/topbanner.gif");
margin-top:20px;

font-family: times, serif;
font-size: 12px;
font-weight: bold;
color: #0771a7;
}
#header h1{ font-family: times, serif; font-style: italic; font-size: 36px; color:#f58437;}

#nav{
width:100%;
height:25px;
background-color:#1996cb;
text-align:right;
border-bottom:4px solid #0771a7;
/*border-bottom:4px solid #ff9933;*/
}

#main_banner{
width:100%;
background-color:#ffffff;
margin:0px;
padding:0px;
}

#main_content{
width:780;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:10px;
background-color:#ffffff;
height:100%;
min-height:300px;
}

#footer{
height:50px;
width:100%;
background-color:c0c0c0;
margin-bottom:10px;
margin-top:-10px;
text-align:center;
background:url("images/bottombanner.gif");
line-height:80%;

}

#footer p{
border-top:1px solid #c0c0c0;
padding-top:5px;
font-size:0.85em;
text-align:center;
width:100%;
}