@charset "utf-8";
/* CSS Document */
/*TITLE: master_styles CSS*/

/* General Styling
===================================================*/
body {
	width:760px;
	padding:0;
	font-style: normal;
	text-decoration: none;
	background-color: #93C9FF;
	position:relative;
	left: 50%;
	margin-left: -380px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	z-index: 1;
	height: 760px;
	
}

	/* divs
==================================================*/
#wrapper {
	width: 760px;
	height: 680px;
	position: absolute;
	z-index: 5;
	left: -5px;
	}	
#header  {
	width:760px;
	height:380px;
	position: relative;

}
#pgnm_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 20;
	position: absolute;
	width: 150px;
	left: 475px;
	top: 200px;
	
	}	


#navlist {
	position: absolute;
	text-decoration:none;
	list-style-image: none;
	list-style-type: none;
	top: 303px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 760px;
	color: #FFFFFF;
	line-height: 1.5em;
	padding-top: 1em;
	height: 43px;
	left: 5px;
}	

#content {
	background-color: #FFFFFF;
	text-align:left;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	z-index: 10;
	width: 750px;
	top: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	} 
#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
	}
	
#content a:hover {
	color:#CC00FF;
	}
#whitebg  {
	width: 760px;
	background-color: #FFFFFF;
	height: 340px;
	position: absolute;
	top: 370px;
	z-index: 2;
}
		
#index_footer {
	width:760px;
	position: absolute;
	text-decoration: none;
	text-align: center;
	background-color: #4ec6df;
	color: #FFFFFF;
	top: 690px;
	z-index: 25;
	z-index: 10;
	left: 0px;
	}
	
#copyright  {
	color:#FFFFFF;
	text-align: center;
	}
	
/* Links
===================================================*/
a:link {
	color:#FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	bottom: 175px;
	right: 0px;
	left: 550px;
	
}
a:hover {
	color: #cc00ff;
	text-decoration: none;
	
}
a:active {
	color: #ffffff;
	text-decoration: none;
	
}  

p  {
	padding-right: 15px;
	position: relative;

}

ul {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 5px;
	}
