/* main styles */

body
{
	background-color: #f4f0d8;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a
{
	text-decoration: none;
	color: #2a57cd;
}

p
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

img {vertical-align: bottom; }

/* top nav styles */
.topNav
{
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
}

.topNav a, .topNav a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* left nav styles */
.leftNav
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #f5f0da;
}

.leftNav a, .leftNav a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.leftNavLast
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.leftNavLast a, .leftNavLast a:hover
{
	color: #ffffff;
	text-decoration: none;
}


/* text styles */
.pageTitle
{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	background-color: #2a5c7d;
	color: #ffffff;
	padding-left: 10px;
}

.sectionTitle
{
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	background-color: #e2eff8;
}

.blueText
{
	font-size: 12px;
	font-weight: bold;
	color: #2a5c7d;
}

.blueHeader
{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2a5c7d;	
}

.brownHeader
{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #3b1a07;	
}

.whiteText
{
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
}

.whiteText a
{
	text-decoration:underline;
	color: #ffffff;
}

.whiteTitle
{
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	padding-left: 20px;
}

/* mainbody styles **/
.mainContent
{
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainText
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.blueTitlebar
{
	background-image: url(/images/image_titlebar.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 10px;
}

td div#leftFiller
{
	height: 100%;
	background-color: #ffffff;
}

.error
{
	color: #ff0000;
}

.success
{
	font-weight: bold;
	font-size: 12px;
	color: #307C1F;
}

/* footer */
#footer
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

#footer td
{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}