/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0;
	min-width: 730px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
} 
h1 {
	margin: 10px;
	clear: both;
	font-size: 150%;
	color: #7E0001;
} 
#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
} 
#sidebar {
	font-size: 0.75em;
	padding: 25px 10px 10px 0px;
	width: 166px;
	float: left;
	background-color: #EBEBEB;
	text-align: center;
	border-top: 0px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 0px solid #333;
} 
#sidebar p, #sidebar ul {
	text-align: left;
	padding: 0px 0px 0px 10px;
}


h2 {
	margin: 0;
	font-size: 120%;
} 
#maincontent {
	font-size: 0.8em;
	padding: 16px 20px;
	width: 538px;
	float: right;
	background-color: #FFFFFF;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 
#maincontent h3 {
	margin: 36px 0 6px; 
} 
#footer {
	color : #999999; 
	font-size: 0.75em;
	padding-top: 6px;
	clear: both;
}
#footer p {
	margin: 0;
}
#uberlink {
	color: #333333 !important;
	font-weight: bold;
	background-color: #FFFFFF !important;
}
#topmenu {
	background-image: url(images/mnu_pod.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
}
#top {
	background-image: url(images/head-1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 760px;
	overflow: hidden;
}
.grey {
	font-size: 80%;
	color: #999999;
}
