/* CSS Document */
a, a:visited{ color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }

body, html {height:100%; margin:0; padding:0;}

body { 
font-size: 12px; 
font-family: Tahoma; 
min-height: 100%;
margin-left:inherit;
margin-right:inherit;

}

#container {
	background-image: url(../images/main_back.jpg);
	border-style:none;
	border-width:thin;
	overflow: hidden;
	width: 939px;
	margin: 0 auto;
	margin-top: 20px;
	
}

#top {
    background-image:url(../images/banner_top.jpg);
	height:208px;
}

#menu {
    background-image:url(../images/menu_back.jpg);
	width:939px;
	height:34px;
}

#content {
    font-family: Tahoma;
	min-height:100%;
	
	
}

#footer {
	background-image:url(../images/footer.png);
	height: 34px;
	width: 939px;
	margin: 0 auto;
	font:Tahoma;
	font-size:11px;
	color:#000000;
	line-height: 2.75;
	text-align: center;
}

#menutext {
	font:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 2.5;
	margin-left: 10px;
}


#leftside {
	width:525px;
	float: left;
	height: 380px;
	margin-left: 40px;
}

#rightside {
	width:320px;
	float: right;
	margin-right: 20px;
}

.box {
	margin: 0 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:normal;
	width: 250px;
	margin-left: 10px;
	margin-top: 0px;
	height: 210px;
	color: #000066;
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#pagescontent {
	width:800px;
	margin-left: 50px;
	font-family: Tahoma;
	font-size: 14px;
	 
}

