* {
padding: 0;
margin: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(gifs/bg_top108.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

a {
	color: #034079; text-decoration: none; font-weight:bold;
}
a:hover {
	color: #a30f29; text-decoration:underline;
}

h3 {color:#852236;
padding:8px 0;
	
	
	}
html, body {
	height: 100%;
}

#page-container {
	min-height: 100%; margin: 0 auto; vertical-align: text-top; width: 1000px; 
}

* html #page-container {
	height: 100%;
}

#header {
 height: 76px;
 text-align: left;
position:relative;
z-index:500;
}

#bottom {
	margin-top: 32px; margin-bottom: 0; width: 100%;	
	width:980px;
	padding:0;
	background-color:#fff;
	color:#444;

}

table {margin:4px 0;}
table tr td {padding: 4px;
}

#submenu {
	width:auto;
	position:relative;
	margin:0 0 0 60px;
	text-align:center;
}

#submenu img{
	border:1px solid #ccc;
	background-color:#f1f1f1;
	padding:6px;
	margin-top:16px;
	margin-right:6px;
}

#submenu img:hover{
	text-decoration:none;
	background-color:#fff;
	
	}

#submenu input{
	border:1px solid #ccc;
	background-color:#f1f1f1;
	padding:6px;
	margin-top:16px;
	margin-right:6px;
}

#submenu input:hover{
	text-decoration:none;
	background-color:#fff;

	}

#maincontent {
	margin:10px 10px 10px 20px; 
	width:94%;
	padding:10px;
	background-color:transparent;
	color:#444;
}

#highlightright {
	background-color:#fff;
	margin:10px;
	float:right;
	text-align:center;
	border: 4px double #013d79;
	text-decoration:none;
	padding:10px;
}
#highlightright img {
	text-align:center;
	border:0;
	text-decoration:none;
	padding:0;
	margin:0;
}
#highlightright p {
	text-align:center;
	color:#013d79;
	font-size:85%;
	font-weight:bold;
	border:0;
	text-decoration:none;
	padding:0;
}

#highlightright a {
	text-align:center;
	color:#013d79;
	font-size:110%;
	font-weight:bold;
	border:0;
	text-decoration:none;
	padding:0;
}

ul li {padding: 2px 0;list-style-position:inside;}

ol li {padding: 2px 0 0 10px;
list-style-position:inside;}

#clearfooter {
height: 50px;
}

#footer {
	width: 100%;	
	clear: both;
	background-image:url(gifs/bg_footer.jpg);
	background-repeat:repeat-x;
	height: 30px;
	background-color: #013d79;
	color: #ddd;
	text-align:center;
	margin: -30px auto 0 auto;
	position: relative;
	padding-top: 4px;
}
#footer_content {
	width: 100%; height: 30px;
}
#footer #copyright {
	margin-top: 6px; font-size: 11px; float: left; margin-left: 20px; width: auto; color: #fff; text-align: left;
}
#footer #bottom_nav {
	margin-top: 6px; font-size: 11px; float: right; width: auto; color: #fff; MARGIN-RIGHT: 20px; text-align: right;
}
#footer #bottom_nav a.norm {
	border-right: #fff 1px solid; padding-right: 8px; padding-left: 8px; color: #fff; text-decoration: none;
}
#footer #bottom_nav a.norm:hover {
	color: #ccc;
}
#footer #bottom_nav a.end {
	padding-left: 8px; color: #fff; text-decoration: none;
}
#footer #bottom_nav a.end:hover {
	color: #ccc;
}



