html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0px; /* these 3 lines forces scrollbar for firefox etc */
	}

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/back2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	}

h1 {
	font-size: 1.8em;
	margin-top: .5em;
	}

h2 {
	font-size: 1.3em;
	}
#wrapper {
	width: 800px;
	margin: 10px auto 10px auto;
	border: 2px solid #CCCCCC;
	overflow: hidden;
	}
#banner {
 	height: 125px;
 	width: 800px;
 	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#main {
	width: 800px;
 	background-color: #fff;
	
}
div#leftmenu {
	background-color: #fff;
 	float: left;
 	width: 210px;
 	font-size: 9px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#leftmenu ul {
 	list-style-type: none;
 	margin-left: 0;
 	padding-left: 20px;
 	margin-top: 2px;
 	margin-bottom: 2px;
	}
#leftmenu li {
 	width: 176px;
	}
	
#leftmenu a {
 	display: block;
 	text-decoration: none;
	background-color:#FFFFFF;
 	border: 1px solid #999999;
 	padding: 1px;
 	padding-left: 7px;
 	padding-bottom: 3px;
	color: #000000;
}
#leftmenu a:hover {
 	background-color:#000066;
	color: #FFFFFF;
 	border: 1px solid #aaa;
}
#leftmenu span {
 	display: block;
 	margin-left: 27px;
	color:#000099;
	font-variant:small-caps;
 	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0;
 	margin-top: 6px;
}
div#content {
 	float: right;
 	width: 560px;
 	text-align: justify;
	line-height: 25px;
 	margin-top: 5px;
 	margin-bottom: 5px;
 	padding: 0 15px;
	
}

div#content li a {
	color: #000099;
	text-align: left;
	}

div#content li {
	color: #000099;
	list-style: circle;
	}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #fff;
	height: 1px;
	width: 98%;
	text-align: left;
}
div#footer {
	clear: both;
	background-color:#CCCCCC;
	width:800px;
 	height: 15px;
 	border-top: 1px solid #aaa;
	padding-top: 5px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: .8em;
 	text-align: center;
}

div#footer a {
	color: #ffffff;
	}
div#div1 style {
	float: left; width: 25%;
	border: solid 1px black; padding: 10px;
	}
div#div2 style {
	float: left; width: 75%;
	border:solid 1px black; padding: 10px;
	}
#wrapper #main #content #div1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
