@charset "utf-8";
/* CSS Document */


*{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; padding:0px;}

* a {text-decoration:none;}

body {
	background-image: url(pattern.jpg);
}

#center {width:800px; margin-left:auto; margin-right:auto; margin-top:10px;}

#wrapper {float:left;}

#banner {border-top-style:solid; border-top-width:3px; border-top-color: #DC2726;}

#topnav {
	width:800px;
	height:15px;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	color:#DC2726;
	font-weight:bold;
	border-bottom-width:2px;
	boder-top-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #DC2726;
	background-color:#FFFFFF;
		}
	
#topnav ul {margin-left:-16px;}

#topnav li {
	font-size:12px;
	display:inline;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	padding-right:5px;
	padding-left:20px;
	background-position: left center;
	}
	
#topnav a{color:#27194A; font-size:12px; font-weight:bold; text-decoration:none; }

#topnav a:hover {text-decoration:underline;}

#content {float:left; background:#27194A;}

#leftcol {background:#27194A; float:left; width:205px; overflow:hidden; height:400px;}



#leftcol ul{margin-top:25px;}

#leftcol li{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-bottom:13px;
	
	list-style-type: none;
}

#leftcol a{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(bullet2.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
	padding-left:40px;
	}
	
.selected {background-image: url(redbullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
	padding-left:40px;}

#leftcol a:hover{text-decoration:underline;}

#leftcol p{
	color:#E9E17B;
	font-weight:bold;
	line-height: 20px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:13px;
	text-align:center;
	font-size:12px;
}

#leftcol img{margin-bottom:15px; margin-top:5px;}

#rightcol {float:right; width:545px; background:#DBDBDD; padding-top:25px; padding-left:25px; padding-right:25px; padding-bottom:15px;}

#rightcol a {font-size:11px;}

#rightcol img {border:none;}

#rightcol h1 {
	font-size:16px;
	text-transform: uppercase;
	padding-bottom:20px;
}

#rightcol h2{font-weight:bold; font-size:11px;}

.italic {font-style:italic;}

#rightcol p{font-size:11px; padding-bottom:15px; line-height:15px;}

#footer {background:#DC2726; color:#FFFFFF; clear:both; text-align:center; padding-top:5px; padding-bottom:5px;}

#footer a{color:#FFFFFF; font-size:11px;}

#footer a:hover {text-decoration:underline;}

#footer img{border-width:0px;}

#footer p{font-size:11px; line-height:15px;}