body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #494949;
	background-image: url('gfx/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 120px;
}
p{
	font-family: Arial;
	font-size: 11px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
}
a {
	color: #008ad9;
}
img{
	border: 0px;
}
h1 {
	font-size: 14px;
	color: #003399;
	margin-bottom: 14px;
}
h2 {
	font-size: 14px;
	color: #22158b;
	display: block;
	height: 25px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 14px;
}
div#main {
	margin: auto;
	width: 780px;
	position: relative;
}
div#topMenu {
	height: 22px;
	padding-top: 3px;
}
div#topMenu a {
	color: #ffffff;
	display: block;
	float: left;
	border-right: 1px solid white;
	text-align: center;
	height: 19px;
	line-height: 17px;
	text-decoration: none;
}
div#topMenu a:hover {
	background-color: #6dcff6;
	color: #ffffcc;
}
div#rightNav {
	position: absolute;
	top: 90px;
	right: 16px;
	width: 232px;
	background: white;
	border-top: 3px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
div#rightNavContent {
	margin: 18px 18px 0px 18px;
}
div#rightNavContent input {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-color: #d5d5d5;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}
div#rightNav table td {
	padding: 1px 0px;
}
div#content {
	float: left;
	margin: 15px 0px 0px 10px;
	width: 510px;
	line-height: 15px;
}
div#content img {
	margin: 0px 10px 5px 0px;
}
div#footer {
	background: url('gfx/footer_bg.gif') repeat-x bottom left;
	height: 38px;
	clear: both;
	margin-bottom: 5px;
}
div#footer2 {
	height: 25px;
	width: 780px;
	text-align: center;
	clear: both;
	padding-right: 15px;
}
div#footer2 a{
	color: #003399;
	text-decoration: none;
}
div#footer2 a:hover{
	text-decoration: underline;
}
div#minheight {
	float: right; 
	width: 1px;
	height: 260px;
}
div#fpContent {
	float: left;
	width: 240px;
	padding-right: 14px;
	border-right: 1px solid #e4e4e4;
}
div#fpNews {
	float: right;
	width: 232px;
	margin-left: 20px;
}
div.newsHead h1 {
	margin: 0px;
}
/* SUBMENU */
div#sub1,div#sub2,div#sub3{
	padding: 1px;
	padding-top: 6px;
	position: absolute;
	top: 144px;
	visibility: hidden;
	width: 160px;
	border: 1px solid #9fa4ae;
	border-top: 0px solid #214999;
	background-color: #ffffff;
	filter:alpha(opacity=92);
	opacity: 0.92;
	-moz-opacity:0.92;
}
div#sub1 a,div#sub2 a,div#sub3 a {
	color: black;
	display: block;
	padding: 5px;
	text-decoration: none;
}
div#sub1 a:hover,div#sub2 a:hover,div#sub3 a:hover {
	background-color: #6dcff6;
	color: #ffffcc;
}
div#sub1{
	left: 45px;
}
div#sub2{
	left: 148px;
}
.button {
	width: 48px;
	height: 18px;
	background: url('gfx/button_bg.gif') no-repeat;
	cursor: pointer;
}
.date {
	font-size: 10px;
	color: #b5b5b5;
}
table#fileForm input, table#form input {
	border: 0px;
	font-size: 10px;
	margin: 1px;
	padding: 1px;
	background-color: white;
	border: 1px solid #d5d5d5;

}
table#fileForm td {
	vertical-align: middle;
}
table#form textarea {
	border: 0px;
	font-size: 10px;
	margin: 1px;
	background-color: white;
	overflow: auto;
	height: 80px;
	width: 250px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #d5d5d5;
}
a.readMore {
	display: block;
	background: url('gfx/bullet.gif') no-repeat left center;
	padding-left: 13px;
}