body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin:0;
}

#header_container {
	position:relative;
	width:100%;
	margin:0;
	background-image:url(newsite/images/bg.gif);
	background-repeat:repeat-x;
}

#header {
	position:relative;
	margin:0 auto;
	width:836px;
	height:455px;
	display:block;
	overflow:visible;
	z-index:40;
}

#shadow_left {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:493px;
	background-image:url(newsite/images/index_01.jpg);
	background-repeat:no-repeat;
}

#content_shadow_left {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:38px;
	background-image:url(newsite/images/content_shadow_left.jpg);
	background-repeat:no-repeat;
}

#search {
	position:absolute;
	left:30px;
	top:0px;
	width:780px;
	height:69px;
	background-image:url(newsite/images/index_02.jpg);
	background-repeat:no-repeat;
}

#search_content {
	margin-left:20px;
	margin-top:40px;
	overflow:visible;
}

.search_text {
	padding-left:22px;	
}

#shadow_right {
	position:absolute;
	left:810px;
	top:0px;
	width:26px;
	height:493px;
	background-image:url(newsite/images/index_03.jpg);
	background-repeat:no-repeat;
}

#content_shadow_right {
	position:absolute;
	left:810px;
	top:0px;
	width:26px;
	height:38px;
	background-image:url(newsite/images/content_shadow_right.jpg);
	background-repeat:no-repeat;
}

#navbg_left {
	position:absolute;
	left:30px;
	top:69px;
	width:290px;
	height:46px;
	background-image:url(newsite/images/index_04.jpg);
	background-repeat:no-repeat;
}

#navbg_right {
	position:absolute;
	left:787px;
	top:69px;
	width:23px;
	height:46px;
	background-image:url(newsite/images/index_09.jpg);
	background-repeat:no-repeat;
}

#navbg_lower {
	position:absolute;
	left:320px;
	top:109px;
	width:467px;
	height:6px;
	background-image:url(newsite/images/index_10.jpg);
	background-repeat:no-repeat;
}

#flash {
	position:absolute;
	left:30px;
	top:115px;
	width:780px;
	height:340px;
	background-image:url(newsite/images/index_11.jpg);
	background-repeat:no-repeat;
}

#content_container {
	position:relative;
	width:100%;
	margin:0;
	background-color:#07264d;
}

#content{
	position:relative;
	width:836px;
	margin:0 auto;
	display:block;
}

#left_column {
	position:absolute;
	left:85px;
	top:0;
	width:238px;
	background-image:url(newsite/images/index_13.jpg);
	background-repeat:no-repeat;
}

#news_content {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#07264d;
	line-height: 16px;
	padding-left:3px;
	padding-top:3px;
	z-index:40;
}

#content_right {
	position:relative;
	width:390px;
	margin-left:370px;
	display:block;
	padding-top:40px;
	padding-bottom:40px;
	font-size:12px;
	z-index:30;
}

#lower_links {
	margin-left:-30px;
}

#footer {
	position:relative;
	width:100%;
	display:block;
	z-index:10;
	background-color:#FFF;
}

#tab {
	position:relative;
	margin:0 auto;
	width:780px;
	height:19px;
	background-image:url(newsite/images/index_18.jpg);
	background-repeat:no-repeat;
}

#copy {
	position:relative;
	margin:0 auto;
	padding-top:20px;
	width:836px;
	height:50px;
	background-repeat:no-repeat;
	background-position:right;
	color:#000;
	font-weight:bolder;
}

hr {
	color:#214e86;
	background-color:#214e86;
	border:none;
	height:1px;
}
.news_button {
	padding-left:95px;
}

.underline {
	text-decoration:underline;
}

.search_field {
	padding-bottom:7px;
	background-image:url(newsite/images/search_field.gif);
	background-repeat:no-repeat;
	border:none;
	height:13px;
	width:180px;
	background-color:#07264d;
	text-indent:5px;
	display:block;
}

.search_text {
	color:#5892c8;
	font-weight:bolder;
}

.search_button {
	position:absolute;
	top:40px;
	left:210px;
	background-image:url(newsite/images/submit_button.gif);
	background-repeat:no-repeat;
	height:34px;
	width:45px;
	background-color:#07264d;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}

.login_field {
	padding-bottom:7px;
	background-image:url(newsite/images/login_field_bg.gif);
	background-repeat:no-repeat;
	border:none;
	height:20px;
	width:180px;
	background-color:#07264d;
	text-indent:5px;
}

.login_text {
	color:#5892c8;
	font-weight:bolder;
}

.login_button {
	background-image:url(newsite/images/login_button.gif);
	background-repeat:no-repeat;
	height:34px;
	width:120px;
	background-color:#07264d;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}

.news_date {
	font-size:14px;
	font-style:italic;
	font-weight:bolder;
	color:#FFF;
	line-height:25px;
}

