html, body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
#wrapper {
	text-align: left;
	width: 762px;
	margin: 0px auto;
}
#header {
	width: 762px;
	height: 211px;
	background-image: url(images/header_02.jpg);
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
}

#middle {
	width: 762px;
	float: left;
	position: relative;
}
#leftcol {
	width: 149px;
	float: left;
	position: relative;
	text-align: left;
	color: #F8F7F3;
	background-image: url(images/menu_back.gif);
	padding-bottom: 30px;
	font-size: x-small;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
#middlecol {
	width: 583px;
	position: relative;
	float: left;
	color: #424242;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
}
#footer {
	width: 762px;
	clear: both;
	font-size: x-small;
	text-align: center;
	color: #999999;
	padding-top: 25px;
	padding-bottom: 15px;
}
#middlecol h1 {
	font-size: medium;
	color: #005754;
	padding-left: 30px;
}
#middlecol h2 {
	font-size: small;
	color: #990000;
	padding-left: 30px;
}
#middlecol p {
	color: #424242;
	padding-left: 30px;
	padding-right: 25px;
}
#middlecol a {
	color: #003F80;
	text-decoration: underline;
}

#middlecol a:hover {
	color: #00C3A5;
	text-decoration: none;
}
#middlecol a:visited {
	color: #CCCCCC;
}
#leftcol a {
	color: #F8F7F3;
	text-decoration: none;
}
#leftcol a:hover {
	color: #00C3A5;
	text-decoration: none;
}
#leftcol a:visited {
	color: #FFFFFF;
}
