body {
background-color:#c0c1e1;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 800px;

}
#content {
padding:5px 8px 5px 8px;
}
#topnavbar {
	background-image:url(images/topnavback.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	
	color:#FFFFFF;
	font-weight:bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65438B;
	border-bottom-color: #65438B;
}
#topnavbar a {
color:white;
text-decoration:none;
}
#topnavbar a:hover {
color:white;
text-decoration:underline;
}
#footer {
font-size:12px;
border-top:#0000CC 1px solid;
border-bottom:#0000CC 1px solid;
background-color:#524F96;
color:#FFFFFF;
padding:15px;
font-weight:bold;
}
#footer a {
color:white;
text-decoration:none;
}


#footer a:hover {
color:white;
text-decoration:underline;
}
#leftnav{
	margin: 0px;
	padding: 0px;
	background-color:#e8e8e8;

}

.results {
border:1px solid #999999;
background-color:#f9f9f9;
padding:8px 8px 8px 8px;
margin-bottom:5px;
}
.results a {
font-size:14px;
}

#searchbox {
border:1px solid #666666;
background-color:#F5F5F5;
padding:5px 0 5px 0;
}
#leftnav h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;

}

#leftnav a:link, #leftnav a:visited {
	display: block;
	background-image: url(images/navbarbg.jpg);
	background-repeat:repeat-y;
	font-weight: bold;
	padding: 8px 3px 8px 25px;
	color: white;
	font-size:18px;
	text-decoration:none;
	background-color:#CFB8DE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8CEF2;
	border-bottom-color: #67448E;
}

#leftnav a:hover{
	background-image: url(images/navbarhover.jpg);
	background-color: #524F96;

	font-weight: bold;
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9BF4;
	background-repeat: no-repeat;
	background-position: 185px center;
}
/* form styling   --------------------------------------------------------------------------------- 
label { position: absolute; text-align:right; width:130px; }
input, textarea { margin-left: 140px; }
label.check, label.radio { position:relative; text-align:left; }*/
#detailpage {
border:1px solid #c0c1e1;
padding:0px;
}
#detailpage td {
padding:8px;
}
#detailpage h1 {
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding:10px 0 10px 0;
}
label {
margin-right:4px;
font-size:14px;
font-weight:500;
color:#524F96;

}
select {
background-color: #F5F5F5;
color: #0000FF;
font: 12px Verdana, Arial, Helvetica, sans-serif;
border:1px black solid;
padding:2px;
width:180px;
}
.textbox {
background-color: #F5F5F5;
color: #0000FF;
font: 12px Verdana, Arial, Helvetica, sans-serif;
border:1px black solid;
padding:2px;
}
.tab {
background-image:url(images/tab_background.gif);
height:25px;
font-weight:bold;
padding-left:25px;
padding-top:6px;
background-repeat:no-repeat;
}