﻿body
{
	margin:0px;
	padding:0px;
}

body, p, span, li, ul, ol, td
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #644028;
}

H1
{
	font-weight: bold;
	font-size: 16px;
	color: #644028;
}

H2
{
	font-weight: bold;
	font-size: 14px;
	color: #F17E0C;
}

H3
{
	font-weight: bold;
	font-size: 12px;
	color: #571272;
}

A:link
{
	color: #933BB3;
	text-decoration: underline;
}
	
A:visited
	{
	color: #F17E0C;
	text-decoration: underline;
	}
	
A:hover
	{
	color: #76570E;
	text-decoration: underline;
	}		

.ControlError
{
	background-color:#FDF1E3;
	color:#644028;
}

/**************** Contact Page Style *****************/

.moduleContact
{
}

.moduleContact .divProgress
{
	line-height:15px;
	position:relative;
	right:5px;
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}


/**********************************************
/* Layout Styles 
**********************************************/

#divBoundary
{
	width:780px;
	/*Centered*/
	margin-left:auto;
	margin-right:auto;	
}

#divContentArea
{
	/*Content Width*/
	width:560px;
	/*MinHeight*/
	height:auto;
	min-height:300px;
	/*Padding*/
	padding-top:15px;
	padding-left:110px;
	margin-right:110px;/*HardEdge for overflow cuttoff*/
	padding-bottom:10px;
	/*Content Alignment*/
	text-align:left;
	vertical-align:top;
	overflow:hidden;
}

#divHeader
{
	width:680px;
	height:98px;
	margin-left:100px;
}

#divFooter
{
	padding-top:15px;
	height:65px;/*Total Hieght Occupied = 80px = 65 + 15*/
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
}

#divFooter,#divFooter a
{
	color:#571272;
	font-size:10px;
}

#divMenu
{
	overflow:hidden;
	padding-left:15px;
	margin-right:25px;/*Total Width = 499 = 474 + 25px*/
	width:474px;
	height:44px;
	background-image:url(images/menuarea.jpg);
	background-repeat:no-repeat;
}
