img {
	border: 0;
}
body {
	background-color: #97AEBE;
	font-family: Arial, Helvetica, sans-serif;
	color: #092654;
	font-size: 10px;
}
p {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #092654;
	font-size: 13px;
	text-align: justify;
	padding-right: 13px;
	padding-left: 13px;
}
li {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 13px;
	text-align: justify;
}

h1 {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #092654;
	font-size: 23px;
	padding-right: 13px;
	padding-left: 13px;
}
a {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #00468C;
	font-size: 13px;
	text-align: justify;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav {
	background-color: #F6FFFF;
	height: 100%;
	width: 170px;
}
.main {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F6FFFF;
	border-right-color: #F6FFFF;
	border-bottom-color: #F6FFFF;
}
