body {
	background-color: #0f3076;
	background-image: url(img/background4.gif);
	background-repeat: repeat-x;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#003366;
}
.body_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.body_title_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0F3076;
}

.body_title_blue_middle {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F3076;
}

#main {width:865px;background:#fff;margin-bottom:36px;}
.leftcol, .content, .footer {margin:36px 24px;.margin:36px 0;text-align:center;}
.leftcol {width:200px;margin:36px 10px 0 40px;.margin:36px 0 0 40px;color:#003366;}
.content {width:567px;.width:300px;}
.footer {}

h2 {
	width:420px;
	margin: 50px 0 70px 0;
	.margin: 16px 0 70px 0px;
	text-align:left;
	font:bold 24px/1.3 Garamond,Palatino,serif;
	letter-spacing:2.5px;
	border-bottom:3px solid #5C7BB5;
}
h3 {
	color:#0F3076;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
}
h4 {
	color:#0F3076;
	font-size:13px;
	text-align:left;
}
.h4 {
	font-weight: bold;
	color:#0F3076;
	font-size:13px;
}

ul, ol {text-align:left;}
li {margin-bottom:6px;}

.content ul {width:446px;margin-left:-40px;.margin-left:0;}
.content li {
	list-style-position: outside;
	list-style-image: url(img/plus.png);
	margin-left:24px;
	padding-left:0;
	font-size: 13px;
	list-style-type: circle;
	color:#003366;
	text-align:left;
}

.link {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #5670a2;
}

p {
	text-align: left;
	font-size: 13px;
	height: normal;
	}
.content p {width:470px;color:#003366;}
	
.style5 {font-size: 13px}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #003366; }
.style8 {
	list-style-position: inside;
	list-style-image: url(img/0165_plus.png);
	font-size: 13px;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.style9 {color: #003366}
.style10 {color: #000066}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000066; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #003366; }
.style18 {color:#CC0000;font-weight:bold;font-size:18px;}
.style27 {color:#CC6633;}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {font-size: 16px;}

.xbig {font-size: 24px;}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.justified {text-align: justify;}
.inline {display:inline;}

.footer {
	font-size: 10px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}


/************ menu **************/
.chromestyle{
width: 99%;
font: bold 11px arial, helvetica, sans-serif;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
/*background: url(bluebg2.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(bluebg2-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 11px arial, helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 3px;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

.list_w_bullets {
	list-style-position: outside;
	list-style-image: url(0165_plus.png);
}
.body_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}



