﻿/* CSS layout */
#masthead {
	font-size: 60px;
	font-weight: bold;
	color: #003399;
	background:white;
}

#top_nav {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Calibri;
	font-size: 16px;
	color: black;
	border: 1px gray solid;
}
#container {
	position: relative;
	width: 100%;
	background-color: white;
}
#page_content {
	padding: 10px;
	width: 560px;
}
#right_col {
	width: 200px;
	padding: 10px;
	background-color: #FFFFCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	font-family:Calibri;
	font-size:12px;
	border-top:1px silver solid;
	padding:10px;
	background-color:white;
}

body {
	font-family: Calibri;
	font-size: 16px;
	color: #808080;
	border: 1px solid #808080;
	width: 800px;
	background-color: #C0C0C0;
}
.logo {
	width: 200px;
}
.sectionHeader {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
.features {
	list-style-type: disc;
	list-style-position: outside;
}
a:link {
	text-decoration: none;
	color:black;
}
a:visited {
	text-decoration: none;
	color:black;
}
a:hover {
	text-decoration: none;
	color: #003399;
	background-color: white;
}
a:active {
	text-decoration: none;
	color:black;
}
a {
	border: 1px solid #808080;
	padding-left: 5px;
	padding-right: 5px;
}
#centered {
	left: auto;
	right: auto;
	width: 800px;
}

