* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
        
}
#page {
	margin: 0px auto;
	width: 1000px;
        height: 100%;
	background: #ffffff;
	position: relative;
	clear: both;
}

#header {
	width: 960px;
	height: 100px;
	padding: 20px;
	background: #000000;
}
#footer {
	color: #FFFFFF;
	width: 990px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background: #339900;
	text-align: center;
	clear: both;
	font-size: 10px;
}
#footer a, #footer a:visited, #footer a:active {
	color: #AC9F2D;
	background:inherit;
}
#footer a:hover {
	color: #FF0000;
	background:inherit;
	text-decoration: underline;
}
#etoNotice, .hidden {
	display:none;
}

#menu {
	background-color: #000000;
	color: #fff;
	clear: both;
	padding: 10px;
	width: 980px;
	overflow: hidden;
	height: 15px;
	border-bottom: 1px solid #010040;
}
#sidebar {
	float: left;
	width: 190px;
	padding: 5px;
	background: #fff;
}
#content {
	color: #000;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #ddd;
	width: 740px;
	clear: right;
	overflow: hidden;
}


.sideBanner {
	padding: 5px;
	border: 1px solid #010040;
	font-size: 90%;
	background-color: #E0FFFF;
	color: #000000;
	margin: .5em .0em .5em .0em;
}
.sideBanner a {
	color: #993300 !important;
}
.sideBanner a:hover {
	color: #000 !important;
}


a:link {
	color:#000000;
	background:inherit;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ff0000;
	background:inherit;
	text-decoration: none;
}
a:visited {
	color:#000000;
	background:inherit;
	text-decoration: none;
}
a img {
	border: 0;
}
h1.pagetitle {
	font-size: 2em;
	border-bottom: 1px solid #ddd;
	font-weight: 100;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
	background:inherit;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	background:inherit;
}
h2 {
	font-size: 1.3em;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
p, table {
	margin: .2em 0 1em 0;
}
table {
	max-width: 780px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.bold {
	font-weight: bold;
}
.em {
	font-style: italic
}
#pagetrail {
	font-size: 10px;
	color: #010040;
	background-color: #eeffee;
	border: 1px solid #010040;
	padding:3px;
}

.searchbox {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #010040;
	background: #eeffee;
	color: inherit;
}
.searchbox p {
	margin: 0;
	padding: 0;
}


.boldtext {
	font-weight: 700;
}
.boldredtext {
	font-weight: 700;
	color: red;
}

.asatitles {

       font-weight: 700;
       color: black;
       font-size: 18px;

}

.underline {

       text-decoration: underline;

}

.lightblue {

       background-color: #E0FFFF;

}

.vertaligntop { 
vertical-align:top;
margin-top:0;
} 


