/* CSS Document */

body {
	background:#FFFFFF;
	text-align:left;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	color:#000000;
	}
a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#808080 repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFFFFF repeat-y top left;
	}
#header {
	background: #003366;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding:10px;
	height:200px;
	margin-left:0px;
	text-align:center;
	color:#003366;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}

h1 {
font-size: 1.75em;
color: #003366;
}
h2 {
font-size: 1.5em;
color: #003366;
}

h3 {
font-size: 1.25em;
color: #003366;
}

div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #003366 1px;
	background-color: #003366;
}

div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}

div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}

div#navbar2 lia:link {
color: #FFFFFF:
}

div#navbar2 lia:visited {
	color: #CCCCCC;
}

div#navbar2 lia:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:15px;
	background:#808080;
	z-index:100;
	}
#leftcol ul {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}

#leftcol ul a {
color: white;
text-decoration: none;
display: block;
background: #808080;
padding: 0 0.5em;
margin: 0 1em 1px 1em;
}

#leftcol a:visited {
color: #ccc;
}

#leftcol a:hover {
background: #28b;
}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	text-align:left;
	}
#centercol a {
	color:#003366;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#003366;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCCCCC;
	}

