﻿/* CSS layout */
#masthead {
	width: 960px;
	margin: 0 auto;
	clip: rect(0px, auto, auto, auto);
}

#top_nav {
	width: 960px;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	text-align: left;
	font-family: Verdana, Georgia, Garamond, serif;
	font-size: medium;
	color: #CCCCCC;
}
#page_content {
	padding: 5px;
	margin-right: 260px;
}
#right_col {
	width: 255px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
#footer {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	font-size: small;
	color: #FFFF00;
	clear: both;
}
#footer a {
	font-size: x-small;
	font-family: Verdana, Georgia, Garamond, serif;
	text-decoration: none;
	color: #FFFF00;
}
#footer a:hover {
	font-size: x-small;
	text-decoration: none;
	color: #800000;
	font-family: Verdana, Georgia, Garamond, serif;
}
#siteinfo {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	font-size: x-small;
	font-family: Verdana, Georgia, Garamond, serif;
	color: #808080;
}
#siteinfo a {
	font-size: x-small;
	font-family: Verdana, Georgia, Garamond, serif;
	text-decoration: none;
	color: #808080;
}
#siteinfo a:hover {
	font-size: x-small;
	text-decoration: underline;
	color: #808080;
	font-family: Verdana, Georgia, Garamond, serif;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.sigs {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #FF3300;
	font-size: large;
}
