/* main page styles */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	}

a:link {color: #003399;	text-decoration: none;}
a:visited {color: #003399; text-decoration: none;}
a:hover {color: #CC6600; text-decoration: none;}
a:active {color: #CC6600; text-decoration: none;}

div.bg {
	margin: 0px;
	min-height:750px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
/** html .bg {
height: 750px;
}*/

div.container {
	width: 875px;
	margin:0px auto 0px auto;
	position:relative;
	}

div.masthead {
	width: 876px; height: 173px; display: block;
	}

/* this is now in masthead.php 
div.rotatehead {
	float: right;
	width: 632px; height: 41px;
	background-image: url(images/mastbottom.png);
	}
*/
	
div.topnav 	{
	position: absolute;
	width: 876px; height: 38px;
	top: 173px;
	left: 0px;
	z-index: 999990;
	}
	

div.page {
	background-image: url(../images/pagebg.jpg); background-repeat: no-repeat;
	margin-top: 38px;
	padding: 13px;
	text-align: left;
	display: block;
	width: 850px; 
	min-height: 450px;
	height: auto;
	}
		
div.footer {
	display: block;
	width: 876px; height: 65px;
	text-align: left;
	padding-top: 10px;
	background-image: url(../images/footerbg.png); background-repeat: no-repeat;
	}
	
	
/* page content / layout styles  */

.col1 {
	width: 575px;
	}
	
.col2 { 
	width: 275px;
	background-color: #DDF2F2;
	}
	
.col2 {font-size: 11px; font-weight: normal;}
.col2 a {font-weight: bold;}
.col2 ul {padding: 0px; margin: 0px 2px 5px 0px; list-style-type: none; line-height: 12px;}
.col2 ul li {padding: 8px 0px; border-bottom: dotted 1px #0099CC;}
.col2 ul ol {font-size: 10px; padding: 0px; margin: 5px 0px 0px 9px; line-height: 19px; }

.news {height: 270px; overflow: auto;}
.news ul {margin-left: 10px; list-style-type: circle;}

div.crumb {height: 15px; padding: 0px 20px; font-size: 9px; color: #999999;}
.crumb a:link {color:#999999;}
	
div.typepad {
	padding: 15px 30px 15px 20px;
	}

div.subpage {margin-right: 50px;}
	
/* text styles */


.butinset {padding: 5px 5px 0px 0px;}

div.image {
	float: right;
	padding: 0px 5px 10px 15px;}
	
.size10 {font-size: 10px; line-height: 12px;}
.size11 {font-size: 11px; line-height: 14px;}
.size15 {font-size: 15px; font-weight: bold; line-height: 25px;}
.size17 {font-size: 17px; font-weight: bold; color: #3B3B3B; line-height: 20px;}
.size22 {font-size: 22px; font-weight: bold;}
.grey {color: #999999;}
.white {color: #ffffff;}
.white a:link {color: #ffffff;}
.white a:visited {color: #ffffff;}
.white a:hover {color: #FF6600;}
.altcell {background-color: #E7FDFD;}

.inset {height: auto; min-height: 125px; margin-bottom: 7px; border-bottom: dotted 1px #cccccc; }

div.invisible {visibility: hidden;}