html
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #f9fafc url(../images/mainBg.gif) top left repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

a
{
	color: #000099;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container 
{
	position: relative;
	min-height: 100%;
}

#mainDiv
{
	width: 830px;
	margin: auto;
	padding-bottom: 50px;
}

#headerDiv
{
	width: 830px;
	height: 166px;
	background: url(../images/logo.jpg) 0px 25px no-repeat;
}

#addressInfo
{
	margin-top: 5px;
}

#headerContent
{
	float: right;
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
}

#menuDiv
{
	margin-top: 6px;	
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#menuDiv a
{
	display: block;
	color: #000000;
	font-weight: bold;
	margin: 0px 14px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

#menuDiv a:hover
{
	color: #00488c;
}

#contentDiv
{
	clear: both;
	text-align: left;
	margin-top: 40px;
	font-size: 12px;
}

#sideBox
{
	width: 230px;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	background: #ffffff url(../images/boxBg.gif) top left repeat-x;
	min-height: 150px;
	border: 1px solid #8cb0d4;
}

#sideBox h3
{
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footerDiv
{
	clear: both;
	font-size: 10px;
	background: url(../images/footerBg.gif) top left repeat-x;
	padding-top: 1px;
	min-height: 40px;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

*html #footerDiv
{
	height: 40px;
}

#footerContainer
{
	width: 830px;
	margin: auto;
	margin-top: 10px;
}

#footerLeft
{
	float: left;
	text-align: left;
}

#footerRight
{
	float: right;
	text-align: right;
}

#footerDiv a
{
	color: #ffffff;
	text-decoration: none;
}

#footerDiv a:hover
{
	color: #aaaaaa;
}

.spacer
{
	clear: both;
}

.searchBox
{
	background: #ffffff;
	border: 1px solid #000000;
	margin-right: 2px;
	height: 15px;
}

#submitSearch
{
	width: 60px;
	height: 19px;
	background: #cccccc;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}