#title {display:none; }
body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	margin:0 0 0 0;
	background-color: #C0CAE9;
	
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #669966;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #556A8C;
	margin-bottom: 0px;
}
.admin th {
	color: #022A8F;
	background-color: #CAE0E8;
}
/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

address {
	font-style: normal;
}
.copyright {
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
}
/*** Layout ***/

#nav {
	background-color: #689262;
}
	
#nav ul {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #022A8F;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}
	
#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav li.current_link a:link,
#nav li.current_link a:visited,
#nav li.current_link a:active,
#nav a:hover {
	color:#B5C2A3;
}

#nav .subnav a:link,
#nav .subnav a:visited,
#nav .subnav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav .subnav li.current_link a:link,
#nav .subnav li.current_link a:visited,
#nav .subnav li.current_link a:active,
#nav .subnav a:hover {
	color: #B5C2A3;
}

#title {
	display: none; 
}

#banner_area {
	background-image: url(../images/layoutsplices/banner.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 800px;
}

#search_area { 
	padding: 0 18px 0 0;
	text-align: right;
}

#search_area form { 
	margin: 0;
}

#search {
	padding-left: 4px;
}

#content_area #print td {
	padding: 8px 18px 0 15px;
}

a:link {
	color: #465772;
	text-decoration: none;
}
a:visited {
    color: #465772;
	text-decoration: none;
}
a:active {
	color: #465772;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}

.title {
	font-size: 17px;
	font-weight: bolder;
	color: #465772;
	margin-bottom: 15px;
	}
	
.copyright a:link {
	color: #556A8C;
	text-decoration: none;
}
.copyright a:visited {
    color: #556A8C;
	text-decoration: none;
}
.copyright a:active {
	color: #556A8C;
}
.copyright a:hover {
	color: #465772;
	text-decoration: underline;
}