/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: none;
	text-decoration:none;
}

a:link {
	text-decoration:underline;
	color: #C90;
}

a:link:visited {
	text-decoration:underline;
	color: #333;
}

a:link:hover {
	color: #333;
	text-decoration: underline;
}

sup {
	font-size: 10px;
	vertical-align: super;
}
input { margin-left:10px;; }

#Menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align:center;
	background-image: url(images/menu.jpg);
	background-position:center;
	background-repeat: no-repeat;
	min-height: 36px;
}
#header {
	padding: 0;
	margin: 0 auto 0 auto;
	z-index: 10;
}


.menu_bg {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	min-height: 36px;
}
.menu_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: normal;
	height: auto;
	width: auto;
	padding: 12px 15px 5px 10px;
}


.menu_links a:link { 
	color: #111;
	text-decoration:none;
}
.menu_links a:visited { 
	color: #111;
	text-decoration:none;
}
.menu_links a:hover { 
	color: #999;
	text-decoration: none;
}
.menu_links a:active { 
	color: #111;
	text-decoration:none;
	
}
#container {
	width: 850px;
	margin: 0 auto 0 auto;
	border: 1px solid #cccccc;
	background-color:#fbfbfb;
}
#content_home {	
	width: 550px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}
#sidebar {
	float:right;
	width: 249px;
	margin-right: 0;
	border-left: 1px solid #cccccc;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	
}

.sidebar {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}

.news {
	border-bottom: 1px dashed black;
}

#footer {
	clear:both;
	z-index:100;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding:0;
	width: 850px;
}

.separator {
	background:url(images/separator.gif);
	background-repeat:repeat-x;
	height:10px;
}

.button {
	margin: auto;
	opacity:0.9;
	filter:alpha(opacity=90);
	padding-bottom: 10px;
}

.button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.topcell {
	padding-top: 10px;
	line-height:130%;
}

.bottomcell {
	padding-top: 1px;
	line-height:130%;
}

#banner {
	background-color: #999;
	width: 850px;
	height:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
}