@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

body {
	background-color:#191e81;
}

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

.img_leftpad {
	margin:20px 0px 20px 20px;
	display:inline;
}

.img_leftpad_top_0 {
	margin:0px 0px 20px 20px;
	display:inline;
}

.img_rightpad {
	margin:20px	20px 20px 0px;
	display:inline;
}

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	overflow:hidden;
}

/* Main Areas. */

#site_wrap {
	width:1000px;
	height:auto;
	margin:0 auto;
	background:url(../images/global/site_background.jpg) top no-repeat #191e81;
}

#header {
	width:800px;
	height:150px;
	margin:0 auto;
	padding-bottom:10px;
}

#navigation {
	width:800px;
	height:25px;
	margin:0 auto;
	padding-top:4px;
	background:url(../images/global/nav_bar.png) no-repeat;
}

#navigation a{
	color:#FFFF00;
	text-decoration:none;
}

#navigation a:visited {
	color:#FFFF00;
	text-decoration:none;
}

#navigation a:hover {
	text-decoration:underline;
}

.navigation_li_first {
	color:#FFFF00;
	margin-right:7px;
	float:left;
	display:inline;
	font-size:13px;
}

.navigation_li_rest {
	color:#FFFF00;
	margin-left:7px;
	margin-right:7px;
	float:left;
	display:inline;
	font-size:13px;
}

.navigation_li_last {
	color:#FFFF00;
	margin-left:7px;
	float:left;
	display:inline;
	font-size:13px;
}



#content {
	width:829px;
	height:auto;
	margin:0 auto;
}

#content_top {
	width:829px;
	height:45px;
	background:url(../images/global/content_top.png) no-repeat;
}

#content_middle {
	width:729px;
	height:auto;
	padding:0px 50px 0px 50px;
	background:url(../images/global/content_middle.png) repeat-y;
}

#content_bottom {
	width:829px;
	height:45px;
	background:url(../images/global/content_bottom.png) no-repeat;
}

.paragraph_tamer {
	width:500px;
	height:auto;
	float:left;
}

/* Define Fonts */

.nav_list_contain {
	width:690px;
	height:14px;
	margin:0 auto;
}

.normal_bullet_list {
	list-style:none;
	list-style-image:url(../images/global/bullet_red.gif);
	line-height:17px;
}

.white_text_header {
	color: #FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.white_text_footer {
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
}

.heading_font {
	font-size: 24px;
	color: #FF0000;
}

.blue_heading_font {
	font-size: 20px;
	color:#0000CC;
}

.sub_heading_font {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.indent {
	margin-left:30px;
}

.indent_less {
	margin-left:25px;
}

.10_point_font {
	font-size:10px;
}
