﻿/* CSS layout.  This includes settings for the home page */

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #090C8D;
	font-family: "Arial Narrow";
	font-size: medium;
	color: #FFFFFF;
	height: 200;
}
a:visited {
	color: #C0C0C0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
#page_content {
	margin-left: 200px;
	background-color: #FFFFFF;
	height: 800px;
}
.Font-nav {
	font-family: "Arial Narrow", Arial, "Times New Roman";
	font-size: small;
	color: #FFFFFF;
	height: 26px;
}
.Font-nav2 {
	font-family: "Arial Narrow", Arial, "Times New Roman";
	font-size: medium;
	color: #808080;
	height: 26px;
	font-weight: bolder;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	margin-left: 25px;
	font-weight: lighter;
}
p {
	font-family: "Arial Narrow", Arial, "Times New Roman";
	font-size: small;
	margin-left: 25px;
}
a:hover {
	color: #FFFF00;
}

#container {
	position: relative;
	width: 100%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	margin-left: 25px;
}
{}
a:link {
	color: #FFFFFF;
}
.newStyle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}

