﻿/* CSS layout */
#masthead {
	background-color: #000099;
	color: #FFFFFF;
}

#top_nav {
	background-color: #FF0000;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 65%;
	background-color: #000099;
	width: 75%;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #666666;
}
#top_nav ul  {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #FF0000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FF0000;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FF0000;
}
#right_col {
	border: thin solid #000000;
	list-style-type: none;
	width: 25%;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	list-style-image: none;
	color: #0000FF;
	text-decoration: underline;
}
img {
	border: thin double #000000;
}
