﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	background-color:#AABBCC;
	margin:20px 0px 20px 0px
}
#top_page {
	width: 900px;
	margin: 0 auto;
	text-align:right;
	font-size:medium;
	margin-bottom:5px
}
#container {
	width: 970px;
	margin: 0 auto;
	background-image:url('../images/border_tile1.gif');
	background-repeat:repeat-y
}
#content {
	width:950px;
	margin-left:10px;
	margin-right:10px;
	border:1px black solid
}
#masthead {
	width:950px;
	border-bottom:1px black solid
}
#left_column {
	width:200px;
	background-color:#E8F1FF;
	border-right:1px gray solid;
	float:left
}
#page_name {
	width:200px;
	background-image:url('../images/bkgrd1.gif');
	background-repeat:repeat-x;
	font-size:large;
	font-weight:bold;
	color:black;
	padding-top:5px;
	padding-bottom:5px
}
#rotator {
	width:200px;
	border-bottom:1px black solid;
	border-top:1px black solid
}
#contact {
	width:195px;
	margin-left:5px;
	margin-bottom:20px
}
#navigation {
	width:748px;
	padding-bottom:5px;
	background-color:#E8F1FF;
	border-bottom:1px silver solid;
	float:left
}
#main_column {
	width:748px;
	float:left
}
#footer {
	width:950px;
	background-color:#CCCCCC;
	border-top:1px black solid;
	text-align:center;
	padding:5px 0px 5px 0px; 
	clear:both
}
.italics {
	font-style:italic;
	font-weight:bold;
}
.smallfont {
	font-size:x-small
}
.navfloat {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	float:left
}
a.navlink:link {
	color: #000000;
	text-decoration:none;
}
a.navlink:visited {
	color: #000000;
	text-decoration:none;
}
a.navlink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#000000
}
.clear {
	clear:both
}
.underline {
	text-decoration:underline
}
.blue {
	color:blue
}
.noborder {
	border:none
}