*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

body
{
	margin-left: 50%;
	height: 100%;
	
}

div#Container
{	
	width: 760px;
	height: 100%;
	margin-left: -380px;
	
	/* Hack for Satan, I mean IE... */
	_position: relative;
	_top: 0;
}

div#header
{
	background-image: url('banner1.jpg');
	width: 100%;
	height: 97px;	
}

div#contentContainer
{
	width: 100%;
	height: 100%;
	
	
}

div#links
{
	float: left;
	
	width: 20%;
	height: 100%;
	background-image: url('tile1.jpg');
}

div#pics
{
	float: left;
	height: 15%;
	width: 80%;
	
	
}

div#pics img
{
	float: right;
	vertical-align: top;
}

div#content1
{
	float: left;
	
	width: 60%;
	height: 85%;
	
	
}

div#news
{
	float: left;
	
	width: 20%;
	height: 85%;	
}

div#footer
{
	width: 100%;
	height: 65px;
	
	
}

div#contentText
{
  
  margin-right: 5px; 
  margin-left: 5px;
  text-align: justify;
  height: 100%;
  

}	

div#linksDiv
{
	width: 100%;
	height: 100%;
	
	
}

ul#linksList
{
	width: 100%;
	list-style-type: none;
	float: left;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	letter-spacing: -1px;
	
	padding-left: 10px;
	padding-top: 15px;
}

ul#linksList li
{
	list-style-type: none;
	width: 80%;
	height: 12px;
	margin-bottom: 10px;
	
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top-style: solid;
	border-top-width: 20px;
	background-color: #8F2343;
	border-top-color: #AE6173;
	
}

ul#linksList li a
{
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 3px;
	
}

div#newsText
{
	text-align: justify;
	margin: 0px 2px 0px 2px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #AE6173;
}

div#menuDiv
{
	margin-top: 20px;
	margin-left: 4px;
	
	
	
}

div#contentLabel
{
	font-family: Verdana;
	letter-spacing: -1px;
}

/* Start of copied style stuff... */

.MainMenu_MenuContainer
{
 margin-top: 20px;
 background-color: transparent;
}

.MainMenu_MenuContainer *
{
	border: Solid 0px White;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.MainMenu_MenuBar {
 cursor: hand;
 background-color: Transparent;
}
.MainMenu_MenuItem 
{ 
 cursor: pointer;
 cursor: hand;
 color: #F8F8F8;
 font-family: Verdana;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 
 height: 30px;
 background-color: #8F2343;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
 filter: alpha(Opacity=93);

}
.MainMenu_MenuIcon {
 display: none;
}
.MainMenu_SubMenu 
{
 cursor: pointer;
 cursor: hand;
 margin-left: 1px;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
 filter: alpha(Opacity=93); 
 background-color: #8F2343;
}

.MainMenu_MenuItemSel {
 background-color: #6A0231;
 cursor: pointer;
 cursor: hand;
 color: #FFFFFF;
 font-family: Verdana;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 padding-right: 2px;
 height: 30px;
}
