/* CSS Document */

#navigation {
	position: absolute;
    top: 5px;
    left: 5px;
}

#time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
	text-align: left;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	position: absolute;
	left: 5px;
	top: 220px;
	height: 30px;
	width: 150px;
	margin: 0px;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 150px;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	position: absolute;
	left: 155px;
	top: 220px;
	height: 30px;
	width: 300px;
	margin: 0px;
}

#pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	text-align: right;
	margin-left: 450px;
	padding: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	position: absolute;
	left: 455px;
	top: 220px;
	height: 30px;
	width: 300px;
	margin: 0px;
}

#frame {
   border: 0px;
   margin: 0px;
   width: 210px;
   height: 900px;
   position: absolute;
   top: 260px;
   left: 5px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 471px;
	z-index: 1;
	visibility: visible;
}

#latestnews {
	position: absolute;
	width: 955;
	top: -48px;
	right: 0px;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;

	background-color:;
	left: -11px;
	z-index: 1;
}

#footer {
	width: 530px;
	position: absolute;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
}

#footer p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: center;
}
a {
	color: #DDD;
}
