.ahem {display:none;}

#header {
	margin-left: 0px;
	color: #000;
	height: 83px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #BFD1E2;
	text-align:center;
	}
	
#leftcol {
	display:none;
	float: left;
	width: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	padding: 0px;
	background-color: #fff;
	}
		
#rightcol {
	display:none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	/* padding-left: 10px; */
	z-index: 3;
	color: #000;
	padding: 3px;
	background-color: #fff;
	}

#leftcol p, #leftcol li, #rightcol p {
	font-size: 11px;
	}
	
#content {
	margin: 0px 10px 0 10px;
	padding: 3px;
	color: #000;
	background-color: #fff;
	}
	
#footer {
	display:none;
	clear: both;
	/* width: 100%; */
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 11px;
	padding: 13px;
	border-top: 1px solid #333;
	color: #000;
	background-color: #fff;
	}
	
	#footer .left{
		float: left;
		text-align: left;
		color:white;
		}
	
	#footer .right {
		float: right;
		text-align: right;
		}
	
body {
	width: 100%;
	font: 12pt/14pt "Times New Roman", serif;
	
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}


.menu {
	border-right: 1px solid #3F8CD9;
	border-bottom: 1px solid #3F8CD9;
	border-left: 1px solid #3F8CD9;
}

ul {
	padding-left:10px;
	margin-left:10px;
}

#navlist {
	text-align:left;
}

#navlist li
{
	font-family: "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(images/bullet.jpg);
}

#navlist li a { text-decoration: none;color:#3F8CD9; }
#navlist li a:hover { color:yellow;background-color:#3F8CD9;text-decoration: none; }

#navlist .subnav {
	font-size:11px;
	list-style-type: circle;
	list-style-image: none;
}

h1 {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	border-bottom: 2px solid #3F8CD9;
}

h2 {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	text-align:center;
}

h3{
	font-family: "Times New Roman", serif;
	font-size: 14px;
}

p.right{
	font-size: 11px;
}

a {
	color:#990000;text-decoration:underline;background-color:transparent;
}

/* a:link {} */

a:visited {
	color:#990000;text-decoration:underline;background-color:transparent;
}

a:hover {
	background-color: #3F8CD9;
	text-decoration:underline;
	color: #FFFFFF;
}

