body
{
	margin: 0px;
	font-family: Arial;
	background-color: #f8f8f8;
	
	
	 
}

#divMaster
{
	border:solid 1px #C0C0C0;
	width:880px;
	text-align:left;
	background-color: rgb(248, 248, 248);
	
	
}


#divHeader
{
	border:solid 0px orange;
	float:left;
	width:880px;
}

#divLogo
{
	border:solid 0px orange;
	float:left;
}

#divUpperMenu
{
	border:solid 0px yellow;
	float:right;
	text-align:right;
}

#divMenu
{
	border:solid 0px blue;
	background-color: #3d3c3e;
	width:880px;
	float:left;
}

#divUnderMenu
{
	 background-image: url("../images/underMenu.jpg");
	 background-position:top:left;
	 background-repeat:no-repeat;
	width:880px;
	height:260px;
	float:left;
}

#divUnderMenu2
{
	 background-image: url("../img/frontpage1-50k.jpg");
	 background-position:top:left;
	 background-repeat:no-repeat;
	width:880px;
	height:260px;
	float:left;
}

#divMainContent
{
	width:880px;
	background-color:white;
	float:left;
	text-align:left;	
	padding-top:10px;
	font-size: 8pt;
	font-family:Arial;
	border:solid 0px red;
}


#divFooter
{
	width: 100%;
	height:70px;
	float:left;
	 background-image: url("../images/footerBG.gif");
	 background-position:top:left;
	 background-repeat:repeat-x;
	padding-top:10px;
	font-size: 10pt;
	font-family:Arial;

}

.menuItemSpace
{
	padding-left:60px;
}

.menuItem, .menuItem a
{
	color: #ffffff;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration:none;
}

.activeMenuItem, .activeMenuItem a
{
	color: #6699cc;
	font-size: 9pt;
	font-family:Verdana;
	text-decoration:none;
}

.upperMenuItem, .upperMenuItem a
{
	padding:2px;
	color: #414042;
	font-size: 9pt;
	font-family: Arial;
	text-decoration:none;
}

h2{
font-size: 18px;
font-family:Felix Titling;
color: #000000;
font-weight: bold 1000;
margin-top: 0px;
margin-bottom: 3px;
} 
h3{
font-size: 16px;
font-family:Felix Titling;
color: #101010;
font-weight: bolder;
margin-top: 0px;
margin-bottom: 3px;
} 

img
{  border-style: none;
}
