/* CSS Document */

body {
	margin:0px; padding:0px;
	text-align:center;
	background-color:#eee;
	}
	
#Content {
	width:8in;
	margin:0px auto;
	text-align:left;
	padding:15px 5px;
	border:0px none #333;
	color: #000000;
	background: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.header1 {
	height: 100px;
	width: 820px;
	margin:0px auto;
	text-align:left;
	padding:6px 15px;
	border:1px ridge #333;
	background: #A4A4FF;
	display: none;
}
.rightcontent {
	font: 12px "Times New Roman", Times, serif;
	color: #000000;
	background: #FFFFCC;
	text-align: left;
	margin: 2px 5px 4px 4px;
	padding: 2px;
	float: right;
	height: auto;
	width: 30%;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #818181;
	border-bottom: thin solid #333333;
	border-left: thin solid #6E6E6E;
}
hr {
	clear: both;
}
.topbar {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #400040;
	margin:0px auto;
	text-align:left;
	padding:2px 15px;
	border: thin ridge #990000;
	width: 820px;
	display: none;
}
.topbar a
{
	text-decoration: none;
	background: #BB0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 2px;
	margin-right: 1px;
	margin-left: 1px;
}
.topbar a:hover {
	color: #FFFF00;
	background: #590000;
}
.econtent {
	font: small Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
