﻿/* CSS layout */
.bluefont {
	color: #0000FF;
}
#masthead {
	background-color: #FFFF99;
}
.arrowpicstyle {
	border-width: 0px;
}
#top_nav {
	height: 20px;
	background-color: #CCCC00;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 15px;
	padding-left: 15px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-color: #CCCCCC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}
#left_col a {
	color: #0000CC;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #CCCC00;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #FFFF99;
}
#adholder {
	text-align: center;
}
#adholder2 {
	text-align: center;
}
#left_col a:hover {
	color: #000080;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
	background-color: #FFFFCC;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #666666;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #0000CC;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C0C0C0;
}
#masthead h1 {
	color: #663300;
	margin: 0px;
	text-align: center;
	font-weight: normal;
}
#footer_text {
	font-size: 80%;
}
.H1 {
	font-size: 200%;
}
.caption {
	margin-top: 4px;
}
.H2 {
	font-size: 140%;
}
