﻿body 
{
	margin-top: 0px;
	font-family: MS Reference Sans Serif;
	background-color: black;
	background-image: url('Images/bg.jpg');
	background-repeat: repeat-x;
	color: black;
}

.inputForm
{
	font-size: 1em;
}

.inputForm .comments
{
    width: 140px;
}

#footer a:link {color: white; text-decoration: none;}     /* unvisited link */
#footer a:visited {color: white; text-decoration: none;}  /* visited link */
#footer a:hover {color: white; text-decoration: none;}   /* mouse over link */
#footer a:active {color: white; text-decoration: none;}   /* selected link */

.inputForm ul
{
	margin-left: 30px;
}

.inputForm fieldset
{
	text-align: left;
	padding: 5px;
	border: 1px solid #bbbbcc;	
	margin: 5px 5px 0px 0px;
	background-color: White;
}

.inputForm legend
{
	margin-bottom: 5px;
	padding: 2px;
	border: solid 1px #bbbbcc;
	background-image: url('Images/legend_bg.jpg');
	background-repeat: repeat-x;
	font-size: 16px;
	height: 21px;
}

.inputForm p
{
	margin-bottom: 2px;
}

.inputForm h1,h2,h3
{
	margin-bottom: 5px;
}

.inputForm p label
{
	float: left;
	margin-right: 10px;
	text-align: right;
	clear: left;
	margin-bottom: 0px;
	width: 150px;
}

#pageShadow
{
	width: 935px;
	background-image: url('Images/bg_container.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;
}

#page
{
	margin: 0px auto;
	width: 924px;
	background-color: black;
}

#header
{
	width: 924px;
	height: 132px;
	margin: 0;
	padding: 0;	
	background-image: url('Images/header.jpg');
	background-repeat:no-repeat; 
}

#mainMenu
{
	position: relative;
	top:63px;
	left: 500px;
	width: 634px;
	height: 32px;
	color: #1A1532;
	font-size: 11px;
	padding-top: 5px;
}

#currentPage
{
	
	margin: 0;
	padding-top: 5px;
	color: White;
	position: relative;
	top: 101px;
	left: 236px;
	font-size: 16px;
	width: 232px;
	height: 32px;
	vertical-align: middle;
	text-align: center;	
}

#content
{
	margin: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #F4F4D9;
	font-size: 15px;
}

#footer
{
	width: 924px;
	padding-bottom: 12px;
	color: #ECEDE0;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 5px #CEC2AE;
}


#h1
{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#h2
{
	font-size: 16px;
}

#content a:link {color: #221B42; text-decoration: underline;}   
#content a:visited {color: #221B42; text-decoration: underline;} 
#content a:hover {color: white; background-color: Black; text-decoration: none;}   
#content a:active {color: #221B42; text-decoration: underline;}   

#h3
{
	font-size: 15px;
	color: #AD9173;
}

#leftPanel 
{ 
	float:left;
	width:415px;
	padding:8px;
}

#rightPanel 
{ 
	float:right;
	text-align: center;
	width:425px;
	padding:8px;
}

#verticalSeparator 
{ 
	margin-left: 485px;
	margin-right: 500px;
	padding:8px;
	background-color:red;
	height: 100%;
	min-height: 100%; 
}

.photo
{
	width: 400px;
	padding: 10px;
	border: solid 1px black;
	background-color: White;
	text-align: center;
}

.warning
{
	color: Red;
	text-decoration: blink;
}