﻿  /* CSS layout */
body {
	text-align:center;
}

#masthead {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:110px;
	background:url('images/banner_new.jpg') no-repeat;
	
}

#mastbox {
	width:250px;
	padding:5px;
	float:right;
	text-align:center;
}

#top_nav {
	text-align:left;
	color:#003366;
	width:100%;
	border-bottom:1px #808080 solid;
}

#top_search {
	
	font-size:12px;
	color:#003366;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	border:1px #808080 solid;
}

#right_col {
	width:140px;
	float:right;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-left:1px #808080 solid;
	height:660px;
}

#page_content {
	margin-right:165px;
	height:660px;
	min-height:400px;
	width:640px;
}

#footer {
	clear:both;
	background-image:url('images/bg3.jpg');
	width:780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-top:1px #808080 solid;
	text-align:left;
	text-indent:170px;
}

#breadcrumb {
	font-size:12px;
}

#lgitalic {
	font-size:22px;
	font-style:italic;
}

.center {
	text-align:center;
}

.picbox {
	border-bottom:1px gray dashed;
	padding-top:1px;
	padding-bottom:1px;
	font-size:12px;
	font-style:italic;
}




