@charset "UTF-8";
body, form, h1, h2, h3, h4, h5, h6, p, ul, li { 
	margin: 0; 
	padding: 0; 
}

/*
---------------------------------------------------------------------------
Site Wide
---------------------------------------------------------------------------
*/

#wrapper {
	text-align:left;
	width: 919px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	width: 919px;
	height: 269px;
}

#header_sec {
	width: 919px;
	height: 157px;
}

#nav_bar {
	width: 919px;
	height: 50px;
}
#nav_bottom {
	width: 919px;
	height: 11px;
}

#bottom_text_holder {
	text-align:left;
	width: 919px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.left_image {
	float: left;
}

.right_image {
	float: right;
	
}
.superscript {
	font-size: 12px
}


/*
---------------------------------------------------------------------------
Home Page id's
---------------------------------------------------------------------------
*/

#enclose {	
	float:left;
	width: 919px;
	background-image:url(../images/enclose_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;	
}

#content_left_index {
	float: left;
	width: 440px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#content_right_index {
	float: right;
	width: 479px;
	padding: 0px;
	text-align:center;
	
}

#footer {
	clear:both;
	width: 919px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
}

/*
---------------------------------------------------------------------------
Home Page styles
---------------------------------------------------------------------------
*/

#content_left_index h1 {
	margin-left:27px;
	margin-top:15px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #282967;
}

#content_left_index h2 {
	margin-left:27px;
	margin-right:40px;
	font-size: 12px;
	line-height:150%;
	color:#282967;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content_left_index p {
	margin-left:27px;
	margin-right:40px;
	font-size: 12px;
	line-height:150%;
	color:#4D4D4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content_left_index ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:57px;
	margin-right:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	color:#4D4D4F;
}

#content_left_index li {
	margin-bottom:10px;
}

#bottom_text_holder p {
	margin-left:27px;
	font-size: 10px;
	line-height:150%;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content_left_index a:link, #content_left_index a:visited {
	color: #4D4D4F;
	text-decoration: none;
	font-weight:bold;
}

#content_left_index a:hover, #content_left_index a:focus, #content_left_index a:active {
	color: #282967;
	text-decoration: none;
	font-weight: bold;
}
