/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/

* 
{
	margin: 0px;
	padding: 0px;
	border:0px;
}

body {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
	text-decoration: none;
	color: #000; 
	background: url("images/back.gif");
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #0A5284;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #ffcc66;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h3
{	
	color: #0A5284;
	margin: 0;
	text-align: left;
}

h2
{
	color: #0A5284;
	margin: 0;
	text-align: center;
}

h1
{
	color: #0A5284;
	margin: 0;
	text-align: center;
}

.highlight
{
	background-color: #0A5284;
	font-weight: bold;
}

hr
{
	width: 75%;
}

#main
{
	width: 800px;
	background-color: #ffffff;	
}

.header /* change headerlogo pic here*/
{
	width: 800px;
	text-align: center;
	border: solid 2px #0A5284;
	background-color: #0A5284;
	}

.content
{
	width: 800px;
	padding: 10px 10px 0px 10px;
	border: solid 2px #0A5284;
	
}

.menu /*this is the menubar at the top of page */
{
	background-color: #0A5284;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
}

.menu a:link, .menu a:visited 
{
	color: #D2691E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #ffcc66;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

.images /*for images with borders*/
{
	border: solid 2px #0A5284;
	padding: 4px;
	background-color: #f8f8f8;
}


.tiny
{
	font-size: 10px;
	color: #0A5284;
}


.firstbigletter {
font-family:Georgia,;
color:#D2691E;
font-size:56px;
font-weight:normal;
line-height:80%;
letter-spacing:1px;