BODY {
	background-color:#ccccd0;
	font-family:Verdana,Geneva;
	font-size:10px;
	color:#003333;
	margin:0px;
}

#masthead {
	width:100%;
	padding-left:5px;
	background-color:#ece1c6;
	border-bottom:1px solid #000066;
}

#leftbar {
	background:#ece1c6;
	border-right:1px solid #000000;
}

#content {
	background-color:#ffffff;
	font-family:Verdana,Geneva;
	font-size:12px;
	padding:0px;
	margin:0px;
}

#content P {
	padding:0px 10px 0px 10px;
}

#content P.double {
	margin:50px;
}

#footer {
	width:100%;
	border-top:1px solid #000066;
	padding:10px;
}

TD {
	vertical-align:top;
	font-family:Verdana,Geneva;
	font-size:11px;
}

TD .bottom {
	vertical-align:bottom;
}

TD.middle {
	vertical-align:middle;
}

#rightbar {
	background:#fff9e9;
	width:200px;
	float:right;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:8px;
}

#rightbar P.title {
	color:#4c7082;
	font-weight:bold;
	font-size:140%;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

UL{
	margin-top:0px;
	margin-left:16px;
}

A.nav {
	font-family:Verdana,Geneva;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

A.nav:hover {
	color:#0000ff;
	text-decoration:underline;
}

A.blue {
	font-family:Arial,Geneva;
	font-size:11px;
	font-weight:bold;
	color:#0000ff;
}

.indent {
	margin:0px 0px 0px 20px;
}

IMG.pad {
	margin:12px;
}

HR {
	height:1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	width:90%;
}

LI {
	line-height:16px;
}

.heading {
	font-family:Arial,Verdana,Geneva;
	font-size:18px;
	font-weight:bold;
	color:#000099;
}

.subheading {
	font-family:Verdana,Geneva;
	font-size:14px;
	color:#4c7082;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	width:98%;
}

.date {
	font-size:10px;
	font-weight:bold;
	color:#4c7082;
}

.small {
	font-family:Verdana,Geneva;
	font-size:10px;
	text-decoration:none;
}

/* ADMIN */
.admin {
	background:#eeeeee;
}

.adminheading {
	font-weight:bold;
	background:#dddddd;
	color:#000000;
	text-transform:uppercase;
}

