﻿body
{
	background: #999999;
	color: White;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	background-image: url(/images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#frame
{
	width: 760px;
	margin: 0px auto;
	background: White;
	color: Black;
}

#menu
{
	background: Yellow;
	color: Black;
	margin: 0px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#menu ul
{
	list-style-type: none;
	padding: 3px 10px;
	margin: 0px;
}

#menu li
{
	display: inline;
	padding: 0px;
}

#menu a, #menu a:visited
{
	color: #333333;
	text-decoration: none;
	padding: 3px 5px;
}

#menu a:hover
{
	color: Yellow;
	background: #333333;
	text-decoration: none;
	padding: 3px 5px;
}

#main
{
	min-height: 350px;
	padding: 10px;
}

#footer
{
	font-size: 8pt;
	padding: 10px;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
    color: #333333;
}

ul
{
	list-style-type: none;
}

ul li
{
	padding-bottom: 5px;
}

ul.check
{
	list-style-image: url(/images/check.gif);
}

ul.check li
{
	padding-bottom: 5px;
}

a img
{
	border: 0px;
}

a, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

blockquote
{
	margin-left: 10px;
	font-style: italic;
}

table.links
{
	width: 100%;
}
table.links td
{
	width: 33%;
	text-align: center;
}

table.links td img
{
	border: solid 1px black;
}

