﻿body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	background-image:url('pics/pages_side_bar.PNG');
	background-repeat:repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

#topBar{
	position:absolute;
	left:7px;
	top:6px;
	width:542px;
	height:130px;
	border-style:none;
}

div.contentArea{
	position:absolute;
	top:140px;
	left:80px;
	width:600px;
	padding:20px;
}

img {
	border-style:none;
}

.noMargin{
	margin:0px;
	padding:0px;
}

.center{
	text-align:center
}

.right{
	text-align:right;
	margin-right:90px;
}

.small{
	font-size:small;
	margin-left:15px;
}

div.facHeading{
	height:165px;
}

div.facHeading img{
	float:left;
	padding-top:15px;
	padding-right:15px;
	display:block;
	height:150px;
}

#footer {
	font-size:10px;
}

.padPic {
	float:left;
	padding:20px;
	border-style:none;
}

.blueBar {
	background-color:navy;
	color:white;
	font-size:18px;
	font-weight:bold;
	font-family:Verdana
}

.gray {
	background-color:#e0dfe3
}

div.facHeading div{
	display:block;
	padding-top:30px;
}

li{
	margin-top:10px;
}

th{
	font-weight:normal;
}

a:link { 
	color: #000990;
}

a:visited {	
	color: #000990;
}

a:link img {
	text-decoration:none;
}

a:hover {
	color: #068481;
}

h3 a:link {
	color:inherit;
	text-decoration:none;
}