body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	color: #333;
	font-size: 0.9em;
	margin: auto;
	text-align: center;
}
h1 {
	font-size: 1.5em;
	color: #FFF;
	padding-top: 11px;
}
h2 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	display: inherit;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container {
	width: 935px;
	clear: both;
	margin: auto;
	background-color: #FFF;
	padding: 0px;
}

#bottom a {
	color: #fff;
	text-decoration: none
}

#bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	border:none;}
	
a:hover {
	border:none;}
a:active {
	border:none;}

#middle {
	background-color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
	clear: both;
	padding-top: 10px;
	padding-bottom:30px;
}
#sidebar {
	background-color: #FFF;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: -8px 12px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	border: 3px solid #999;
}
#container #middle #sidebar p strong {
	display: block;
	padding-top: 2px;
	margin-top: 9px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#container #middle #sidebar p {
	border: 1px none #000;
}
#sidebar h2 {
	text-align: center;
	font-size: 1.4em;
}
#top {
	background-image: url(images/bar_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 50px;
	text-align: left;
	background-color: #003366;
	border:none;
}
#bottom {
	background-image: url(images/bar_r2_c1.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-position: bottom;
	color: #FFF;
	background-color: 003366;
	padding-top: 8px;
}
#sidebarcontainer {
	float: right;
	width: 200px;
	font-size: 0.9em;
	border: 2px none #666;
	background-position: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#errorbox {
	background-color:#999; 
	color:#fff; 
	display:block; 
	width:200px; 
	height:22px; 
	padding:5px; 
	font-size:18px;
}
