body {
	color: #333;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.gif);
	background-position: center center;
}

#main {
	margin: 10px auto;
	text-align: left;
	border: 1px solid #336666;
	width: 720px;
	background: #FFFFFF;
}

#header {
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;


	}

#nav {
	text-align: center;
	color: #FFF;
	font: 100% Arial, Helvetica, sans-serif;
}

#nav ul {	
	padding: 0;
	margin: 0;
	background: #366;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

#nav ul li a {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
	width: auto;	
}

#nav ul li a:hover, #nav ul li a:focus {
	background-color: #DEB537;
}

#content {
	border: 1px none #CCC;

}

#content p {
	font-size: 80%;
	margin: 20px;
	border: 0px none;

}
#content h1 {
	font-size: 120%;
	margin: 20px;
	padding: 0px;
	color: #336666;

}

table {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 7px;
	padding-left: 7px;
	font: 95% Arial, Helvetica, sans-serif;

}

.border {
	border-top: 1px #9999FF;
	border-right: 1px solid #9999FF;
	border-bottom: 1px #9999FF;
	border-left: 1px #9999FF;
}

.topborder {

	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}

#footer {
	border: 0px;
	background: #336666;
	color: #FFFFFF;
}
#footer p {
	font-size: 70%;
	margin: 0px;
	padding: 10px;
}
a:link {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;

}
a:visited {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;

}
a:hover {
	color: #090;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.r {
	color:#900;
	text-decoration: underline;
}

.r:visited {
	color: #422A88;
	font-size: 100%;
}
	
.r:link {
	color:#900;
	text-decoration: underline;
	font-size: 100%;
}
	
.r:hover {
	color:#000;
	text-decoration: underline;
	font-size: 100%;
}
	
.textblue {
	color: #333366;
	font-weight: bold;

}
.box {
	padding: 10px;
	color: #FFF;
	margin: 5px;
	background-color: #660000;
	width: 320px;
	}

.announcement {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
}
.imgright {
	margin-right: 15px;

}
.imgleft {
	margin-left: 15px;
	margin-top: 15px;

}
