﻿
body 
{
	font-family: Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: -moz-center;
	#text-align: center;
	background-color: #666666;
	width: 100%;
	color: #F0E1B4;
	margin-left: auto;
	margin-right: auto;
}
table
{
	text-align: left;
}
td
{
	vertical-align: top;	
}

input, textArea
{
	font-family: Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;	
}

a:hover
{
	color: #CCCCCC;	
}

#masthead
{
	height: 103px;
}

#contentMain
{
	width: 960px;
}

#contentBorder
{
	background-image: url('../images/bg_main.png');
	background-repeat: no-repeat;
	width: 960px;
	background-color: #666666;
	margin-left: auto;
	margin-right: auto;
}

#topNav
{
	height: 60px;
	margin-top: 40px;
	float:none;
}

.topNavItem
{
	float: left;	
}

#footer
{
	font-size: 12px;
	background-image: url('../images/bg_footer.png');
	background-repeat: no-repeat;
	width: 960px;
	height: 60px;
	background-color: #666666;
}

.divBoxHeader
{
	width: 256px; 
	background-color: #B09C37; 
	border: solid 1px #CCCCCC; 
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;	
}

.divBoxBorderDefault
{
	border-color: #CCCCCC; 
	border-style: solid; 
	border-width: 1px;
	margin-top: -4px;
	overflow:hidden;
}

.textDefault
{
	font-size: 13px;
}

.textMedium
{
	font-size: 16px;
}

.textLarge
{
	font-size: 19px;
}

.fontColorDefault
{
	color: #F0E1B4;	
}

.textTitleDefault
{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}