﻿/* CSS layout */
#masthead {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 760px;
	height: 3px;
}

#top_nav {
	width: 760;
	margin-top: 0;
	margin-bottom: 0;
	height: 3;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

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

#page_content {
	margin-left: 250px;
	width: 510;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 250px;
	width: 510px;
	z-index: auto;
	margin-top: 24px;
	position: relative;
}

a:link       {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
a:visited    {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
a:hover      {
	color: #808080;
	font-weight: normal;
}
a:active     {
	color: #000099;
	font-weight: normal;
	
}
body         {
	font-family: 'Georgia', 'Times New Roman', Times;
	color: #000000;
	font-size: 92%;
	margin-left: auto;
	margin-right: auto;
}
p		     {
	font-family: 'Georgia', 'Times New Roman', Times;
	color: #000000;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height:1.5;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-left: 250;
	width: 510;
}
normal       { font-family: 'Georgia', 'Times New Roman', Times; color: #000000; font-size: 100%; line-height:1.5 }
blockquote   { font-family: 'Georgia', 'Times New Roman', Times; color: #000000; line-height:1.5; font-size: 100% }
li           { font-family: 'Georgia', 'Times New Roman', Times; color: #000000; line-height:1.5; font-size: 100% }
table        { table-border-color-light: rgb(255,153,51); table-border-color-dark: rgb(0,0,0); 
               font-family: 'Georgia', 'Times New Roman'; font-size: 100% }
h6
{font-family: Verdana, Arial, Helvetica, Century Gothic; }

h5
{font-family: Verdana, Arial, Helvetica, Century Gothic; }

h4
{
	font-family: Verdana, Arial, Helvetica, Century Gothic;
}

h3
{font-family: 'Georgia', 'Times New Roman', Times; }

h1
{font-family: 'Georgia', 'Times New Roman', Times; }

h6           {
	font-size: 72%;
	font-family: Verdana, Arial, Helvectica;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1.5;
	max-height: none;
}
h3           { font-size: 120%; font-family: 'Georgia', 'Times New Roman', Times; color:#000000; font-weight: 
               normal; margin-top:24px; margin-bottom:6px }
h4           { font-size: 100%; font-family: Verdana, Arial, Helvetica; font-weight: bold; margin-top:36px; margin-bottom:6px }
h5           { font-size: 100%; font-family: Verdana, Arial, Helvetica; font-style: italic; 
               font-weight: bold; margin-top:30px; margin-bottom:6px }
h1           {
	font-size: 200%;
	color: #333333;
	font-family: 'Georgia', 'Times New Roman', Times;
	margin-bottom: 9px;
	font-weight: normal;
}
h2           {
	color: #333333;
	font-size: 110%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times;
	line-height: 1.25;
	margin-bottom: 12px;
	font-weight: normal;
	margin-top: 0px;
}
               
td 	{ font-family: 'Georgia', 'Times New Roman', Times; color: #000000; font-size: 1em }
