@charset "UTF-8";
/* CSS Document */

.rule {
	height: 4px;
	width: 920px;
	margin: 9px 13px;
	background-color: #dad9d7;
	text-align: center;
}

body {
	background-color: #EDEAE0;
	margin: 0px auto;
	text-align: center;
}
.container {
	background-color: #f0efec;
	width: 951px;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	border: 0px;
}

/* This CSS deals with the gradations left and right of the main content of the page */
#dropshadow_left {
	width: 7px;
	background-image: url(../graphics/dropShadow_left.jpg);
}
#dropshadow_right {
	width: 7px;
	background-image: url(../graphics/dropShadow_right.jpg);
}

p, a, span, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.bullet {
	color: #595854;
	line-height: 24px;
}
.docs li {
	list-style-image: url(graphics/icon_pdf.gif);
	padding-bottom: 10px;
	list-style-position: outside;
	color: #595854;
}

/* This CSS deals with the text attributes of main content of each page */
.content_main {
	margin: 20px;
	}
.header {
	color: #333333;
	font-weight: bold;
	}
.announcement {
	color: #44AA44;
	font-weight: bold;
	font: 20px Arial, Helvetica, sans-serif;
	}
.subheader {
	color: #595854;
	font-weight: bold;
	}
.bodycopy {
	color: #595854;
	}
.link_orange {
	color: #0d4a9d;
	font-weight: bold;
}
.link_orange:hover {
	color: #333333;
	}
.link_gray_02 {
	color: #595854;
	text-decoration: none;
}
.link_gray_02:hover {
	color: #232323;
	text-decoration: none;
}
.link_gray {
	color: #595854;
	font-weight: bold;
	text-decoration: none;
}
.link_gray:hover {
	color: #ff871b;
	font-weight: bold;
	text-decoration: underline;
}

/* This CSS deals with the page title and major rules below the title and above the footer */
.title_container {
	padding: 41px 40px 0px 40px;
	background-image: url(../graphics/bg_header.gif);
	background-repeat: repeat-x;
	}
.title {
	font: 20px Arial, Helvetica, sans-serif;
	color: 0d4a9d;
	}


/* This CSS deals with the side navigation */
.column_left {
	width: 240px;
	vertical-align: top;
	}
.nav_side_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d4a9d;
	text-decoration: none;
	padding-left: 7px;
	line-height: 30px;
	display: block;
	height: 30px;
	}
.nav_side_left:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0d4a9d;
	display: block;
}
.nav_side_left_container {
	width: 155px;
	margin: 10px 20px 10px 40px;
	}
.nav_side_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FF871B;
	text-decoration: none;
	padding-left: 7px;
}
.nav_side_right:hover {
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF871B;
	display: block;
}
.nav_side_right_container {
	width: 220px;
	margin: 10px 40px 10px 20px;
}
.dottedline {
	background-image: url(../graphics/bg_dottedLine.gif);
	background-repeat: repeat-x;
	height: 3px;
	}
.link_header {
	height: 25px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #595854;
	}
	
.column_center {
	width: 441px;
	vertical-align: top;
	}
.column_right {
	width: 270px;
	vertical-align: top;
	}


/* This CSS deals with the footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	}
#footer a, p {
	color: #595854;
	text-decoration: none;
}
#footer a:hover {
	color: #232323;
	text-decoration: none;
}

.news_right {
	width: 711px;
	vertical-align: top;
}

.news {
	list-style-type: none; 
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px; 
	color: #dd7700;
	text-decoration: none;
	font: 12px Verdana;
}

.news:hover {
	color: #000000;
}

.news li {
	padding: 5px 10px 5px 0px;
	margin-left: 3px;
}

.news li a {
	list-style-type: none; 
	color: #dd7700;
	text-decoration: none;
	font: 12px Verdana;
}

.news li a:hover {
	color: #000000;
}
