body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #CC0000;	
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#CC0000;
	scrollbar-highlight-color:#cf0000;
	scrollbar-darkshadow-color:#C00000;
	scrollbar-3dlight-color:#CD0000;
}

#container 
{
	width: 100%;
	margin: 0px;
    margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
}

#banner 
{
	padding: 0px;
	margin-bottom: 0px;
	background-color: rgb(213, 219, 225);
}

#content 
{
	margin-left: 125px;
	height: 100%;
	z-index: 100;
}

#contentheader
{
	height: 	60px;
	background-image: url('../images/toplogo.gif');
	background-repeat: no-repeat;
	background-position:  center;
}

#mainsquare
{
	color: #000000;
	background-image: url('../images/bglogo.gif');
	background-repeat: no-repeat;
	background-position:  left top;
	background-color: #ffe7c6;
	margin-top: 0px;
    margin-bottom: 20px;
	/*height: 400px;*/
	border: 1px solid #000000

}
		
#mainsquare menu
{
		
}

#maincontent 
{
	margin: 0px;
	padding: 5px;	
	
}
		
#maincontent p
{
	font-size: 11px;
}

#leftbar {
	float: left;
	width: 125px;
	\width: 125px;
	w\idth: 125px;
	margin-right: 0px;
	padding: 0px;
	border-left: 10px #CC0000;
	height: 100%;
	background-image: url('../images/logo2.gif');
	background-repeat: no-repeat;
	background-position: center 40px; margin-left:0; margin-top:0; margin-bottom:0
}
		
.multiparts
{
	margin: 150px 10px 10px 10px;
	border: 3px solid #000000;
	color: #000000;
	background-color: #FFFFFF;	
	padding: 4px;
	font-size: 10px;
}
		
.menulist
{
	margin: 0;	
}

.menulist li
{
	list-style: none;
	font-size: 10px;
	margin: 0;
	padding:0;
}
		
.menulist a, a:visited
{
	color: #CC0000;
	text-decoration: none;
}

#rightbar {
	float: right;
	max-width: 50px;
	width: 10%;
	\width: 10%;
	w\idth: 10%;
	margin-left: 0px;
	padding: 0px;
	border-right: 10px solid black;
	height: 100%;
	background-image: url('../mirror/images/sidetext.gif');
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: -100; margin-right:0; margin-top:0; margin-bottom:0
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: rgb(213, 219, 225);
}
		
/* List code */
#navcontainer
{
	margin: 0px;
	padding: 0;
	width: 100%;
}

#navcontainer ul
{
	border: 0px none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: #fff;
	width: 78px;
	height: 18px;
	/*
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	*/
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0;
	margin: 0 0 10px 0;
	color: #CC0000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background: #000000;
}

#navcontainer a:active
{
	background: #FFFFFF;
	color: #000000;
}

#navcontainer li#active a
{
	background: #CC0000;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #fff;
}

/* News Related Styles */
.newstitle
{
	font-size: 11px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 3px;
}

.newscontent
{
	font-size: 11px;	
	padding: 3px;
}