@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#c0c0c0;
	background-image: url(/images/bg_logo.jpg);
}

a {
	color: #0000CC;
	text-decoration:underline
}
a:visited {
	color: #000066;
	text-decoration:underline
}
a:hover {
	color: #cc0000;
	text-decoration:none;
}

h1 {
	color: #0038a6;
	font-weight:normal;
	font-size:26px;
}

h2 {
	color: #cc0000;
	font-size:16px;
}

h3, h4, h5, h6 { color: #000000; }				

	/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}

#menu	{
	width:777px; 
	height:44px; 
	float:right; 
	background-image: url(/images/template/menuback.jpg);
}

#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	width: 800px;
	height:40px;
	margin-top:13px;
}

#navlist li {
 display: inline;
 list-style-type: none;
 padding-right: 10px;
}

#navlist a:link, #navlist	a:visited  {
	color:#000099;
	text-decoration:none;
}

#navlist a:hover  {
 color:#ffffff;
 text-decoration:none;
}

#container {
	margin:0 auto;
	width:975px;   
	text-align:left;
	border-left:2px solid #0886b8;
	border-right:2px solid #0886b8;
}

	/* column container */
.colmask {
	position:relative;	
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	}

	/* 2 column left menu settings */
.leftmenu {
	background:#c0c0c0;
}

.leftmenu .colright {
	font-family: Arial, Helvetica, Sans-serif; 
	font-size:.85em; 
	color: #000000; 
	float:left;
	width:195%;
	position:relative;
	left:196px;
	background:#ffffff;
}
    
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:180px;
	padding-bottom:1em;
	padding-top:2em;
}

.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:198px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #0886b8;
	text-align: center;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border-top: 4px solid #b1d90c;
}

