body {
	color: #000000;
	background: #ffffff;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	color: #000099;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

#site {
	width: 764px;
	border: 1px solid black;
	background: #ffffff url('images/back-new.gif');
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -382px;
}

.tagline {
	color: #000099;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

a:visited {
	color: #00B5F0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	color: #00B5F0;
	text-decoration: none;
}
a:link {
	color: #00B5F0;
	text-decoration: none;
}

td {
	font-size: 0.8em;
}

.pSmall {
	font-size: 0.8em;
}

.smallBold {
	font-size: 0.8em;
	font-weight: bold;
}

.copyNotice {
	font-size: 0.7em;
}

.errorStack {
	color: red;
	list-style: none;
	margin: 0;
	padding: 0;
}

#container {
	border: 0;
	width: 715px;
	margin-left: 25px;
}

#leftMenu {
	border-right: 1px solid #6699FF;
	width: 100px;
	float: left;
	padding: 2px;
	
}

#leftMenu ul {
	color:#3366CC;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.menuHeader {
	color: #000099;
	font-weight: bold;
	padding: 3px;
}

#content {
	border: 0;
	width: 585px;
	float: right;
	margin-left: 5px;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.errorStack {
	color: red;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#dateHolder {
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	left: 610px;
	top: 90px;
}