@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
}
html, body {
	margin: 10px 0;	
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: none;
}
h2 {
		font-size: 93%;
		margin: .5em 0;
}
#center {
	text-align:center;
}
#main-table {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
#header-left {
	background-image:url(images/hdrimg_left.jpg);
}
#header-main {
	background:url("images/hdrimg_main.jpg") #342C29 repeat-x;
}
#mini-header {
	background-image: url(images/homeheader_04.jpg);
	margin-bottom: 40px;
	}
#content {
	padding: 10px 40px 40px 40px;
	font-size: 80%;
	position: relative;
}
#content UL {
	border: 1px solid #527787;
	width: 70%;
	margin: 3px 0 40px 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	line-height: 1.5em;
	list-style-type: none;
}
UL DIV {
	text-align: right;
	font-size: 75%;
	padding-right: 10px;
}
.div-header {
	background-color: #EEE;
	margin-left: 20px;
	padding: 3px 8px;
	border: 1px solid #527787;
}
.indent {
	margin-left: 20px;
	margin-top: -10px;
}
#page-title {
	font-size: 90%;	
	margin: 20px 40px 0 0;
	text-align: right;
	color: #369;
	letter-spacing: -2;
}
#sidebar {
	background-color: #527787;
	padding-top: 30px;
}
/* navigation */
a	{
	color:#900;
	text-decoration: none;}
a:hover	{
	color: #527787}	
#midnav {
	height: 25px;
	background:#EEE;
}
#topnav ul {
	padding: 7px 5px 0 0;
	margin:0;
	white-space:nowrap; 
	list-style-type:none;
}
#topnav li {
	display:inline; 
}
#topnav li a {
	padding: 0 9px; 
	font-size: 65%;
	color:#333;
	text-decoration:none; 
	float:right;
	letter-spacing: -1px;
}
#topnav li a:hover {
	color:#527787;
}
#topnav SPAN {
	font-size: 130%;
	margin-left: 2px;
	color: #336699;
}
/*#nav2 {
	margin-top: 30px;
}*/
#nav_NL_div {
	visibility: hidden;
}
#nav_NL_div a{
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	-khtml-opacity: .95;
	opacity: .95;
}
#nav_NL_div a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
	
/* footer  */
#address {
	font-size: 80%;
	color:#fff;
	text-align:left;
}
#email-link a{
	color: #ccc;
	text-decoration: underline;}
#email-link a:hover {
	color: #333;}
.label {
	font-style: italic;
	font-size: 90%;
	color: #666;
}
#address IMG{
	margin: 0 20px 10px 0;
}
.ft-right, .ft-left {
	background-color: #999;
}
#copyright {
	font-size: 60%;
	color:#333;
	margin: 35px 0 0 200px;
}
