* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
}

a {
	color: #e56020;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e56020;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

hr {	
	border: none;
	background-color: #e56020;
	color: #e56020;
	height: 1px;
}

#areaContainer {
	margin: 0 auto;
	width: 680px;
	background-color: #abd2ea;
}

#areaHeader {
	background-image: URL(../images/background.gif);
	background-repeat: no-repeat;
	height: 66px;
	padding-top: 79px;
}

#headerMenu {
	position: absolute;
	list-style-type: none;
	margin-left: 156px;
}

#headerMenu a {
	display: block;
	text-align: center;
}

#headerMenu li {
	float: left;
}

#headerMenu li table {
	visibility: hidden;
	position: absolute;
	background-color: #D4CEC3;
	width: 142px;
}

#headerMenu li table span table td div {
	overflow: auto;
	height: 184px; /* 23 times the number of menu items */
}

#headerMenu li table span table {
	margin-left: 142px;
	margin-top: -46px;
}

#headerMenu li table a {
	text-decoration: none;
	font-size: 10px;
	color: #000;
	padding: 4px 0px;
	line-height: 15px;
	margin: 0;
}

#headerMenu li table a:hover {
	background-color: #FAF8F5;
	color: #BC3B38;
}

#areaFlash {
	margin: 0 auto;
	width: 598px;
}

#areaFooter {
	padding: 19px 0 0 0;
	background-image: URL(../images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#areaFooter span {
	padding-right: 5px;
}

#areaFooter a {
	text-decoration: none;
	color: #FFF;
	padding: 0 3px;
}

#areaFooter a:hover {
	color: #D4CEC3;
}

#areaContent {
	width: 598px;
	background-image: url(../images/content_bg.gif);
	background-position: -41px;
	background-repeat: repeat-y;
	background-color: #abd2ea; /* #e1d8b7 */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#areaContent .contentTop {
	background-image: URL(../images/background.gif);
	background-repeat: no-repeat;
	background-position: -41px -145px;
	height: 30px;
}

#areaContent .contentBottom {
	background-image: URL(../images/background.gif);
	background-repeat: no-repeat;
	background-position: -41px -733px;
	height: 15px;
}

#areaContent .contentBody {
	padding: 10px 30px 10px 40px;
}

#areaContent .overflow {
	overflow: auto;
	height: 265px;
	padding: 5px 30px 10px 40px;
	margin-right: 3px;
}

#areaContent .resources {
	height: 600px;
}

#areaContent ul.indent {
   padding-left: 20pt;
   padding-right: 0pt;
}
#areaContent li {
   margin-bottom: 12pt;
}
/* Custom style */

.note {
	color: #626867;
}

#pic_holder {
	float: right;
	width: 250px;
	height: 328px;
	padding: 5px;
}

.RedHeading16px {
	font-size: 16px;
	font-weight: bold;
	color: #bc3b38;
}

.RedHeadingCentered {
	color: #bc3b38;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.RedBold {	color: #bc3b38;
	font-weight: bold;
}
