
body {
	background-color: #FFF9DF;
	background-image: url(../images/bkg/main_site_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 140%;
	color: #666666;
}


.main_site_container{
	background-color: #FFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;	
	padding:0px;
}

.header{
	background-image: url(../images/bkg/header_bkg.jpg);
	background-repeat: no-repeat;
	height: 158px;	
	padding: 0px;
}

.logo{
	height: 84px;
	width: 382px;
	margin-left: 280px;
	margin-top:10px;
}

.footer{
	background-image: url(../images/bkg/footer_bkg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	font-variant: normal;
	letter-spacing: -1px;
	background-position: bottom;
}

.top_right_links{
	float:right;
	padding:5px;
	font-size: 10px;
	letter-spacing: -1px;
	margin-right:15px;
	margin-top:10px;
}

.left_col_body{
	background-image: url(../images/bkg/left_col_body.jpg);
	background-repeat: repeat-y;		
}
.rotary_left_push{
	width:250px;
	background-image: url(../images/bkg/content_bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFF;
	padding:5px;
	text-align: left;	
}

.main_content_container{
	width:660px;
	margin: 0px auto;	
	text-align: left;	
	
}
.rotary_main_content_block{
	width:650px;
	background-image: url(../images/bkg/content_bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFF;
	padding:5px;
	text-align: left;	
	margin: 0px auto;	
}

.page_title{
	background-image: url(../images/bkg/page_title_bkg.jpg);
	height: 32px;
	width: 664px;
	background-repeat: no-repeat;
	
}


.back_top{
	float:right;
	margin-right:16px;
}

/*NAV REGION*/

.nav_region{
	margin-left:230px;
	width:730px;
	height:34px;
}

.topnav_link{
	width:134px;
	height:34px;
	background-image:url(/images/nav/nav_off.jpg);
	text-align:center;
	padding-left:5px;
}

.topnav_link_on{
	width:134px;
	height:34px;
	background-image:url(/images/nav/nav_on.jpg);
	text-align:center;
	padding-left:5px;
	cursor:pointer;
}

.nav_text{
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 9px;	
}





/* TABLE STYLES */

.table_titles{
	background-color:#EFEFEF;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006;
	
}

.table_row1{
	background-color:#EFEFEF;
	
}
.table_row2{
	background-color:#FFFDF5;
	
}

.page_title_algin{
	margin-top:2px;
	margin-left:4px;
}
/*LINKS & TEXT*/

a:link{
	color: #006;
	text-decoration: bold;
	text-decoration: none;
}

a:link, a:visited{
	color: #006;
	text-decoration: none;
}

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


.breadcrumb_txt{
	font-size: 9px;
	font-variant: small-caps;
	letter-spacing:-1px;
}


.small_caps_txt{
	color: #006;
	font-size: 9px;
	font-variant: small-caps;
	
}

.caption_txt{
	font-size: 9px;
	
}

.header5{
	color: #006;
	font-size: 12px;
	font-variant: small-caps;
}

.smalltext{
	font-size: 9px;
	
}
/*HEADINGS*/

h1{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	line-height: -1px;
	padding-top:6px;
	padding-left:8px;
	letter-spacing:1px;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000066;	
	line-height: -1px;
}

h3{
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

/*IMAGE STYLE*/

.img_float_left{
	float:left;
	padding:2px;
	border:1px solid #006;
	margin:4px;
}

.img_no_float{
	padding:2px;
	border:1px solid #006;
	margin:4px;
}

/*PRINT PAGES*/

.print_header{
	height:95px;
	width:680px;
	background-image: url(../images/bkg/header_print.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;	
}


/*GLOBAL ELEMENTS*/

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
}

.center{
	margin: 0px auto;
	text-align:center;
}

.div_line {
	background-color: #999999;
	height: 1px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:0 auto;
	margin-left:0 auto;	
	width:99%;
}