/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #193B9F url(images/bg-body.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3 {
	color: #153487;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-weight: normal;
	font-size: 36px;
	padding: 0px 0px 5px 10px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #8D92D2;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 20px;
	
	
}
h3 {
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 30px;
	border-bottom: 1px solid #6D080D;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	color: #666666;
	padding: 10px 10px 5px 20px;
	margin-top: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:13px;
	color:#8FC6DE;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	font-size:12px;
	color:#181FB3;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F2F6;
	font-style: normal;
	font-weight: normal;
	margin: 10px 10px 0px;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #7775F2;
	line-height: 19px;
	border-top: 1px solid #7775F2;
}

address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #CCCCCC;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 962px;
	margin: 0 auto;
	background-image: url(images/bg-container.jpg);
	background-repeat: repeat;
}
div#header {
	height: 200px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#sidebar {
	float: left;
	width: 235px;
	padding: 0px;
}
	
div#content {
	width: 700px;
	padding: 20px 17px 20px 10px;
	float: left;
}

div#content strong, div#introsidebar strong {
	color: #072796;
	font-weight: bold;
	font-size: 13px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #ECE9D8;
}
div#content ul li{
	padding-left: 20px;
	list-style: url(none) none;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #14318A;
	font-weight: bold;
	background: url(images/bullet.gif) no-repeat left top;
} 

div#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E3E31;
	position: relative;
	height: 39px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-footer.gif);
	padding: 0px;
}

div#footer a:link, div#footer a:visited {
	color:#2D1F17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#footer a:hover, div#footer a.current:link, div#footer a.current:visited {
	color: #7B8B89;
	font-weight: bold;
}
div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	clear: both;
	padding-top: 5px;
	width: 966px;
}

div#copyright a:link, div#copyright a:visited {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #8E9EFE;
	font-weight: bold;
	
}	

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 280px;
	padding: 5px 0;
	margin: 0px 5px 10px;
	
}	


/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.middleimg
 {
	margin: 10px auto;
	clear: none;
	
}

.rightimg {
	float: right;
	clear: none;
	margin: 10px 20px 10px 5px;
}

.centerpic {
	border: 1px solid #E1E4E9;
	padding: 0px;
	left: auto;
	right: auto;
	margin: 0px auto;
}

.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
	width: 140px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}

