body{
	background: #69C url(img/bg.gif) repeat-x scroll left top; 
	color: #000;


}
ul{
	list-style-position: inside;
	list-style-type: square;
	}
li{
	padding: 0px 0px;
}
h1{

	color: #C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2{
	color: #069;
	font-size: 18px;
}
#main, #banner{ 
	min-width: 750px;
	
}

#banner{
	border-top: 2px solid #000;
	height: 100px;
	background: #FFF url(img/logo.gif) no-repeat scroll left 15px;
	border-bottom: 3px double #036;
	color: #000;
}
#main{


	margin: 0px 10% 0px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	text-align: justify;
	vertical-align: top;
	height: auto;
	float: right;
	background: #FFF;
}
#banner ul{
	float: right;
	margin-top: 70px;
	list-style-type: none;
	display: inline;
	vertical-align: text-bottom;
	text-align: center;
	color: #003366;
	border: 0px solid #F00;
	margin-right: 5px;
}
#banner ul li{
		margin: 0px;
		display: inline; 
		font-weight: bold;
}

select{
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFCC;
	color: #434C6E;
	font-weight: bold;
}

.no_opt{
	color: #C00;
}
#article{
	width: 500px;
	border: 0px solid #000;	
	padding: 50px 15px 50px 15px;
	float: left;
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	}
#article img{
	float: right;
	margin-left: 15px;
	border: 0px solid #000;
	}	
#menu_container{
	float: right;
}

#r_menu, #r_banner{
	width: 200px;
	padding: 0px;
	background: #EEE;

	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
		}
#r_menu{

}
#r_menu ul, #r_menu li{
	margin: 0px;	
	list-style-type: none;	
	padding: 0px 0px;

	}

#r_menu ul{


	}
#r_menu li{

	display: inline;
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	}

#r_menu a{
	color: #000;
	margin: 0px;
	text-align: left;	
	text-decoration: none;	
	padding: 5px 10px 5px 15px;
	display: block;
	background: url(img/arrow_sub.gif) no-repeat scroll left center;	
	border: 0px solid #F00;	
	}
#r_menu a:hover{
	text-decoration: underline;	
	background: #EEE url(img/arrow_sub.gif) no-repeat scroll 5px center;
	color: #036;
			
}
	
#r_menu h1{
	font-weight: bold;
	font-size: 18px;
	background: #69C url(img/h1.gif) repeat-x scroll left top;
	color: #FFF;
	padding: 10px 0px 5px;
	margin-top: 0px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
	text-indent: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
#r_banner img{
	border: 0px solid #000;
	
}