﻿/*
General Font: Verdana
Font Size: 8.5 pt

Colors: #6B6B6B (Text Color, Line Color, medium gray)
        #BF0000 (Highlighted or emphasized color, Maroon)
        #330ECO (Hearder Color, cobalt blue)
        #C9C9C9 (Rule on paper)

*/

body 
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 8.5pt;
    line-height:12pt;
    color: #6B6B6B;
}

h1
{
    color: #000000;
    font-family: Georgia;
    font-size: 16pt;
    font-style: normal;
    font-weight: normal;
    
}

h2
{
    color: #000000;
    font-family: Georgia;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    
}

a:Link
{
    text-decoration: none;
    color: #6B6B6B;
}
a:Visited
{
    text-decoration: none;
    color: #6B6B6B;
}

a:Hover
{
    text-decoration: underline;
    color: #3B3B3B;
}
a:Active
{
    color : #3B3B3B;
}
 
/* divs */

div#mainpic
{
	position: absolute;
	top: 100px;
	left: 25px;
	width: 900px;
	height: 245px;
	background-color: #6B6B6B; 
}

div#titlebar
{
	position: absolute;
	top: 345px;
	left: 25px;
	width: 885px;
	height: 30px;
	background-color: #EFE7E7;
	padding-left:15px;
	padding-top:20px;
	padding-bottom:5px;
	font-family:Georgia;
	font-size:16pt;
	color: #000000;
}

div#maincopy
{
	position: absolute;
	top: 430px;
	left: 165px;
	width: 418px;
	height: 500px;
	padding-left:2px;
	background-color: #ffffff;
}

div#sidecopy
{
	position: absolute;
	top: 430px;
	left: 605px;
	width: 270px;
	height: 500px;
	padding-left:15px;
	background-color: #ffffff;
	border-left:1px dashed #A5794A;
}

div#nav
{
	position: absolute;
	top: 430px;
	left: 25px;
	width: 120px;
	padding-left:10px;
	height: 500px;
	background-color: #ffffff; 
	line-height: 16pt;
}
