body {
	margin: 0px 0px 0px 0px;
	background-color: #c9dded;
}


/* Flash div style (for positioning flash movie on page) */


#flashpos {
	position:relative;
	width:674px;
	height: 674px;
	top: 10px;
}


/*  CSS Positioning  */






#outer {
	position:relative;
	width:662px;
	height: 615px;
	background-image:url(images/bgd_img.jpg);
	top: 10px;
	z-index:1;
}


#header {
	position:relative;
	width:662px;
	height:98px;
	top: 0px;
	left: 0px;
	z-index:10;
}



#header2{
	position:relative;
	width:662px;
	height:163px;
	top: 0px;
	left: 0px;
	z-index:10;
}


		#nav {
			position:absolute;
			background-image:url(images/nav_bgd.gif);
			width:223px;
			height:163px;
			left:12px;
			top: 0px;
			z-index:10;
		
		}
		
		
		
		#imagearea {
			position:absolute;
			width:406px;
			height:163px;
			right:12px;
			top: 0px;
			z-index:10;
		}		
			
			
			
		
#title {
	position:relative;
	background-image:url(images/title_bgd.jpg);
	width:638px;
	height:63px;
	left:12px;
	top: 0px;
	z-index:10;		
}



		#titlepos {
			position:relative;
			left:15px;
			top: 10px;		
		}



#content {
	position: relative;
	width:620px;
	height:265px;
	left:25px;
	top: 0px;
	z-index:10;
	overflow:auto;	
}



#form {
	position: relative;
	width:620px;
	height:440px;
	left:25px;
	top: 0px;
	z-index:10;	
}



#footer {
	position:relative;
	background-image:url(images/footer_bgd.jpg);
	width:661px;
	height:53px;
	left:2px;
	top: 8px;
	z-index:10;

}



			#download {
				position:absolute;
				right:20px;
				bottom:14px;
			}


/* Images   */


#topimg {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}


#btmimg {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}



#mllogo {
	position:absolute;
	left:40px;
	bottom:2px;
	z-index:10;
}


#orallogo {
	position:absolute;
	right:18px;
	bottom:10px;
	z-index:10;
}


#arrow{
	top:10px;
	left: 5px;
}


#homeimg{
	position:absolute;
	left:115px;
	bottom:150px;
	z-index:10;
}



#homebtn{
	position:absolute;
	left:290px;
	bottom:30px;
	z-index:10;
}



#booklet{
	float: right;
	top: 50px;
}


/* List style */



#list {
	font-family:Arial, Helvetica, san-serif;
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	line-height: 15pt;
	font-style: normal;
	text-decoration: none;

}


#list ul{
	margin:0;
	padding:8px 15px 5px 0px;
}

#list li{	
	padding: 0 0 6px 16px;
	margin:0;
	list-style-type: none;
}





#list2 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color:#333333;
	font-weight: normal;
	line-height: 12pt;

}


#list2 ul{
	margin:0;
	padding:8px 15px 5px 0px;
}

#list2 li{	
	padding: 0 0 6px 16px;
	margin:0;
}


