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

body {
	background-color:#fff;
	font-family:"Trebuchet-MS", Sans-serif;
	font-size: 12px;
	color:#202020;
	line-height:16px;
}
#wrapper {
	text-align: left; 
	width:990px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto; 
}
#header {
	width:966px;
	height:23px;
	height:131px;
	border:2px #ff0080 solid;
	padding:20px 10px 20px 10px;
}
#contentwrapper {
	background-image:url(/images/strip.jpg);
	background-repeat:repeat-y;
	float:left;
}
#navigation {
	float:left;
	width:190px;
	padding-left:10px;
}
#content {
	float:right;
	width:770px;
	padding:10px;
}
#search {
	float:right;
}
#footer {
	width:990px;
	border-top:2px #ff0080 solid;
	float:left;
	padding-top:7px;
	height:20px;
}
h1 { font-family: "Century Gothic", "Times New Roman", serif; font-size: 16px; color: #2368A1; margin: 10px 0px 10px; }
h2 { font-family: "Century Gothic", "Times New Roman", serif; font-size: 16px; color: #3296E6; margin: 15px 0px 10px; }
h3 { font-family: "Century Gothic", "Times New Roman", serif; font-size: 14px; color: #3296E6; margin: 15px 0px 5px; }
.nav {
	font-size:14px;
	color:#313b3a;
	background: url(/images/navbullet.gif) no-repeat; 
	text-decoration:underline;
	padding:0 0 5px 25px;
	cursor:pointer;
}
.nav-on {
	font-size:14px;
	color:#ff0080;
	background: url(/images/navbullet.gif) no-repeat; 
	text-decoration:none;
	padding:0 0 5px 25px;
	cursor:pointer;
}
a:link, a:visited {
	color:#ff0080;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#ff0080;
	text-decoration:underline;
	cursor:pointer;
}
