﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 905px;
	background-color: #FFFFFF;
}

#masthead {
}

#top_nav {
	background-image: url('../images/selected.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#container {
}

#right_col {
	margin: 10px;
	width: 175px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	height: 300px;
}
#page_content {
	padding: 10px;
}
#footer {
	background-position: bottom;
	clear: both;
	background-image: url('../images/selected.gif');
	background-repeat: repeat-x;
	font-size: smaller;
	text-align: right;
	height: 18px;
	vertical-align: bottom;
}

a:active {
	color: #010066;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
a:hover {
	color: #010066;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
a:link {
	color: #010066;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
a:visited {
	color: #010066;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
