/* global */
body
{
	background-color: #000000;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

div.center
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

div.header
{
	height: 100px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style: italic;
	color: #00CC00;
	background-color: #000000;
	font-size: 2.0em;
	font-weight: 500;
}

div.break
{
	background-image: url('images/break.jpg');
	background-repeat: repeat-y;
	height: 6px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	clear:both;
}

div.contentholder
{
	width: 780px;
	background-image: url('images/greenleft.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	float:left;
}

div.menu
{
	width: 170px;
	float:left;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:left;
	color: #009900;
	background-color: #002102;
	margin-right: 15px;
}

div.content
{
	float:left;
	width: 540px;
	margin-left:0px;
	text-align: left;
	padding-left: 0px;
	font-family: "Comic Sans MS", comic, arial, Sans-Serif; 
}

div.footer
{
	text-align:left;
	font-size: 0.8em;
}

img.logo 
{
	float:left;
}

li
{
	margin-top: 6px;
	margin-bottom: 12px;
}

li.menu 
{
	margin-left: -14px;
	margin-top: 20px;
}

ul.menu
{
}

a
{
	font-family: times, Sans-Serif;
	color: #FFFFFF;
	background-color: #002102;
}

a.menu
{
	font-family: times, Sans-Serif;
	color: #FFFFCC;
	background-color: #002102;
	text-decoration: none;
	font-weight: 600;
}

a.activemenu
{
	font-family: times, Sans-Serif;
	color: #F4F422;
	background-color: #002102;
	text-decoration: none;
	font-weight: 600;
}

h1
{
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFF00;
	background-color: #000000;
}

div.green
{
	background-color: #002200;
	color: #FFFFFF;
	border: 2px solid #005500; 
	width: 80%; 
	margin-left: 50px;
	padding: 5px;
}

div.grey
{
	background-color: #555555;
	color: #FFFFFF;
	border: 2px solid #777777; 
	width: 80%; 
	margin-left: 50px;
	padding: 5px;
}

img.border
{
	border: 2px solid #FFFFCC;
	margin: 4px 10px 4px 4px;
}
