@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}


/* _________________________________ Page Formatting __________________________________________ */

body {
	background: #001e72 url(images/bkgdBlueTexturedFill.gif);
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin:0;
	font: 87%/120% Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}


#container {
	background:#011876 url(images/background.jpg) no-repeat 0% 0%;
	padding:32px 35px 35px;
	margin: 40px auto auto;
	text-align:left;
	width: 830px;
	border: 1px solid #6484b3;
}


#leftSideBar {
  	position: relative;
	width: 144px;
	float:left
  	}
  
#leftSideBar a{
   display: block;
   /* border: 1px dashed red; /* debug display */
	}

#leftSideBar a span {
   	display: none;
	}

#leftSideBar a#homePage {
   	height: 178px;
	width: 105px;
	}
	

#navBars {
	float: left;
	width: 132px; /* since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
	margin-top: 20px;
}

#navBars h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 13px;
	border-style: none;
}

#navBars a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 122px;
	background: url(images/navBar-Link.jpg) no-repeat left top;
	padding: 4px 5px 5px 8px;
	margin: 0px;
	position: absolute;
	}

#navBars a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 122px;
	background: url(images/navBar-Link.jpg) no-repeat left top;
	padding: 4px 5px 5px 8px;
	margin: 0px;
	position: absolute;
	}
	
#navBars a:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 122px;
	background: url(images/navBar-Hover.jpg) no-repeat;
	padding: 4px 5px 5px 8px;
	margin: 0px;
	}	
	
	
#mainContentBlock {
	margin-left: 120px;
	background: #FFFFFF;
	border: 1px solid #002171;
	padding: 30px 35px 30px 40px;
}
#mainContentHolder {
	padding-top: 35px;
}


#bottomNavBar {
	margin: 20px 0 0px 122px;
	text-align: center;
}

#bottomNavBar p {
	font: normal 87% Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #6484b3;
 }
 
#bottomNavBar a {
	font-weight: normal;
	color: #feeda8;
	text-decoration: none;
 }
 
 
.insetBox {
	float: right; /* Has blue sides. Used on wide pages with feature inset for only part of length of page: since this element is floated, a width must be given */
	width: 175px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}

.insetBox img {
	margin: 0px 0px 15px 0;
	text-align: center;
}

.insetBox p {
	font: normal 100%/140% Arial, Helvetica, Geneva, sans-serif;
	color: #081f79;
	margin-bottom: 20px;
	background: url(images/lightBlueInsetFill.gif) repeat-y;
}


/* _________________________________ Index Page Formatting __________________________________________ */

#indexMainContentBlock {
	margin-left: 120px;
	background: #FFFFFF url(images/circleOnWhite.gif) no-repeat;
	border: 1px solid #002171;
	padding: 60px 60px 60px 60px;
}

#indexNavBars {
	float: left;
	width: 130px; /* since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
}

#indexNavBars h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	height: 25px;
	border-style: none;
}

#indexNavBars a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	background: url(images/IndexNavBar-Link.jpg) no-repeat left top;
	padding: 4px 7px 5px 10px;
	margin: 0px;
	position: absolute;
	}

#indexNavBars a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;	
	background: url(images/IndexNavBar-Link.jpg) no-repeat left top;
	padding: 4px 7px 5px 10px;
	margin: 0px;
	position: absolute;
	}
	
#indexNavBars a:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	background: url(images/IndexNavBar-Hover.jpg) no-repeat;
	padding: 4px 7px 5px 10px;
	margin: 0px;
	}
	
	
/* _________________________________ Text Formatting __________________________________________ */
	

h1 {/* page headers */
	font: bold 170% Arial, Helvetica, Geneva, sans-serif;
	color: #081f79;
	border-bottom: 1px solid #ffce5d;
	margin-bottom: 20px;
}

h2 {/* subheads */
	color: #081f79;
	font: bold 120% Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
	margin-top:20px
}

h3 {
	font: bold 100%/17px Arial, Helvetica, Geneva, sans-serif;
	color: #081f79;
	margin-bottom: 5px;
}

h4 {/* card headings */
	font: bold 100%/17px Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	margin-bottom: 5px;
}

h5 {/* sample captions */
	font: bold 80% Arial, Helvetica, Geneva, sans-serif;
	margin: 5px 0 30px;
	text-align: center;
	padding-right: 20px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #002171;
	font-weight: normal;
	text-decoration: underline;
}

.boldText {
	font-weight: bold;
}
.caption {
	font: italic bold 75% Arial, Helvetica, Geneva, sans-serif;
	color: #081f79;
	margin-bottom: 0px;
}
.indentedText {
	margin: 0px;
	padding: 0px 20px 10px 12px;
}


/* _________________________________ Spacing __________________________________________ */


.marginBottom0 {
	margin-bottom: 0px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginLeft20Bottom20 {
	margin-left: 20px;
	margin-bottom: 20px;
}
.marginRight20Bottom20 {
	margin-right: 20px;
	margin-bottom: 20px;
}
.marginT0_R10_B0 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:0
}
.marginTop20Bottom20 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.marginTop0 {
	margin-top: 0px;
}
.marginTop20 {
	margin-top: 20px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
