﻿body
{
	background-color: #999999;
}

#page
{
	background-color: #999999;
	width: 1024px;
	border: solid 1px black;
	font-family: Verdana;
	margin-left:auto;
	margin-right:auto;	
}

.header
{
    padding: 2px 0px 0px 0px;
    background-image: url(../images/headerbg.jpg);
    background-repeat: no-repeat;
    height: 225px;
    background-position: center;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

/*
.header background
{
    width: 100%;
    height: 100%;
    
}
*/
.header p
{
	padding: 0px 2px 0px 2px;
	color: White;
}

.navigation
{
    background: url(../images/buttonbg.jpg) bottom left repeat-x;
    width:auto;
    height: 2em;
}
    
.navigation ul
{
	margin:0;
    padding:0;
    list-style:none;
}

.navigation li
{
    margin:0px;
    padding:0px;
    float:left;
}

.navigation li a
{
	background: url(../images/buttonbg.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	width: 10em;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.navigation li a:hover
{
	background:  url(../images/activebuttonbg.jpg) bottom left repeat-x;
	color: #326595;
}

.search
{
	line-height: 2em;
	height: 2em;
	float: right;
	padding: 0 5px 0 0;
}

.content
{
	clear: both;
	padding: 10px 10px 10px 10px;
}

.content p
{
	padding: 2px 2px 2px 2px;
}

/*
body
{
	background-color: #999999;
}

#page
{
	background-color: white;
	width: 800px;
	border: solid 1px black;
}

.header
{
	font-size: 22px;
	text-align: center;
}

.nagivation
{
    float:left;
    background:yellow;
    font-size:93%;
    line-height:normal;
}
    
.navigation ul
{
	margin:0;
    padding:0;
    list-style:none;
}

.navigation li
{
    margin:0px;
    padding:0px;
    float:left;
}

.navigation li a
{
	background: url(../images/buttonbg.jpg) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 9em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

.navigation li a:hover
{
	background:  url(../images/activebuttonbg.jpg) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 9em;
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

.content
{
	clear: both;
}
*/