@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border:none;
}

img.right {
	padding-left:20px;
}

img.left {
	padding-right:20px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
	background-repeat: repeat-x;
}
#navigation {
	background-color: #FFFFFF;
	width: 190px;
	height: auto;
	padding-left: 10px;
}
#contentArea {
	padding-right: 10px;
}
#contentArea h1 {
	color: #E4781D;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 26px;
}
#navigation #menu ul {
	list-style-type: none;
	padding-top: 5px;
}
#navigation #menu li {
	color: #FFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4781D;
	height: 34px;
	font-size: 14px;
}
#navigation #menu li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 7px;
	display: block;
	height: 28px;
	padding-left: 5px;
}
#navigation #menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.menuActive {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #E3771C;
	background-color: #000;
}
#navigation #menu li a:hover {
	background-image: url(../images/menuhover_08.gif);
	background-repeat: no-repeat;
	color: #E4781D;
}
#footer {
	clear:both;
	background-color:#E4781D;
	width: 100%;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding:10px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

#contentArea p, #contentArea ul {
	line-height: 18px;
	text-align: justify;
	padding-bottom: 5px;
}
#bottomcurve {
	background-image: url(../images/bottom_end_curve_02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
#contentArea h2 {
	font-size: 20px;
	color: #DF3F27;
	padding-top: 0px;
	line-height: 24px;
}
#contentArea #disclaimer {
	font-size: 9px;
	line-height: 11px;
	color: #333333;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentArea h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 5px;
}
#contentArea ul {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-position: outside;
}
#contentArea li {
	padding-bottom: 5px;
	list-style-position: outside;
}
#contentArea ul li ul li {
	list-style-type: square;
	padding-top: 5px;
}
.small-content {
	font-size: 9px;
}
.required {
	color:#E4781D;
	font-weight:bold;
}

