@charset "utf-8";
/* CSS Document */
body {
background-image: url(images/bg.jpg);
background-attachment:fixed;
font-family: Georgia, "Times New Roman";
font-size: 13px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.caption {
	font-size: 11px;
	text-indent: 5px;
	background-color: #E4E4E4;
	line-height: 15px;
	width: 200px;
	padding-top: 5px;	
	padding-bottom: 5px;
}
a:link {
	color: #3A81AB;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #529AC5;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #99C4DD;
}
a:active {
	text-decoration: none;
}
.heading1 {
font-size: 18px;
font-weight: bold;
padding-left:20px;
}
.heading2 {
font-size: 18px;

}
.maintext {
padding: 10px;
}

ul#navigation {
padding: 0;
margin: 0;
background-color: #E3E9F0;
color: #fff;
float: left;
width: 100%;
}
ul#navigation li { 
display: inline;
}
ul#navigation li a {
padding: .25em 1em;
padding-left: 20px;
padding-right: 20px;
background-color: #54709e;
color: #fff;
text-decoration: none;
text-align: center;
float: left;
border-bottom: solid 2px #fff;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
height: 20px;
font-size: 16px;
font-weight:normal;
}

ul#navigation li a:hover {
color: #000;
background-color: #fff;
} 

.topbar {
background-image:url(images/Title.png);
background-repeat:no-repeat;
}
.bottombar {
background-image:url(images/table_bottom.png);
background-repeat:no-repeat;
}
img {
border: 0px none;
}