@charset "utf-8";
/* CSS Document */
body 
{
	font-family:Verdana,Arial,Serif;
	font-size:12px;
	margin:0px;
	
	background-color:#cccccc;
	color:#ffffff;


	
	
	
	
}
#wrapper
{
	width:860px;	
	margin-top:2px;
	margin-bottom:2px;
	position:relative;
	left:50%;
	margin-left:-430px;
	background-color:#009900;

	border:solid 1px #004400;


	
	
}

#header
{
	width:100%;
	height:230px;
	padding-bottom:20px;
	background-color:#009900;
	

	
}
#header1
{
	width:700px;	
	background-color:#009900;
	height:150px;
}
#banner
{
	position:relative;
	background-image:url("images/logo.gif");	
	height:150px;
	background-repeat:no-repeat;
	left:183px;
	top:4px;
}
#login
{
	width:150px;
	height:50px;
	position:absolute;
	top:10px;
	right:2px;
	font-size:11px;
	
}

#text{
 text-align:center;
 margin-top:10px;
}


#topMenu a
{
	padding-top:5px;
	color:#ffffff;
	size:10px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	padding-bottom:5px;
	background-color:#008800;
	padding-left:7px;
	padding-right:7px;
}

#topMenu a:hover
{
	background-color:#FF0000;
}

#content
{

    padding-right:15px;
	padding-left:15px;


}

#left_content
{
	width:160px;
	text-align:left;
}
.sub_title
{
	font-weight:bold;
	size:13px;
	text-align:right;
	width:150px;
	color:#000000;
}

.left_menu a:hover
{
background-color:#FF0000;
	
}

