body{
	margin:0;
	padding:0;
	background-color:#bdc6dd;
	background-repeat:repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:18px;

}

td{
	vertical-align: top;
		font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:18px;

}
img{
	border-style:none;
}

h1, h2, h3, h4, h5, h6
{
	color:#23418E;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 15px;
}

h1{
	font-size:32px;
	line-height:38px;
}


h2{
	font-size:27px;
	line-height:32px;
	font-weight:600;
	margin: 5px 0px 15px;
}
h3{
	font-size:24px;
	line-height:28px;
}
h4{
	font-size:20px;
	line-height:25px;
	margin-bottom:0;
}
h5{
	font-size:16px;
	line-height:20px;
}
h6{
	font-size:12px;
	line-height:15px;
}

a{
	color:#23418E;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#566DA8;
}
#container{
	margin:0px auto;
	width:850px;
	
}

/*Eric's Styles*/

.left_shadow{
	width: 20px;
	background-image:url(../images/left_shadow.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.right_shadow{
	width: 20px;
	background-image:url(../images/right_shadow.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.top_shadow{
	height: 20px;
	background-image:url(../images/top_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.bottom_shadow{
	height: 20px;
	background-image:url(../images/bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.right_top_shadow{
	height: 20px;
	width: 20px;
	background-image:url(../images/top_right_shadow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.left_top_shadow{
	height: 20px;
	width: 20px;
	background-image:url(../images/top_left_shadow.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.right_bottom_shadow{
	height: 20px;
	width: 20px;
	background-image:url(../images/bottom_right_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.left_bottom_shadow{
	height: 20px;
	width: 20px;
	background-image:url(../images/bottom_left_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.middle_content_bottom{
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.middle_content{
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.middle_content_both{
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.left_padding{
	padding-left:10px;
}

.right_padding{
	padding-righft:10px;
}

.top_meta{
	text-align: right;
	color: #fff;
	background-color: #8C9CC4;
	vertical-align: middle;
	padding-right:10px;
	font-size:11px;
}
.top_meta a{
	text-decoration:none;
	color:#FFF;
}
.top_meta a:hover{
	text-decoration:underline;
}
.top_logo{
	padding-right: 10px;
}

#blue_dark{
	background-color: #445d9f;
}

#blue_medium{
	background-color: #9eaccd;
}

#blue_light{
	background-color: #cfd5e6;
}

.color_spacer{
	width: 32px;
}
.header{
	vertical-align:middle;
}
.navigation{
	background-color: #445d9f;
	vertical-align: middle;
}
.navigation_inside{
	background-color:#566DA8;
	vertical-align:middle;
}
.white_spacer{
	width:10px;
	background-color: #fff;
}

.home_callout{
	background-image:url(/design/images/cell_grad.gif);
	background-repeat:repeat-y;
	vertical-align:middle;
	text-align:center;
}
.search_form input{
	font-size:10px;
}
.ajaxSearch_resultDescription{
	display:block;
	margin:10px;
}
.LCOS_list{
	list-style:square;
	padding:0px 0px 0px 15px;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;

}
.LCOS_list li{
	float:left;
	margin:0;
	padding:5px 20px 5px 0;
}
.LCOS_list li a:hover{
	text-decoration:underline;
}
.content{
	clear:both;
	padding-bottom:20px;
	padding-right:50px;
}
.footer{
	padding:0px 25px 20px 25px;
	font-size:10px;

}

.news_post{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #ccc;
	
}
.news_title{
	color:#23418E;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px;
	font-size:12px;
}

.news_desc{
	padding:5px 20px;
}
.news_link{
	padding:5px 20px;
}
.errors{
	color:#cc0000;
	padding:10px 0px;
}
form td{
	padding:2px 5px;
}

.description, .credit{

	line-height: 11px;

	text-align: right;

	font-size: 9px;

}