/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#F7f7f7;
	font-size:12px;

}

#header{
	margin: 0px auto 0px auto;
	border: 1px solid #505050;
	width:780px;
	color:#999;
	background-color:#FFF;
}
#header a{
	color:#999;
	}

#main{
	margin: 10px auto 10px auto;
	border: 1px solid #505050;
	width:780px;
	text-align:left;
	background-color:#FFF;
}

#nav{
width:160px;
float:left;
color:#222;
}
#nav th {
background-color:#E73322;
color:#FFF;
height:26px;
text-align:center;
}
#nav td{
height:26px;
}
#nav a{
color:#222;
}
.dotted{
	border-bottom: 1px dashed #FDD;
}

#content{
	width: 580px;
	padding: 0px 20px 0px 20px;
	float:left;
}
content p{
margin: 8px 0px 10px 0px;
}


#rightpanel{
	width:210px;
	margin:0px;
	float:right;

	color:#FFF;
	text-align:center;

}
.whitepanel{
	width:180px;
	border: 1px solid #999;
	background-color:#FFF;
	margin: 0px auto 10px auto;
	color:#000;
	text-align:left;
}
#footer{
	margin: 0px auto 0px auto;

	color:#999;
	width:780px;
}
#footer a{
	color:#999;
}
h1{
font-family:"Times New Roman", Times, serif;
font-size:22pt;
font-weight:500;
color:#E73322;
text-align:right;
margin-top:10px;
}

h2{
font-family:"Times New Roman", Times, serif;
font-size:14pt;
font-weight:500;
margin-bottom:10px;
margin-top:10px;
}
h3{ 
color:#E73322;
text-transform:uppercase;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}
a{
color:#E73322;
}

.dashbox{
border: 1px dashed #c33;
margin-top:10px;
padding: 10px;
}
.halfdashbox{
border-top: 1px dashed #c33;
border-right: 1px dashed #c33;
padding: 10px;
}

.formelements{
width:180px;
}
legend{ 
/*color:#E73322;*/
color:#000;
font-weight:bold;
background-color:#FFF;
padding:5px;

}
.searchresults{
border-top: 1px dashed #c33;
}
.searchresults td{ 
border-bottom: 1px dashed #c33;
height:105px;
vertical-align:middle;
}
.line{
border-bottom:1px solid #666;
height:20px;
}
.sidebar{
font-size:0.9em;
margin:5px 10px 5px 10px;
}
.whitepanel p {margin:0px 0px 10px 0px;}
