html
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	width: 100%;
	text-align: center;
	margin: none;
}

body
{
	background: #ffffff url(images/page_bg.jpg) repeat-x  center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	width: 100%;
	text-align: center;
	margin: none;
}

.header
{
	background: url(images/header_image.jpg) no-repeat  center top;
	height: 144px;
	width: 740px;
	/*border: 1px solid #000000;*/
}


.pageTop
{
	background: url(images/header_bg.jpg) repeat-x center top;
	height: 144px;
}

.topMenu
{
	color: #ffffff;
	text-align: right;	
	font: bold 12px Arial;	
}

.topmenu
{
	padding-right: 32px;
	padding-top: 7px;	
	vertical-align: top;
}

.topmenu a, .topmenu a:visited, .topmenu a:active
{
	color: #ffffff;
	text-decoration: none;	
}

.topmenu a:hover
{
	color: #8D6E26;
	text-decoration: none
}

.contentHolder
{
	width: 740px;
	background-color: #ffffff;
	height: 100%;
}

.mainContentTop
{
	background: #ff0000 url(images/main_content_top_bg.jpg) no-repeat center top;	
}

.homeContent
{
	width: 100%;
}

.homeContent td
{
	padding: 25px;	
	font-size: 13px;
	line-height: 20px;	
}

.pageTitle
{
	padding: 0px;	
}

.footerHolder 
{
	background: #e7e0d2 url(images/footer_bg.jpg) repeat-x center top;	
	height: 58px;
	
}

.footer
{
	width: 820px;
	text-align: center;
	
}

.footer td
{
	font-size: 13px;
	font-weight: bold;
	color: #8D6E26;
	padding-top: 10px;
}

.copyright
{
	font-size: 10px;
	font-weight: bold;
	color: #8D6E26;	
}

.mainContentTop
{
	background: #ffffff url(main_content_top_bg.jpg) top middle;
}

.contact
{
	border-collapse: collapse;	
}

.contact th
{
	padding:5px;	
	background-color:#D0C3A5;
	font-size: 12px;
	color: #262E69;
}

.contact td
{
	padding: 5px 10px;	
	border: solid 1px #D0C3A5;
	line-height: 16px;
}





.FormTextField
{
	background-color: #E9E3D5;
	text-align: right;
}

li
{
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
}


a, a:visited, a:active
{
	color: #262E69;
	text-decoration: underline;	
	font-weight: bold;
	
}

a:hover
{
	color: #8D6E26;
	text-decoration: underline;
	font-weight: bold;
}

b
{
	color: #262E69;	
}