@import url(menu.css);
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: normal 15px "Times New Roman", Times, serif;
	color: #000012;	
	line-height: 1.4em;

	background: #e0dede url(../images/bg.jpg) left 281px repeat-x;	
	}
form {
	margin: 0px;
	padding: 0px;
	}	
img {
	border: 0px;
	}
Pre {
	font-family: arial;
	}
small {
	font-size: 11px;
	 line-height: 1.3em;
	}		
UL {
	list-style: none;
	padding: 0px;
	margin: 8px 0px;
	}
UL LI{
	background: url(../images/grey-bullet.gif) 35px 7px no-repeat;
	padding: 0px 0px 0px 60px;
	}		
H1,H2,H3,H4,H5,H6,  {
	font-weight: normal;
	margin-top: 6px;
	}
H1,H2,H3,H4,H5,H6 {
	line-height: 1.5em;
	}
P {	
	font-weight: normal;
	margin-top: 12px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
/*input,
textarea,
select {
	background: #fff url(../images/input_bg.jpg) left bottom repeat-x;
	border: 1px solid #cbd3e2;
	color: #4c4946;
	padding: 1px;	
	}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	background: #fff;
	}*/
			
.noBorder {
	padding: 0;
	margin: 0;
	border: 0;
	}		
A {
	color: #0500e3;
	text-decoration: underline;
	font-weight: normal;
	}
A:hover {
	color: #2c2c2c;
	text-decoration: none;
	font-weight: normal;
	}
/***********************************************
Layouts
************************************************/
.header {
	width: 100%;
	margin: 0px auto;
	height: 282px;
	background: #000000;
	text-align: center;
	}
	
.container {
	width: 750px;
	margin: 0px auto;
	background: url(../images/container_bg.gif) center top repeat-y;
	padding: 0px 93px;
	}
.content_container {
	padding: 30px 18px 20px 18px;
	}
	
/*News*/
.news {
	background: #FFFFFF url(../images/news_bg.jpg) left bottom repeat-x;
	padding: 15px 8px;
	border: 1px solid #d7d6d6;
	width: 209px;
	}
.news_title {
	font-size: 19px;
	font-weight: bold;
	background: url(../images/double-line.gif) left bottom repeat-x;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}
.news UL {
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
	}
.news UL LI {
	background: url(../images/news-bullet.gif) left 7px no-repeat;
	color: #143860;
	font-weight: normal;
	padding-left: 18px;
	line-height: normal;
	padding-bottom: 9px;
	}
.news UL LI A{
	text-decoration: none;	
	font-weight: normal;
	text-decoration: underline;
	}

/***********************************************
Miscellenous
************************************************/
.blue18px {
	color: #11365d;
	font-size: 18px;
	}
.body12px {
	font-size: 12px;
	}
.bodyblue {
	color: #235990;
	}
.pagetitle {
	color: #235990;
	font-size: 30px;
	background: url(../images/double-line.gif) left bottom repeat-x;
	margin: 0px;
	padding-bottom: 17px;
	margin-bottom: 7px;
	}

	
	
	
/***********************************************
Footer
************************************************/
.footer_container {
	border-top: 1px solid #dbdada;
	padding: 13px 0px;
	color: #7d7d7d;
	background: #FFFFFF;
	}
.footer {
	width: 720px;
	margin: 0px auto;
	padding: 0px 15px;
	font-size: 12px;
	}
.footer A {
	color: #7d7d7d;
	text-decoration: none;
	}
.footer A:hover {
	color: #235990;
	text-decoration: none;
	}
