.WhiteLink{
	COLOR: white;
}
.WhiteLink A {
	COLOR: white;
	TEXT-DECORATION: none
}
.WhiteLink A:hover {
	COLOR: #CEBEF7;
}

body, td, div, input {
	font: 12px verdana, sans-serif;
}

a {
	color: #0033CC;
	TEXT-DECORATION: none
}

a:hover {
	COLOR: #CEBEF7;
}

.titlebar {
	clear:both;
	color:#999999;
	text-indent: 16px;
	font-weight: bold;
	background: url("/images/title.jpg") no-repeat;
	color: white;
	height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}

.titlebar a {
	color:white;
}

.titlebar a:hover {
	color:#CEBEF7;
}

.halftitlebar {
	clear:both;
	text-indent: 16px;
	font-weight: bold;
	background: url("/images/halftitle.jpg") no-repeat;
	color: white;
	height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}

.halftitlebar a {
	color:white;
}

.halftitlebar a:hover {
	color:#CEBEF7;
}

#leftnav {
	width:180px;
	height:100%;
	border-right: #999999 1px solid;
	background: #f1f1f1;
	font: 11px verdana;
}

#leftnav ul {
	border-bottom: #999999 1px solid;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#leftnav ul li {
}

#leftnav ul li a {
	color:black;
	display: block;
	line-height:18px;
	padding: 0px 8px;
	border: 1px solid #f1f1f1;
}

#leftnav ul li a:hover {
	background: #CCCCCC;
	border: 1px solid #999999;
}

#leftnav div {
	height:18px;
	font-weight:bold;
	padding-top:3px;
}

#topnav {
	font-weight:bold;
	color:white;
	height:18px;
	padding-top: 2px;
	clear:both;
}

#topnav a {
	color:white;
}

#topnav a:hover {
	color:#CEBEF7;
}

#bottomnav {
	color:white;
	clear:both;
	line-height:18px;
	font-size:11px;
}

#bottomnav a {
	color:white;
	font-weight:bold;
}

#bottomnav a:hover {
	color:#CEBEF7;
}

#rightnav {
	width:180px;
	height:100%;
	background:#f1f1f1;
	border-left: #999999 1px solid;
	padding-left:3px;
}

#rightnav dl dt {
	margin:0;
	padding:0;
	font-weight:bold;
}

#rightnav dl dd {
	padding:0;
	margin:0 0 8px 0;
}

#title {
	width:100%;
	height:60px;
	background:url("/images/logobg.jpg") no-repeat;
}

#title dl {
	background:url("/images/bs_icon_48.gif") no-repeat 8px 8px;
	float:left;
	height:60px;
	padding:0;
	margin:0;
	font-style: italic;
	font-weight: bold;
}

#title dt {
	text-indent:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	padding: 2px 0 0 0
}

#title dd {
	text-indent:70px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

table {
	margin:0;
	padding:0;
	border:0;
}

form {
	margin: 5px 0;
}

.twocolumn {
	margin:5px;
}

.twocolumn dt {
	float:left;
	font-weight:bold;
}

.twocolumn dd {
	margin: 0 0 0 80px;
}

img {
	border:0;
}

blockquote {
	margin-top:5px;
}
