* { margin: 0; padding: 0; }
body {background:#FFFFCC;}

#content {	
	
	background: #fff;
	width: 900px;
	height:650px;
	margin: 0 auto ;
		
}

#header {
	background:#E6FFCC;
   	height: 80px;	
	width: 100%;
	text-align: center;
	}

#header h1 {
	padding:  10px;
	}

#header img {
	float:left;
	padding:10px;
	
	}

#footer{
	background:#E6FFCC;
	height:70px;
	width: 100%;
	padding-top: 10px;
	text-align: right;
	}

#footer img {
	float:left;
	padding:10px;
	border:none;
	}

#footer a {
	font-size: 20px;
	margin-right:10px ;
	margin-top:0px;
	}


#menu 	{
	
	background:#fff;
	width:149px;
	height: 500px;
	margin-left: 5px;
	float:left;
	background-image: url(./menu1.gif);
	background-repeat:repeat-y;
	}
#menu a {
	font-size: 20px;
	}



#text {
	
	background:#fff;
   	position:relative;
	
	height:	500px;
	
	width: auto;
	overflow:auto;
	
	}

a {
	font-family:Georgia,serif;
	font-size:12pt; color:#191970;
	}
p {
	text-align:left; 
	font-family: Georgia,serif; 
	font-size:12pt; 
	color:black;
	margin: 10px;

	}
b {
	font-family: Georgia,serif; 
	font-size:14pt; 
	color:black;}

ul{
	padding-left:20px;
	margin-left: 20px;
	}

li {
	list-style-type: disc;
	 
	font-family: Georgia,serif; 
	font-size:12pt; 
	color:black;
	
	}

table.form {
	font-family: Georgia,serif; 
	}



h1 {font-family: arial, Georgia,serif; font-size:16pt; color:#191970;}
h2 {font-family:Georgia,serif; font-size:16pt; color:#191970;}
h3 {font-family:Georgia,serif; font-size:14pt; color:#191970;}
h4 {font-family:Georgia,serif; font-size:12pt; color:#191970;}
i {font-family:Georgia,serif; font-size:12pt; font-style:italic; color:black;}