body
{
    background: url(../images/gray-crosshatch.gif) #cccccc left top;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
}

P
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

UL
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

A
{
    color: #0000ff;
	text-decoration:none;
}

A:hover
{
    color: #0000ff;
	text-decoration: underline;
}

#master
{
    border: #666666 2px solid;
    background: #ffffff;
    margin: 0 auto;
	width:800px;
    text-align: left;
}


#header
{
    color: #ffffff;
	width: 100%;
    font-size: 10px;
	min-width: 800px;
}

#headerleft
{
    background: url(../images/header-logo.gif) #fff no-repeat left top;
	float: left;
    color: #000000;
	padding-left: 10px;
    font-size: 10px;
    height: 200px;
	width: 190px;
}
#headerright
{
    background: url(../images/header-right.jpg) #fff no-repeat right top;
	float: right;
    color: #ffffff;
    height: 200px;
	width: 600px;
}

#navmain
{
    background-color: #2956B2;
	color:#ffffff;
	text-align: center;
	vertical-align: text-bottom;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
	font-weight: bold;
}

#navmain A
{
    color: #ffffff;
    text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navmain A:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#middle
{
	clear: both;
    background-color: #ffffff;
	color: #000000;
	font-size: 14px;
}

#middle p
{
	padding: 0px 10px 0px 10px;
}

#middle H2
{
	font-size:26px;		
	color: #000000;
	font-family: Geneva, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}


.bigger
{
	background-color: #ffffff;
	font-size:18px;
	font-weight:bold;
}


#copyright 
{
	padding: 10px;
	font-size: 10px;
}
