/*  Start Section for General Page Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size: 100%;
	background-image: url(../GIF/index_images/tan_horiz.gif);
}
/*p {
	font-size: 90%;
}*/


a {
	color:#006699;
	text-decoration: none;
}

a:visited {}
a:hover {
	text-decoration: underline;
}

a:active {color:#006699;}

img {
	border:0px 0px 0px 0px;
	border-style:none;}

#main {
	width:775px;
	border:solid 1px #000000;
	margin: 0 auto 0 auto;
	background-color: #003C61;
	font-size: 90%;	
	}

/*  End Section for General Page Elements */

/*  Start Section for Header and TopNav Page Elements */
#header{

	border-top-color: #660033;
	border-bottom-color: #000000;
	background-image: url(../GIF/index_images/maroon_stripe_hor.jpg);
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

#globalNav{
	text-align: right;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 3px;
	color: #FFFFFF;
	line-height: 150%;
	background-color: #660000;
}
#main #globalNav form {
	display: inline;
}


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

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color:#fff;
	text-decoration: none;}

/*  End Section for Header and TopNav Page Elements */
/*  Start Section for Main Body which includes Left Nav, and Body Boxes */

#navBar{
float: left;
	width: 24%;
	padding: 0px;
	background-color:#00CC33;
}

#bodyBoxes{
	float: left;
	width: 76%;
	background-color: #FFFFFF;
	
	}

/*********** #navBar link styles ***********/

#navBar	{
	background-color:#003C61;
	line-height: 150%;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	}
	
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar a {
	display: block;
	border-top: 1px solid #fff;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

#navBar a:hover{
	color: #660000;
	text-decoration:none;
	background-image: url(../GIF/index_images/left_nav_gradient.jpg);
}

/*  Start Section for Main Body which includes Left Nav, and Body Boxes */

#bodyBoxes{
	margin:0px;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.content_box {
	margin: 6px;
	font-size: 85%;
	padding: 5px;
}

.bodyBox{
	margin:5px 0px 5px 0px;
	font-size: .9em;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #e4dfc0;
	background-color:#F7F7F7;
	padding: 0px 0px 0px 0px;

}
.page_title {
	font-weight: bold;
	display: block;
	padding-left: 6px;
	color: #003C61;
	text-align: center;
	font-size: 110%;
	margin: 0px;
	line-height: 125%;
}


h1 {
	font-size: 110%;
	margin: 0px;
	line-height: 175%;
}
h2 {
	font-size: 105%;
}

.bodyBoxInside{
	position:relative;
	padding: 5px 5px 5px 5px;
	border-width:2px 0px 0px 0px;
	border-top-color:#660033;
	border-style:solid;
}
.content_box ul {
	font-size: 100%;
}

.feature {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4dfc0;
	border-bottom-color: #e4dfc0;
	border-left-color: #e4dfc0;
}

/*  End Section for Main Body which includes Left Nav, and Body Boxes */
/*  Start Section for News Boxes on the right side */

#newsBoxes{
	margin:0px ;
	width:auto;
	height:auto;
	padding:0px 0px 0px 0px;
}

/*  Start Section for footer */

#footer{
	background-color:#e4dfc0;
	text-align: center;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 90%;
	padding: 1px;
}

.footerItem{
	color:#003C61;
	text-decoration:none;	
}

#footer li{
	list-style-type:none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004165;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.7em;
	color:#003C61;
	text-decoration:none;
}

#footer li.last {
	border:none;
}

#footer a:hover {
	color:#004165;
	text-decoration: underline;
}
/*  End Section for footer */

/* Used for acceability elements */

.skiplink {display:none}

.hidden{
	visibility:hidden;
}

.noLeftMargin {
	margin-left:0px;
	padding-left:0px; 
	display:block;
}

.linkListItem{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	display:block;
	margin-bottom: 15px;
}

.floater {
	float:left;
	visibility:hidden;
}

.centered{
 margin: 0 auto 0 auto;
 /*border:thin solid #0000FF;*/
 width:1px;
 }

/* Used for debugging the various sizes of boxes */
.testBorder{
	border:thin solid #FF0000;
}

.testBorder1{
	border:thin solid #00FF00;
}

.testBorder2{
	border:thin solid #0000FF;
}

/* Body Content Classes for use in the content section of the templates */

#center_col {
	float: left;
	width: 76%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e4dfc0;
	border-bottom-color: #e4dfc0;
	border-left-color: #e4dfc0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	
	
}
#right_col {
	width: 22%;
	float: right;
	margin-top: 2px;
	background-color: #e2eaee;
	
}


.unorderedListImage{
	height:60px;
	width:81px;
	float:left;
}

.indent{
	margin-left:20px;
	margin-top:0px;
}
	

.bodyRowFixed{
	display:block;
	height:80px;
}

.bodyRowVariable{
	display:block;
	height:inherit
}

.leftColumn{
	width:275px;
	float: left;
	padding: 5px 5px 5px 5px;
	}

.smallLeftColumn{
	width:190px;
	float: left;
	margin:0px 0px 0px 10px;
}

.rightColumn{
	margin:0px 0px 0px 290px;
	padding: 5px 5px 5px 5px;
}

.centerColumn{
	margin:0px 0px 0px 5px;
	width:120px;
	float:left;
}

.farRightColumn{
	width:200px; 
}

.blueheader {
	background-color: #003C61;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
}

.blueheaderBold {
	background-color: #003C61;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
}

.blueheaderItalic {
	background-color: #003C61;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-style:italic;
}

.bodyBold{
	font-weight:bold;
}

p font {
	color:#000000;
}

p font.bodyFontEmphasize{
	color:#003C61;
	font-size:1.1em;
}

.imgEmphasisBorder{
	border:#000000 solid thin;
}

#margin_five {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4dfc0;
	border-left-color: #e4dfc0;*/
}
.maroon {
	color: #660000;
}
#startcontent {
	left: -500px;
}
.feature_content {
	margin: 0px;
}
.feature_content li {
	list-style-type: square;
}
.padding_tenpx {
	padding-right: 10px;
	padding-left: 10px;
}
.left_col {
	float: left;
	width: 50%;
}
.right_col {
	float: right;
	width: 49%;
}
.blue_bg {
	background-color: #003c61;
	color: #FFFFFF;
	padding-left: 6px;
	margin-top: 2px;
}
.bullet_blue {
	list-style-image: url(../GIF/bullet_round_blue.gif);
}

.clear {
	clear: both;
}
/*#bodyBoxes  li {
	margin-top: 8px;
}*/

#secondary_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	
}

#secondary_nav a{
	background-image: url(../multi_culture/tab_blue_3.gif);
	margin: 0px;
	padding: 8px;
	color: #F7F7F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4f728e;
	
}
#secondary_nav a:hover {
	color: #EAAF00;
	display: inline;
	background-image: url(../multi_culture/tab_blue_4.gif);
	
}

#secondary_nav li {
	display:inline;
	line-height: 175%;
}
#secondary_nav li.last {
	text-decoration: none;
}

.letter {
	border:#000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	 }
h1 {
	font-size: 125%;
	text-align: center;
	margin-top: 5px;
	color: #333333;
}
#margin_five li {

}

