﻿body
{
	margin:8px;
	padding:0px;
	background:Gray url('BackgroundImages/bgMain.png') repeat center 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.Form
{
	color:White;
}

input
{
	width:100px;	
}

h2
{
	padding:8px;
	text-align:center;
}

h3
{
	padding:8px;
	margin-bottom:0px;
}

h4
{
	padding:8px;
	margin-bottom:0px;
	text-align:left;
}

p
{
	margin-top:0px;
	padding-top:0px;
	padding:8px;
}

a
{
	text-decoration:none;	
	color:White;
}

a:visited
{
	color:White;
	text-decoration:none;	
}

a:hover
{
	color:White;	
	text-decoration:underline;
}

#Container
{
	width:931px;
	border:solid 1px Black;
	overflow:hidden;
	
	background-image:url('BackgroundImages/bgContainer.png');
	background-repeat:repeat-y;
	/*background-color:#f5b305;*/
}

#Header
{
	height:80px;
	padding: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image:url('BackgroundImages/bgHeader.png');
	background-repeat: repeat-x;
	margin:0px;
}

#Menu
{
	margin-top:-3px;
	width:212px;
	float:left;
	background-color:#f5b305;
	border-top:solid 1px White;
	margin-bottom:0px;
	padding-bottom:0px;
	height:100%;
}

#ContentMain
{
	margin-top:-3px;
	width:718px;
	float:right;
	background-color:White;
	border-left:solid 1px White;
	border-top:solid 1px White;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;

}

#ContentMain a
{
	color:Black;
	text-decoration:underline;
}

#ContentMain a:hover
{
	color:Black;
	text-decoration:none;
}

#ContentMain a:visited
{
	color:Black;
	text-decoration:underline;
}

.ContentTop
{
	float:left;
	width:50%;
	height:224px;
	background-image: url('BackgroundImages/bgTile.jpg');
	background-repeat: repeat;
	color: #FFF;
	font-size: 20px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.ContentTopFull
{
	width:100%;
	height:224px;
	color: Black;
	font-size: 20px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-image: url('BackgroundImages/bgTile.jpg');
	background-repeat: repeat;
}

.ContentTopFullShort
{
	padding-top:10px;
	width:100%;
	height:132px;
	color: Black;
	font-size: 20px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-image: url('BackgroundImages/bgTile.jpg');
	background-repeat: repeat;
}

#ContentBottom
{
	width:100%;
	background-color:Black;
	color: #000;
	text-align: justify;
	height:100%;
}

#ContentBottom a
{
	color: Black;
	text-decoration:underline;
}

#ContentBottom a:hover
{
	color:Black;
	text-decoration:underline;
	font-weight:bold;
}

#ContentBottom a:visited
{
	color: Black;
	text-decoration:underline;
}



#Footer
{
	width:100%;
	background-color: #333333;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	height: 15px;
	text-align: left;
	border-top:solid 1px White;
	clear:both;
}

.clear
{
	clear:both;
	height:0px;
}

.topright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 8px;
	vertical-align: top;
	line-height: 15px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-align:left;
}

.SmallRed
{
	font-size:11px;
	color:Red;
}

.ContentLink
{
	color:Black;
	text-decoration:underline;
}

.ContentLink:hover
{
	color:Black;
	text-decoration:none;
}

.TextBox
{
	width:200px;
}

.BlackBgForeColor
{
	color:White;
}