/* CSS Document */

a, a:link, a:visited, a:active
	{
	color: #A55C31;
	}

a:hover
	{
	color: #FF6600;
	}

body
{
	background-color: #00143E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #00143E;
}

.darkCell
{
	background-color: #00143E;
	color: #E7E6CB;
}

.darkLine
{
	background-color: #A1A7A0;
}

.lightLine
{
	background-color: #4D5B78;
}

.mediumCell
{
	background-color: #DAD9BF;
}

.lightCell
{
	background-color: #E7E6CB;
}

.contentArea
{
	padding: 15px;
	padding-bottom: 30px;
	text-align: justify;
}

.subtitle
{
	font-size: 18px;
	color:#103b67;
	font-weight: bold;
}

#footer
	{
	font-size: 14px;
	padding: 8px;
	text-align: center;
	}

/* NAV */

#nav {
	width:760px;
	left:-30px;
	position:relative;
}
#nav td {
	padding-top:10px;
}

#nav a {
	background:url(../images/nav-off.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	color:#103b67;
	margin:0 35px 0 0;
}

#nav a:hover {
	background:url(../images/nav-over.gif) no-repeat;
}

#nav a.last {
	margin:0px;
}