@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	background: #A0A0A0;
	text-align: center;
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: #330066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:focus {
	color:#996600;
	text-decoration: underline;
}
#current a {
    	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.4em;
}
p {
	margin-bottom: 0.5em;
}
img.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #container {
	width: 1010px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
}
.twoColFixRtHdr #navbar, .twoColFixRtHdr #navbar ul {
	list-style: none;
	background: #D7D7D7;
	width: 100%;
	float: left;
	line-height: 1.5em;
}
.twoColFixRtHdr #navbar a {
	display: block;
	font-size: 85%;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
}
.twoColFixRtHdr #navbar li {
	float: left;
}
.twoColFixRtHdr #navbar li.current a {
	background: #ECECEC;
}
.twoColFixRtHdr #navbar a:hover {
	background: #ECECEC;
	text-decoration: underline;
}
.twoColFixRtHdr #navbar li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}
.twoColFixRtHdr #navbar li:hover ul, .twoColFixRtHdr #navbar li.sfhover ul {
	left: auto;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ECECEC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 h3 {
	color: #996600;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 383px 0 0;
	padding: 30px 20px 20px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-variant: small-caps;
	color: #306;
}
.twoColFixRtHdr #mainContent h2 {
	color: #306;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent p {
	padding-left: 20px;
	font-size: 90%;
	text-indent: 1em;
	line-height: 1.6em;
	text-align: justify;
}
.twoColFixRtHdr #mainContent ul      {
	padding-left: 40px;
	font-size: 90%;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}
.twoColFixRtHdr #mainContent ul li {
	padding: 0.3em 0px;
}
.twoColFixRtHdr #mainContent ul li ul {
	font-size: 100%;
}
.twoColFixRtHdr #mainContent ol {
	font-size: 90%;
	padding-right: 30px;
	padding-left: 50px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	letter-spacing: 0.02em;
}
.twoColFixRtHdr #mainContent ol li {
	padding: 0.3em 0px;
}
.twoColFixRtHdr #mainContent .top{
	text-align: right;
	margin-right: 20px;
}
.twoColFixRtHdr #mainContent .bold {
	font-weight: bold;
	font-size: 12px;
}
#mainContent #area64Events p {
	text-indent: 0px;
	font-size: 100%;
}
#mainContent #frmAuth fieldset {
	background-color: #ececec;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#mainContent #frmAuth legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ececec;
	color: #996600;
	font-weight: bold;
}
#mainContent #frmAuth table#loginTbl {
	margin-left: 20px;
}
#mainContent #frmAuth input.text {
	width: 200px;
	
}
#mainContent #frmAuth input.text:focus {
	background-color: #eddab1;
	border: 1px solid #996600;
}
.twoColFixRtHdr #footer {
	padding: 0;
	background:#D7D7D7;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.PDFlink {
	font-style: italic;
	font-size: 90%;
}
.disclaimer {
	font-size: x-small;
	line-height: 1.3em;
}
