html, body {
	background:url(../graphics/bgimg.jpg) #000000 fixed no-repeat center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	height:100%;
	margin:0;
	padding:0;
}

h1 {
	font-size:12px;
}

th {
	font-size:12px;
	text-align:left;
}

br {
	clear:both;
}

img {
	border:none;
}

a {
	color:#1B75BC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#site_container {
	height:100%;
	width:705px;
	margin:0 auto;
}

#left_container {
	float:left;
	width:201px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#left_content {
	background:url(../graphics/bg_menu.png); 
	width:201px; 
	height:284px; 
	margin-top:-20px;
}

#right_container {
	float:left;
	width:504px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#right_content_top {
	float:left;
	width:100%;
	height:auto;
	margin-top:-20px;
	background-image:url(../graphics/bg_content.png);
}
#right_content_bottom {
	float:left;
	width:100%;
	height:18px;
	background-image:url(../graphics/bg_bottom.png);
}

#menu {
	font-size:12px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#menu li {
	padding-bottom:2px;
}

#menu a {
	color:#808285;
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
}

#menu .selected {
	color:#000000;
	font-weight:bold;
}

.padding_top {
	padding-top:40px;
}

.hidden {display:none;}
.visible {display:block}
