body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-size: 12px;
	line-height:16px;
	text-align: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
}


a {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #aeaeb6;
	font-weight: normal;
	margin-top:25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display:none;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color:#000000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}


p {
	margin-top: 0px;
	margin-bottom: 15px;
}

div#doc {
	float: none;
	width: 1000px;
	margin: auto;
	text-align: left;
	border: 0px solid #000000;
}

div#header-logo
{
	float:left;
	margin-bottom: 20px;
	margin-right:20px
}

#topmenu {
	float:left;
	color: #ffffff;
	margin: 0px;
	width:760px;
	border: 0px solid #000000;
	background-color:#dedede;
	background: url(../files/top_bck.jpg) repeat-x;
}

#languagebox {
	float:right;
	margin-right:30px;
	line-height:47px;
}

#languagebox #languagelink {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#languagebox img {
	vertical-align: middle;
}

#dropmenudiv {
	position:absolute;
	border:1px solid #adaeb5;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #adaeb5;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #adaeb5;
}




div#content {
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	width: 100%;
}


#maininfo {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:760px;
	border: 0px solid #000000;
}

#introtxt {
	font-size: 14px;
	line-height:18px;
}


div#fp_randomimage {
	float:left;
	display:block;
	width:215px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	border: 0px solid #adaeb5;
}



div#footer {
	background: url(../files/main_bck.gif) repeat-y;
	border-left: 0px solid #adaeb5;
	border-right: 0px solid #adaeb5;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #adaeb5;
	font-size: 10px;
	line-height:12px;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

div#footer a {
	color: #ffffff;
	font-weight: normal;
}

#footer-line {
	clear:both;
	border: 0px solid #00ee00;
	background-color: #850125;
	padding:1px;
	margin-left: 214px;
}

#footer-text {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	border: 0px solid #ee0000;
	width:61%;
}

#footer-links {
	float: right;
	display: inline;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 0px solid #0ee000;
	width:36%;
}

#printlink {
	float: right;
	display:block;
	width:86px;
	border: 0px solid #ffffff;
	vertical-align:middle;
}

#printlink a {
	text-decoration: none;
	vertical-align:middle;
}

#printlink img {
	float:left;
	margin-right:2px;
	margin-left:5px;
	margin-top: -2px;
	padding: 0px;
	border: 0px solid #ffffff;
	vertical-align:middle;
}

#footerlink  a {
	float: left;
	text-decoration: none;
	vertical-align:middle;
}

#loginlink a {
	float: right;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0px;
	border-left: 0px solid #969696;
	vertical-align:middle;
}

#adminlink a {
	float: right;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 5px;
	border-right: 1px solid #969696;
}

#logoutlink a {
	float: right;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0px;
	border-left: 0px solid #969696;
}


label {
	display: block;
	margin-top: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

label.checkbox {
	display: inline;
	font-weight: normal;
}

.inline
{
	display: inline;
}


.inline-labels label
{
	display: inline;
	font-weight: normal;
}

input.text {
	width: 200px;
}

input.small
{
	width: 40px;
}



hr#grey
{
	color: #c4c4c4;
	background-color: #c4c4c4;
	height: 1pt;
}




