﻿*
{
	margin:0;
	padding:0;
	border:0;
}

p
{
	margin-bottom:10px;	
}

body
{
	font-family:Verdana, thahoma;
	width:780px;
	margin:auto;

}

#page
{
	float: left;
	border: 0px solid #30526d;
	background: #FFFFFF;
}

#header
{
	width:780px;
	height:200px;
	background-image:url('images/header.jpg')
}

#menu
{
	background: #003366;
	height: 30px;
	line-height: 30px;
	width: 780px;
	font-weight: bold;
	background-image: url('images/menubg.jpg');
}

#menu ul
{
	margin-left:25px;
}

#menu ul li
{
	list-style-type:none;
	display:inline;
	margin-right:10px;
}

#menu ul li a
{
	color:#fff;
	text-decoration:none;
	padding: 5px 10px 5px 10px;
	font-size:13pt;
}

.selected
{
	background-image: url('images/menubg2.jpg');

}


#menu ul li a:hover
{
	color: red;
	background-image: url('images/menubg2.jpg');
	background-color: #996633;
	
}

#text
{
	background: #fff;
	padding: 10px;
	float: left;
	width: 758px;
	border: 1px solid #30526d;
	font-size: 11pt;
}
#footer
{
	background: #30526d;
	font-size: 8pt;
	float: left;
	height: 20px;
	width: 780px;
	color: #fff;
}

#footer a
{
	color:#fff;
}






