﻿body 
{
	margin: 0 0 0 0px;
	background-color: #000000;
	color: #FFFFFF;
}

div.main
{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/main.png);
	background-repeat:no-repeat;
}


div.contentholder
{	
	position: relative;
	left: 270px;
	top: -120px;
	width: 470px;
	background-image: url(../Images/transBG.png);
	background-repeat:repeat;
}


p
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}

div.loggedOn
{
	width: 100%;
	height: 25px;
	background-color: #FFFF00;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

div.menu
{
	position: relative;
	top: 160px;
	left: 0px;
	width: 299px;
}

div.button1
{
	position: relative;
	top: 11px;
	left: 109px;
}

div.button2
{
	position: relative;
	top: 22px;
	left: 73px;
}

div.button3
{
	position: relative;
	top: 35px;
	left: 140px;
}

div.button4
{
	position: relative;
	top: 47px;
	left: 95px;
}

img.noBorder
{
	border: none;
}

h1
{
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

h4
{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
}

h5
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h6
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

label
{
	width: 6em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 4.5em;
}

