body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066; 
	background-color: #339933; 
}


a:link, a:visited{
	color: #FF0066;
	text-decoration: underline;
}

a:hover {
	background-color: none;
	color: #003399;
}

#wrapper {
	position: relative;
	background-image: url(images/contentbk.gif);
	background-repeat: repeat-y;
	width: 783px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0033CC;


}	

#header {
height: 150px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}	

#content {
	margin-left: 164px;
	text-align: left;
	position: relative;
	min-height: 600px;
	margin-right: 0px;
	padding: 0px 20px 0px 10px;
	font-size: small;

}

* html #content { /* IE ignores the * html so sees this as #content */
	height: 610px; /* IE thinks height means min-height */
}


#login {
	position: relative;
	background-color: #FFFFFF;
	top: 125px;
	left: 400px;
	height: 15px;
	width: 38px;
	padding: 0px;
	z-index: 2;

}


#navigation {
	position: absolute;
	background-color: none;
	top: 152px;
	padding: 0px;
	left: 0px;
	width: 161px;
	height: 480px;
	text-align: left;
	z-index: 3;
}





#footer {
	background-color: #339933;
	background-image: url(images/in_base.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-align: center;
    text-align: center;
	padding: 10px 10px 10px 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;

} 

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	background-color: none;
	color: #FF9933;
}


/* CSS changes needed due to upgrade to 3+ final */
#MediaBlock .MediaFloat{width:196px}
h2.sectionheading {color: #009933}
