@charset "utf-8";
/* CSS Document */
@import 'nav.css';
body{
	margin:10px 0 10px 0;
	padding:0;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
h2{
	font-size:18px;
	color:#cc0099;
}
h3{
	margin-bottom:0;
	color:#0099cc;
	font-size:16px;
}
p{
	margin-top:5px;
	line-height:1.6em;
}
a{
	color:#993399;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form span, form p span{
	color:#cc0099;
}
table{
	width:90%;
	border:none;
}
td{
	vertical-align:top;
}
#bounds{
	margin:auto;
	width:798px;
	background:#fefae8;
	border:3px solid #DCDCDC;
}
#header{
	background:url(../images/header.gif) no-repeat;
	height:204px;
}
#header h1{
	display:none;
}
div#header.subheader{
	background:url(../images/sub_header.gif) no-repeat;
	height:151px;
}
#header a{
	padding:10px;
	display:block;
	float:right;
	color:#92278F;
	font-size:12px;
	font-weight:bold;
}
#header ul{
	margin:55px 0 0 90px;
	_margin-left:45px;
	padding:0;
	float:left;
	list-style:none;
}
#header li{
	float:left;
}
#header li a{
	padding:0;
	float:left;
}
#header li a span{display:none;}
#content{
	padding:15px;
	overflow:hidden;
}
#left{
	float:left;
	width:20%;
}
#left ul{
	margin:0;
	padding:0;
	list-style:none;
}
#left li{
	border-bottom:2px dashed #dcdcdc;
	font-weight:bold;
}
#left li.loc{
	padding:20px;
	color:#b7afa4;
	text-align:center;
	text-align:center;
}
#left li a{
	display:block;
	padding:20px;
	text-align:center;
	height:1%;
	color:#cc0099;
}
#right{
	float:right;
	width:70%;
}
#right a{
	font-weight:bold;
}
#right li{
	line-height:1.6em;
}

#footer{
	margin:15px auto 0 auto;
	width:90%;
	border-top:2px dashed #dcdcdc;
	text-align:center;
	font-size:10px;
}
#footer a{
	font-weight:bold;
}
div.box{
	padding:0 8px 10px 10px;
	border:2px dashed #DCDCDC;
	text-align:center;
	font-size:10px;
	background:#FEF5E6;
}
div.box p{
	border:none;
}
div.box img{
}
.border_b{
	border-bottom:1px solid #b7afa4;
}
.border_b p{
	margin:10px 0 10px 0;
}
div.timeline{
	margin:25px 0 0 0;
	border-bottom:2px dashed #DCDCDC;
}
#answers{
	margin:20px 0 0 0;
}
#questions{
	margin:0 0 20px 0;
}
#answers a{
	display:block;
	text-align:right;
	font-weight:normal;
}
#questions a{
	color:#000;
	font-weight:normal;
}
div.news{
	margin-top:10px;
	float:right;
	width:27%;
	background:#F7941C url(../images/news_bg.gif) repeat-x;
	border:none;
}
div.news p{
	margin:0 0 2px 0;
	background:url(../images/bullet.gif) center left no-repeat;
	padding:0 0 0 15px;
	text-align:left;
}
