body {
	background-image: url('images/texture2.jpg');
	background-color: white;
	color: black;
	font-family: arial, verdana;
	font-size: 10pt;
	text-align: center;
	}
	
ul.menu {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#container {
	float: left;
	width:150px;
	margin:15px 0px 0px 10px;
	border:0px solid #BCD2E6;
	}

#container-right {
	float: left;
	width:550px;
	margin:14px 10px 4px 4px;
	}
	
div.header1,div.footer1 {
	text-align:center;
	padding:0.2em;
	color:white;
	background-color:#1D2877;
	clear:left;
	}
	
div.header2, div.footer2 {
	text-align: center;
	width: 35%;
	padding:0.2em;
	color:white;
	background-color:#1D2877;
	clear:left;
	}	
	
h3.header1, h3.header2 {
	color: white;
	padding:0;
	margin:0;
	}
	
div.left {
	float:left;
	width:150px;
	margin:0;
	padding:1em;
	}

#content {
	border:1px solid #BCD2E6;
	padding:1em;
	}

#menu3 {
	width: 148px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #BCD2E6;
	border-right: 1px solid #BCD2E6;
	border-left: 1px solid #BCD2E6;
	text-align: left;
	}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #8BADCF;
	display: block;
	background:  url('images/menu3.gif');
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #627EB7;
	background:  url('images/menu3.gif') 0 -32px;
	padding: 8px 0 0 10px;
	}

#main {
	background-color: white;
	margin: 20px auto;
	padding: 0px;
	height: 800px;
	width: 800px;
	border: 1px solid #000000;
	text-align: left;
	line-height: 150%;
	color: black;
	}
		
#left {
	background-color: #F7E3B5;
	float: left;
	width: 205px;
	height: 648px;
	margin: 0px 0px 0px 0px;
	padding: 1em;
	color: black;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;

}

#right {
	margin: 0px 10px 0px 175px;
	padding: 1em;
	}
	
#header {
	background-image: url('images/banner.gif');
	width: 800px;
	height: 170px;
	}

#footer {
	text-align: center;
	color: white;
	background-color: #1D2877;
}

h1,h2,h3,h4,h5,h6 {
	color: black;
}

a, a:link, a:visited {
	color: black;
	text-align: center;
	}

hr {
	border: 1px solid #BCD2E6;
	}

img {
	border: 0;
	}
	
.textarea {
	font-family: arial, verdana;
	font-size: 10pt;
	}