#header, #menu, #sidebar, #content, #footer { 
}

/*.optima {
	font-size: 11px;
}

.optima a {
	color: navy;
}

.optima a:hover {
	text-decoration: none;
}*/

body {
	margin-top: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#info {
	position: absolute;
	left: 50%;
	margin-left: 170px;
	z-index: 1;
	margin-top: 11px;
	font-size: 13px;
	color: navy;
}

#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -382px;
	width: 764px;
}

#header {
	height: 80px;
	padding: 0;
	background-repeat: no-repeat;
}

#tabs {
	background: #3366CC;
	color: white;
	padding: 10px;
	font-size: 70%;
}

#tabs a {
	color: white;
}

#tabs a:hover {
	text-decoration: none;
}

#menu {
	background: #ccc;
	color: #003d83;
	padding: 10px;
	font-size: 180%;
	text-shadow: #000000 0 0 0px;
}

#login {
	font-size: 12px;
}

#login a {
	color: #003d83;
}

#login a:hover {
	text-decoration: none;
}

#container {

}

#sidebar {
	
	width: 225px;
	vertical-align: top;
}

#sidebar a {
	background-color: #3366CC;
	color: white;
	font-size: 80%;
	width: 225px;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover {
	background-color: #6587ca;
	cursor: hand;
}

#defaultlinks a {
	background-color: #d13030;
}

#defaultlinks a:hover {
	background-color: #d16969;
}

#adminlinks a {
	background-color: #ff8822;
}

#adminlinks a:hover {
	background-color: #eeaa22;
}

#content {
	font-size: 12px;
	height: 300px;
	vertical-align: top;
	padding: 10px;
}

#content table {
	width: 100%;
}

#content td {
	vertical-align: top;
	padding: 5px;
}

#content th {
	text-align: left;
}

#content h1 {
	color: maroon;
	font-size: 16px;
}

#content a {
	color: #3366CC;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	background-color: #3366CC;
	font-size: 70%;
	color: white;
	vertical-align: middle;
	padding: 10px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

.error_message {
	color: #900;
}