﻿/* CSS layout */
#masthead {
	background-color: #66CCFF;
	color: #FFFFFF;
	font-size: xx-large;
}
#top_nav {
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 19px;
	
}

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

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
}
#top_nav ul {
	list-style-image: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	background-color: #33CC33;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
	display: block;
}
#top_nav a:hover {
	color: #FFFF66;
	text-decoration: none;
	background-color: #33CCFF;
	border: 1px solid #000000;
}
#cross {
	position: relative;
	top: 20px;
	left: 0%;
}
