html, body {
	background-image: url(../images/layout/main_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.container {
	height: 100%;
	width: 939px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;

}
/* A links */
a {
	color: #065ea5;
	text-decoration: underline;
}
a:hover {
	color: #468C63;
}
/* Quick links */
#quicklinks {
	width: 168px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;	
}
#quicklinks ul {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	width: 168px;
}
#quicklinks ul li{
	/*display: inline;*/
	/*background-image: url(../images/nav/bullet.gif);*/
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 168px;
}

#quicklinks ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#quicklinks ul li a:hover{
	color: #003399;
	text-decoration: underline;
	background-image: url(../images/layout/sidenav_hoverbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* News panel */
#newspanel {
	width: 168px;
}
#newspanel .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #394E9A;
	font-weight: bold;
}
#newspanel .headline {
	font-weight: bold;
	color: #468C63;
}

.maincell {
	background-image: url(../images/layout/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#maincontent {
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
/* images */
.imgcontainer {
	padding: 1px;
	border: 1px solid #333333;
}
.imgright {
	float: right;
	margin-left: 0px;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
/* Footer styles */
#footer {
	display:block;
	position: relative;
	bottom: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #999999;
	text-decoration:underline;
}
#footer a:hover {  
	color: #469D70;
}
.subhead {

	font-weight: bold;
	color: #468C63;
}
#maincontent_int {

	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
.replace {
	color: #FF6600;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #FF9933;
	width: 500px;
	margin-top: 5px;
	background-color: #FFFFCC;
}
/* Bread Crumb styles */
#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #174986;
	font-size: 15px;
	text-decoration: none;
}
#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #174986;
	font-size: 15px;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #469D70;
	text-decoration: underline;
}
.lvl3head {
	font-weight: bold;
	color: #174986;
	font-size: 11px;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.fieldlbl {
	font-size: 11px;
	color: #999999;
}
#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	background-color: #FFF7E1;
	border: 1px solid #999999;
	padding: 8px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#exhgrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#exhgrid .listheader {
	font-weight: bold;
	color: #3E3E3E;
	background-color: #E2E3E5;
}
#exhgrid a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
#exhgrid a:hover {
	color: #00CCFF;
}
#exhgrid .white {
	color: #ffffff;
}
