*
{
margin: 0;
padding: 0;
}



A:link {background: none; color: blue; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: blue; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: red; background: underline; cursor: pointer;}

html
{
height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:white;
	height: 100%;
}

#container {
	position: relative;
	
	width: 1200px;
	height:1220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-style: solid;
	border-color: #000000;
	background-color: #c0c0c0;
	

}


#header {
	width: 800px;
	background-image:url('images/bannertop.jpg');
	background-repeat:no-repeat;
	height: 125px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	font-size:45px;
	padding-top: 25px;
	padding-left: 190px;
	color:#ffffff;
	font-family:Tahoma;
	line-height: 50px;

}

#headerright {
	float:left;
	font-weight:bold;
	font-size:25px;
	font-family:"Times New Roman",Georgia,Serif;
	padding-left: 30px;
	padding-top: 35px;
	align:left;
	color:#0000cd;
	line-height: 20px;
	background-color: #fff;
	width:180px;
	height:120px;

}	


#sidemenubar {
	width:200px;
	background-repeat:no-repeat;
	float:left;
	height: 100%;
	min-height:100%;
	height:auto;
	padding-left:10px;
	color:#000000;
}
#menuitems{
	margin-top:20px;
	font-size:20px;
	font-family:"Times New Roman",Georgia,Serif;

}
#menufooter{
	padding-left:10px;
	font-size:20px;
	font-family:"Times New Roman",Georgia,Serif;
	margin-top:5px;
	font-weight:bold;
	letter-spacing: 3px;
	color:#0000cd;
	
}
#maincontent {
	float:left;
	width: 650px;
	margin-top:0px;
	line-height: 40px;
	height: 100%;
	min-height:750px;
	padding-left: 90px;
	padding-right: 00px;
	padding-top: 10px;
	color:#000000;
	font-size:20px;

}

#areacontent {
	float:left;
	width: 750px;
	margin-top:0px;
	line-height: 40px;
	height: 100%;
	min-height:640px;
	height:auto;
	padding-left: 100px;
	padding-right:20px;
	padding-top: 10px;
	color:#000000;
	font-size:20px;

}

#rightcolumn {
	position:absolute;
	top: 150px;
	right:0px;
	width: 200px;
	line-height: 20px;
	height: 100%;
	min-height:440px;
	height:auto;
	background-color: #c0c0c0;
	padding-left:10px;
	padding-top: 10px;
	color:#000000;


}


#footer
{
width:800px;
margin-left:auto;
margin-right:auto;
background-color:rgb(127,156,189);
margin-top: -1.2em;
position:relative;
clear:both;
height:1.2em;
} 

.smalltext {

	font-size:14px;
	line-height: 14px;
}