body {
	font-family: Trebuchet MS;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c2d5eb;
	margin-top: 0px;
	font-size: 11px;
}

td {
	font-family: Trebuchet MS;
	font-size: 11px;
}

th {
	font-family: Trebuchet MS;
	font-size: 11px;
}

h1	{
	color: #001e7e;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	border-bottom: 1px dotted #777777;
}

.body	{
	padding-left: 20px;
	padding-right: 20px;
}
/* NAVIGATION */

#nav ul	{
	list-style: none;
	text-decoration: none;

}

#nav ul li	{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	width: 150px;
	
}

#nav ul	li a{
	text-decoration: none;
	font-weight: bold;
	color: #2d2e30;
}

#nav ul	li a:hover {
	text-decoration: none;
	color: #0d2b8a;
}

.content	{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}

.footer	{
	font-size: 11px;
	padding-top: 8px;
	padding-left: 15px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 829px;
	text-align: left;
	color: #FFFFFF;
}