﻿/* CSS layout */
a:link
{
	color: rgb(131,127,141); 
}
a:visited
{
	color: rgb(131,127,141); 
} 
a:active 
{
	color: rgb(255,51,154);
}
body
{
	font-family: Century Gothic;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
}
h6
{
	font-family: Century Gothic;
}
h5
{
	font-family: Century Gothic;
}
h4
{
	font-family: Century Gothic;
}
h3
{
	font-family: Century Gothic;
}
h2
{
	font-family: Century Gothic;
}
h1
{
	font-family: Century Gothic;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
