@charset "utf-8";
/* CSS Document */

.footnote {
	font-size: x-small;
}
.required {
	font-weight: bold;
	color: #F00;
}
#menuArea {
	margin-top: 147px;
	background-image:url(/images/pageparts/menumainbg.gif);
	background-repeat:no-repeat;
	background-position: center;
	width:699px;
	height:45px;
	padding-top:25px;
}
#contentArea {
	height:600px;
}

#mainArea {
	width:800px;
	text-align:left;
	min-height:500px;
}
#leftPanel, #middlePanel, #rightPanel {
	float:left;
}
#leftPanel {
	padding-left: 15px;
	width: 200px;
	min-height:500px;
	padding-right: 4px;
	border-right: 1px solid #C90;
	font-size: 12px;
	margin-left:10px;
	text-align: right;
}
h2 {
	font-size: medium;
	color: #C93;
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: large;
	color: #A7551D;
	font-family: "Times New Roman", Times, serif;
}

#leftPanel .heading {
	font-size: large;
	color: #A7551D;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#leftPanel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#middlePanel {
	width: 170px;
	min-height:500px;
	text-align:left;
	padding-right:10px;
	padding-left: 10px;
}
#rightPanel {
	width: 370px;
	padding-right:10px;
	text-align:left;
}
#rightPanelWide {
	width: 540px;
	padding-left:10px;
	text-align:left;
	float:left;
}
body {
	background-image: url(/images/pageparts/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#footer {
		font-size: 11px;
		width:699px;
}
a:link {
	color: #ABA334;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #ABA334;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#F90;
	text-decoration: underline;
	font-weight:bold;
}
a.menu:link {
	color: #A7551D;
	text-decoration: none;
	font-weight:bold;
}
a.menu:visited {
	color: #A7551D;
	text-decoration: none;
	font-weight:bold;
}
a.menu:hover {
	color: #F90;
	text-decoration: underline;
	font-weight:bold;
}

#footer a.menu:link {
	color: #A7551D;
}
#footer a.menu:visited {
	color: #A7551D;
}
.paragraphHeading {
	color: #FDAF17;
	font-weight: bold;
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
}

.subHeading {
	font-size: 16px;
	color: #C60;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#faqAnswer {
	text-align:left;
}
a.currMenuItem {
	color:#FFF;
}
