@charset "utf-8";
/* CSS Document */

/* class and id tags */

#content {
	width:					730px;
	margin-top:				10px;
	float:					right;
	font-family:			Arial, Helvetica, sans-serif;
}

#content img {
	margin-left:			auto;
	margin-right:			auto;
	border-style:			solid;
	border-width:			1px;
	border-color:			#cccccc;
}

#content a {
	color:					#ffffff;
	text-decoration:		none;
}

#content ul li a {
	text-decoration:		underline;
}

#footer {
	clear:					both;
	height:					50px;
	margin-top:				10px;
	padding-bottom:			10px;
	padding-top:			10px;
}

#footer img {
	margin-left:			auto;
	margin-right:			auto;
}

#footer p a {
	color:					#000066;
}

#footer-left {
	float:					left;
	width:					158px;
	margin-left:			10px;
}

#footer-right p {
	font-size:				12px;
	text-align:				center;
	margin-bottom:			1px;
	margin-top:				0px;
}

#footer-right {
	float:					right;
	width:					682px;
}

#header {
	margin-left:			auto;
	margin-right:			auto;
}

#header img {
	width:					850px;
}

#left-menu {
	width:					85px;
	float:					left;
	margin-left:			10px;
	margin-top:				10px;
}

.left-menu-link {
	width:					80px;
	background-color:		#444444;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	height:					20px;
	text-align:				center;
	font-size:				14px;
	border-style:			ridge;
	border-width:			1px;
	border-color:			#ffffff;
	padding:				3px;
}

.left-menu-link a {
	text-decoration:		none;
	color:					#FFFFFF;
}

.left-menu-link:hover {
	background-color:		#C44D4D;
}

.left-menu-link:hover .popup {
	display:				block;
	position:				relative;
	left:					84px;
	top:					-20px;
}

#main {
	background-color:		#666666;
	color:					#FFFFFF;
	margin-left:			auto;
	margin-right:			auto;
}

#news {
	color:					#ffff00;
	font-size:				18px;
	text-align:				center;
}

#notes {
	font-size:				12px;
	color:					#ffffff;
	text-align:				center;
}

#page {
	width:					850px;
	margin-left:			auto;
	margin-right:			auto;
	border-style:			ridge;
	border-width:			2px;
	border-color:			#970004;
}

.popup {
	display:				none;
	width:					95px;
	height:					20px;
	padding:				3px;
	background-color:		#444444;
	text-align:				center;
	border-style:			ridge;
	border-width:			1px;
	border-color:			#ffffff;
}

.popup a {
	text-decoration:		none;
	color:					#ffffff;
}

.popup:hover {
	background-color:		#c44d4d;
}

#position {
	font-style:				italic;
	list-style-type:		none;
}

.tagline {
	color:					#970004;
	font-size:				26px;
	font-family:			'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding-left:			5px;
	padding-right:			5px;
	text-align:				center;
}


/* regular tags */

a:link a:visited a:hover a:active {
	color:					#ffffff;
	text-decoration:		none;
}

body {
	font-family:			Arial, Helvetica, sans-serif;
	color:					#666;
	background-color:		#999999;
}

img {
	display:				block;
	border-style:			none;
}

dt {
	font-style:				italic;
}