body
{
	background: #f3f3f3 url(/images/bg1.gif) top center repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#top
{
	height: 7px;
	width: 100%;
	background: #c3c5c7;
	font-size: 1px;
}

#main
{
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

#topBox
{
	background: #af0016;
}

#topBox td
{	
	border: 1px solid #ffffff;
	padding: 3px 10px 3px 10px;
}

.searchBox
{
	background: #ffffff;
	padding: 2px;
	border: 1px solid #c4c6c8;
}

.searchButton
{
	background: #ffffff;
	border: 1px solid #c4c6c8;	
}

#topMenu
{
	height: 30px;
	width: 580px;
	margin-top: 10px;
}

#topMenu td
{
	border-left: 1px solid #c4c6c8;
	text-align: left;
	padding-left: 7px;
}

#topMenuFr
{
	height: 30px;
	margin-top: 10px;
}

#topMenuFr td
{
	border-left: 1px solid #c4c6c8;
	text-align: left;
	padding: 0px 7px 0px 7px;
}

#redContent
{
	background: #c80027;
	width: 850px;	
	margin: 10px;
	padding: 15px;
}

#content
{
	font-size: 1.0em;
	color: #ffffff;
	line-height: 23px;
	letter-spacing: -.5px;
	text-align: left;
	font-weight: 600;
}

.title
{	
	height: 100%;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.mainPageTitle
{
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-left: 7px solid #f6f6f6;
	border-right: 0px;
	width: 33.3%
}

.mainPageContent
{
	background: #f4f4f4;
	padding: 10px;
}

.quickLink
{
	background: #f5f5f5 url(/images/iconSm.gif) top left no-repeat;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	border-bottom: 1px dotted #cccccc;
	width: 290px;
	text-align: left;
}

#footer
{
	background: #f4f4f4;
	width: 880px;
	margin-top: 10px;	
}

#footerTable
{
	margin: 10px;
}

.searchResultContainer
{
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background: #f4f4f4;
	border-bottom: 1px dotted #cccccc;
}

.contactForm
{
	background: #f4f45f4;
	border: 1px dotted #cccccc;
	padding: 10px;
	margin: 5px 5px 5px 0px;
}

.inputBox
{
	border: 1px solid #cccccc;
	background: #ffffff
}

#submitButton
{
	width: 120px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background: #eeeeee;
}