html {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
}
body {
	background-image: url(../images/gradientBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#preload {
	display: none;
}

#outerContainer {
	width: 704px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bannerContainer {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 704px;
	margin: 0px;
	padding: 0px;
}
#mainNav {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 37px;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active {
	line-height: 37px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 37px;
}
#mainNav a:hover {
	line-height: 37px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 37px;
	background-color: #CC0000;
}
#banner {
	height: 163px;
	width: 704px;
}
#subNav {
	display: block;
	height: 30px;
	width: 704px;
	font-size: 14px;
}
#subNav a:link, #subNav a:visited, #subNav a:active {
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 30px;
}
#subNav a:hover {
	line-height: 30px;
	font-weight: bold;
	color: #fedf00;
	text-decoration: none;
	display: block;
	height: 30px;
}
#contentContainer {
	background-color: #FFFFFF;
	width: 702px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 704px;
	font-size: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	line-height: 57px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 57px;
}
#footer a:hover {
	line-height: 57px;
	font-weight: bold;
	color: #fedf00;
	text-decoration: none;
	display: block;
	height: 57px;
}

.divider1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.divider2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
}
