@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header-bg {
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
}


.page-bg {
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


.menu-bg {
	background-image: url(../images/menu-bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	height: 28px;
	line-height: 23px;
	display: block;
}

.menuSelect {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	height: 28px;
	line-height: 23px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.menu:hover {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	height: 28px;
	line-height: 23px;
	display: block;
}
.footer-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}


.menuSpacer {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.footer-bg {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.divider {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.text1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.subhead {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #CD595D;
	text-decoration: none;
	font-style: italic;
}

.box {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border: 4px dashed #F1C339;
	margin-bottom: 10px;
	padding: 3px;
}
