﻿body 
{
	background-image: url(/App_Images/bg_Header.gif);
	background-repeat: repeat-x;
	font-family: Century Gothic, Sans-Serif;
	font-size: 13px;
	margin: 0px;
}

h1
{
	color: #62b015;
	font-size: 40px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
}

img
{
	border: 0px;
}

p
{
	line-height: 20px;
}

.textBox
{
	font-family: Century Gothic, Sans-Serif;
	font-size: 12px;
}

.clear
{
	clear: both;
}

#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header
{
	background-image: url(/App_Images/bg_Top.gif);
	height: 103px;
}

#topNav
{
	height: 30px;
	padding-top: 8px;
}

#topNav a
{
	color: #94d4dc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#topNav a:hover
{
	text-decoration: underline;
}

#topNav div
{
	float: left;
}

#topNav .item
{
	
}

#topNav .separator
{
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}


#titleBar
{
	
}

#titleBar a
{
	color: #FFF;
}

#titleBar #title
{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#titleBar #subTitle
{
	color: #94d4dc;
	font-size: 13px;
	font-weight: bold;
}

#titleBar #login
{
	font-size: 11px;
	float: right;
}

#titleBar #login .title
{
	color: #FFF;
	font-size: 24px;
	padding-right: 10px;
}

#titleBar #login .separator
{
	background-color: #FFF;
}

#titleBar #login .content
{
	color: #FFF;
	padding-left: 10px;
}


#contentContainer
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	width: 990px;
}

#contentContainer #contentTable
{
	width: 100%;
}

#contentContainer #contentTable .mainCell
{
	vertical-align: top;
	width: 690px;
}

#contentContainer #contentTable .rightCell
{
	padding-left: 40px;
	vertical-align: top;
	width: 300px;
}



#bottomDiv
{
	background-image: url(/App_Images/border_Grad.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	padding-top: 20px;
}

#bottomDiv .title
{
	color: #4264a0;
	font-size: 28px;
}








#footer
{
	background-color: #a2c2cc;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 990px;
}

#footer a
{
	color: #000;
}

#footer .corner
{
	height: 9px;
	width: 9px;
}




#faq
{
	margin-bottom: 20px;
}

#faq .question
{
	color: #679733;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}

#faq .answer
{
	font-size: 12px;
}










.registrationTextBox
{
	background-color: #e2ebd8;
	border: 1px #929292 solid;
	font-family: Century Gothic, Sans-Serif;
	font-size: 12px;
}

.registrationDropDownList
{
	background-color: #e2ebd8;
	border: 1px #929292 solid;
	font-family: Century Gothic, Sans-Serif;
	font-size: 12px;
}

#registrationTable
{
	font-weight: bold;
}







#errorDiv
{
	margin-bottom: 20px;
}

#errorDiv #errorTitle
{
	background-color: #ffd1d1;
	border-top: #f8acac 1px solid;
	border-bottom: #f8acac 1px solid;
	color: #b63f3f;
	font-weight: bold;
	padding: 8px;
}

#errorDiv #errorBody
{
	background-color: #fff1f1;
	border-bottom: #fddcdc 1px solid;
	color: #664b4b;
	padding: 8px;
}