body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #494949;
	background-image: url('gfx/body_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 138px;
}
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: #f58c23;
	margin-bottom: 14px;
}
h2 {
	font-size: 14px;
	color: #f58c23;
	display: block;
	height: 25px;
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 14px;
}
div#main {
	margin: auto;
	width: 780px;
	position: relative;
}
div#topMenu {
	margin-top: 39px;
}
div#topMenu a {
	color: white;
	display: block;
	float: left;
	border-right: 1px solid white;
	width: 90px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
div#topMenu a:hover {
	background-color: #ee9135;
}
div#rightNav {
	position: absolute;
	top: 100px;
	right: 16px;
	width: 232px;
	background: white url('gfx/rightnavigation_bg.gif') repeat-y;
}
div#rightNavContent {
	margin: 18px;
}
div#rightNavContent input {
	background-color: #edf0f2;
	border: 0px;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}
div#content {
	float: left;
	margin: 20px 0px 0px 10px;
	width: 510px;
	line-height: 15px;
}
div#footer {
	background: url('gfx/footer_bg.gif') repeat-x bottom;
	height: 38px;
	clear: both;
	margin-bottom: 15px;
}
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;
}
/* SUBMENU */
div#sub1{
	padding: 1px;
	padding-top: 6px;
	position: absolute;
	left: 90px;
	top: 162px;
	visibility: hidden;
	width: 100px;
	border: 1px solid #9fa4ae;
	border-top: 3px solid #008ad9;
	background-color: #ffffff;
	filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
}
div#sub1 a {
	color: black;
	display: block;
	padding: 5px;
	text-decoration: none;
}
div#sub1 a:hover {
	background-color: #f58c23;
}
.button {
	width: 44px;
	height: 15px;
	border:0px;
	background: url('gfx/button_bg.gif') no-repeat;
	cursor: hand;
}
.date {
	font-size: 10px;
	color: #b5b5b5;
}
table#fileForm input, table#form input {
	border: 0px;
	font-size: 10px;
	margin: 1px;
	padding: 1px;
	background-color: #edf0f2;

}
table#form textarea {
	border: 0px;
	font-size: 10px;
	margin: 1px;
	background-color: #edf0f2;
	overflow: auto;
	height: 80px;
	width: 250px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;

}