/* CSS Document */

body {
	background-image: url(images/wallpaper.gif);
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 18px garamond;
	color: #fffff0;
	}
	
#header {
	background:#000066;
}


#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background: #DCE4EF;
	color: #EBCFA4;
	
	}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:	#DCE4EF;
	color: #000000;
	 
	}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	
	}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:	#92C7C7;
	z-index:100;
	
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:	#92C7C7;
	z-index:99;
	}

#centercol {
	position:relative;
	padding:0 240px;
	color: #000000;
	text-align: justify;
	background:#DCE4EF;
	}

#footer{
	position:relative;
	top:1px;
	background: #DCE4EF;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color: #663366; 
	}

.nav{
	
	
}

.navbar{
	text-decoration: none;
	font-size: 17px;
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}

a.nav:link{
	color: #000066;
	list-style-type: none;
	
}
a.nav:visited{
	color: 	#000066;	
}

a.nav:hover{
	color: 	#FFFFFF;
}


