body
	{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: arial; 
	color: black;
	}
* 	
	{
	margin: 0;
	padding: 0;
	}	

#allContent
	{
	width: 658px;
	border: 0;
	padding: 0;
	margin-top: 15px;
	background-color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#header
	{
	background-image: url(images/mandudcheader.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 109px;
	}	
	
#first
	{
	background-image: url(images/mandudcfirst.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 0;
	}	
	
* html #first
	{
	height: 1%;
	}
	
#first *  /* this puts all the content on top of the SIS logo image */
	{
	z-index: 2;
	position: relative;
	/* margin-left: 230px;  */
	}	

#vnav
	{
	position: absolute;
	list-style: none;
	/* margin-left: -410px; */
	margin-left: 15px;
	margin-top: 12px;
	text-align: left;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 12px;

	}	

#vnav li
	{
	margin-top: 0px;
	list-style: none;
	}	

#vnav li a	
	{
	text-decoration: none;
	color: black;
	}	

#vnav li a:hover	
	{
	text-decoration: none;
	color: black;
	}		

#vnavbk  
	{
	position: absolute;
	z-index: 1;
	margin-left: 0;
	margin-top: 5px;
	}	

#mainContent
	{
	min-height: inherit;
	padding-top: 6px;
	padding-left: 141px;
	padding-right: 40px;
	padding-bottom: 10px;
	}

#mainContenttext
	{
	float: left;
	padding-top: 10px;
	padding-left: 190px;
	padding-right: 40px;
	padding-bottom: 10px;
	}
	
div.contentheader
	{
	border-bottom: thin solid;
	border-color: black;
	font-size: 12px;
	font-weight: bold;
	}

#second
	{
	background-image: url(images/mandudcsecond.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;	
	}	
		

