@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #000000;
}
#bottom {
	background-image: url(../images/bottomh.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
#top {
	background-image: url(../images/toph.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 10px;
}
#middle {
	height: 100%;
}
#side {
	background-image: url(../images/sideh.jpg);
	background-repeat: repeat-y;
	background-position: right;

}
#left {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#right {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	height: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer {
	background-color: #2863b0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2863b0;
	border-bottom-color: #2863b0;
	border-left-color: #2863b0;
}
ul#navigation {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul#navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 12em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
ul#navigation a:hover {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#navigation li {
	display: inline;
}
.footer a {
	font-size: 9px; 
	color: #FFFFFF;
}
.footer {
	font-size: 9px; 
}
.style1 {
	color: #FFFFFF;
	font-size: 36px;
}
.style2 {
	color: #FFFFFF;
}
.style5 {
	font-size: 11px; 
}
.style7 {
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 20px;
}
