body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #013564;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
li {
	list-style-image: url(images/li.jpg);
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
}


a {
	color: #165A7F;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #0D4C75;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-top-color: #77A42D;
	border-right-color: #77A42D;
	border-bottom-color: #77A42D;
	border-left-color: #77A42D;
}


.content_logo {
	background-image: url(images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
.nav:hover {
	background-color: #517513;
}
