@charset "utf-8";
body {
	background-image: url(/images/pageelements/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
}

#contentArea {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	padding: 45px;
}
.required {
	color: #F00;
}

.emphasis {
	font-weight: normal;
	color: #720404;
}
.subHeader {
	color: #720404;
}

#sidePanel {
	width: 15%;
	float: left;
}

#pageTitle {
	background: #666666;
	width: 130px;
	text-align: right;
	padding: 5px;
	text-shadow:#000000;
	color:#FFFFFF;
	font-weight: bold;	
}

/* dropdown menu styles begin */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#000000;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#990000;
color:#FFFFFF;
font-weight: normal;
}

h2 {
	font-size: large;
	color: #720404;
	background-image: url(/images/pageelements/menuEmbellishment.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* dropdown menu styles end */

a:link.mainMenu {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a:visited.mainMenu {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a:hover.mainMenu {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footnote {
	font-size: x-small;
	font-style: italic;
}
h3 {
	font-weight: bold;
	color: #8B0404;
	font-size: medium;
}

