﻿body
{
	background-color: #333;
	font-family: Arial;
}

h1
{
	font-family: Times New Roman, Times, serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3
{
	margin-top: 0px;
}
#main
{
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

#activityInformationType
{
	background-image: url('/Images/UI/InformationTypeBack.png');
	background-repeat: repeat;
	float: left;
	height: 500px;
	position: absolute;
	width: 25px;
	z-index: 102;
}

#contentArea
{
	background-color: #717171;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	height: 500px;
	width: 980px;
}
#contentArea a
{
	color: #ffffff;
}
#contentArea a:hover
{
	color: #ff9900;
	text-decoration: none;
}
#contentArea .textbox
{
	background-color: #5C5C5C;
	border: solid 1px #BFBFBF;
	color: #fff;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
}
#contentArea ul
{
	line-height: 18px;
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	float: left;
	clear: both;
}
#contentArea ul li
{
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding: 0 0 0 12px !important;
	background-image: url(/images/bulletpoint.gif);
	float: left;
	clear: both;
}

.blueBar
{
	background-color: #293D5C;
	color: #fff;
	font-family: Times New Roman, Times, Serif;
}

.blueBar .title
{
	background-color: #1F4785;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
.blueBar .textbox
{
	background-color: #3F516D;
	border: solid 1px #9FA8B6;
	color: #fff;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
}
.textbox
{
	background-color: #ccc;
	border: solid 1px #ddd;
	color: #333;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
}
.button
{
	background-image: url(    '/Images/UI/buttonBackground.png' );
	border: solid 1px #ccc;
	color: #333;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
	text-transform: uppercase;
}
.redBar
{
	background-color: #472929;
	color: #fff;
	font-family: Times New Roman, Times, Serif;
}
.redBar .bordered
{
	border-bottom: solid 1px #666666;
}
.redBar .menuItem
{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.redBar .title
{
	background-color: #681919;
	padding: 5px 10px 5px 10px;
}
.redBar a
{
	color: #ffffff;
	text-decoration: none;
}

.redBar a:hover
{
	text-decoration: underline;
}

.redBar .textbox
{
	background-color: #5A3F3F;
	border: solid 1px #AC9F9F;
	color: #fff;
	font-size: 14px;
	font-family: Times New Roman, Times, Serif;
}
.contentMenu
{
	font-size: 16px;
	font-family: Times New Roman, Times, Serif;
}

.contentMenu a
{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.contentMenu a:hover
{
	text-decoration: underline;
}
#headerLogo
{
}

#headerMenu
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
#headerMenu a
{
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #fff;
}
#headerMenu hover
{
	text-decoration: none;
	color: #fff;
}
#headerBanner
{
	height: 150px;
}
#navbar
{
	text-align: left;
	background-color: #5b5b5b;
	height: 30px;
	width: 980px;
}

#navbar a
{
	margin: 0px 25px 0px 25px;
}

