﻿body
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 15px 0 0 0;
}

a
{
	color: #000000;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.border
{
	background-color: #FFCC00;
	width: 810px;
	margin: 0 auto 0 auto;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

div.innerContainer
{
	border-style: solid;
	border-width: 3px;
	border-color: #FFCC00;
	background-color: #FFFFFF;
	text-align: center;
}

ul.navMenu
{
	padding: 10px 0 10px 0;
}

.navMenu li
{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

a.menuItemOn
{
	text-decoration: none;
	color: #000000;
	background-image: url(../img/menu-dot-off.jpg);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 18px;
}

a.menuItemOff
{
	text-decoration: none;
	color: #000000;
	background-image: url(../img/menu-dot-on.jpg);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 18px;
}

a.menuItemOff:hover
{
	background-image: url(../img/menu-dot-off.jpg);
}

div.blackSplitter
{
	background-color: #000000;
	width: 795px;
	height: 1px;
	margin: 2px auto 0 auto;
	padding: 1px 0 0 0;
}

div.yellowSplitter
{
	background-color: #FFCC00;
	width: 795px;
	height: 1px;
	margin: 2px auto 0 auto;
	padding: 1px 0 0 0;
}

div.content
{
	padding-top: 20px;
}

.footerLogos li
{
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

div.footer
{
	color: #FFFFFF;
	text-align:center;
	font-size: 10px;
	background-color: #000000;
	border: solid 1px #000000;
	width: 814px;
	margin: 0 auto 0 auto;
}

font.spacer
{
	color: #FFCC00;
	font-weight: bold;
}