/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 50%;
	margin-right: ;
	background-color: #939494;
	position: relative;
	}
	
#content{
	width: 900px;
	margin-top: 0px;
	margin-left: -450px; 	
	position: relative;
	}
	
#top{
	width: 900px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/bluebg.png);
	background-position: center;
	background-repeat: repeat;
	z-index: 1;

		}

#nav{
	width: 900px;
	height: 20px;
	position: absolute;
	top: 140px;
	left: 0px;
	background-color:  #F8EFCD;
	z-index: 3;
	visibility: visible;


	}
	
#mid{
	width: 900px;
	height: 307px;
	position: absolute;
	top: 160px;
	right: 0px;
	background-color:  #FFFFFF;
	visibility: visible;
	z-index: 4;
	overflow: auto;
	
	}	

#bottom{
	width: 900px;
	height: 130px;
	position: absolute;
	top: 467px;
	left: 0px;
	background-image: url(images/bluebg.png);
	background-position: center;
	background-repeat: repeat;
	z-index: 10;

	}
	
#nav1{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 149px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}
	
p, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	}
	
a{
	font-family: Arial;
	color: #003366;
	text-decoration: underline;
	}
	
a:hover{
	font-family: Arial;
	color: #0033CC;
	text-decoration: none;
	}

h1{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	}											
			
