﻿h1, h2, h3
{
	font-family: Verdana;
}
body
{
	font-family: Verdana;
	background-color:#CCCCCC;
	font-size: 14px;
}
.container
{
	border: 1px solid black;
}
.header
{
	background-color: white;
}
.body
{
	background-color: #000070;
}
.left
{
	background-color: #000070;
}
.content
{
	background-color: white;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
}
.contentfull
{
	background-color: white;
	border-top: 1px black solid;
	border-bottom: 1px black solid;	
}
.footer
{
	background-color: #000070;
	color: white;
	text-align: center;
	font-size: 11px;
}
.footer a
{
	color: white;
	text-decoration: none;
}
.footer a:hover
{
	color: white;
	text-decoration: underline;
}

.menu
{
	list-style: none;
	margin: 0px;
	border-top: 1px black solid;
}
.menu li
{
	border-bottom: 1px black solid;
	background: url("../images/style2/menu_item_bg.jpg");
	background-repeat: repeat-x;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
.menu li.hover
{
	background: url("../images/style2/menu_item_bg_hover.jpg");
	background-repeat: repeat-x;
}
.menu li a
{
	color: white;
	text-decoration: none;
}
.menu li.hover a
{
	text-decoration: underline;
}