html { 
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-size: 13px;
}

body {    
	font-size: 13px;
	font-family: tahoma,arial,helvetica,sans-serif;
	color: #000000;  
	padding: 0px;
	margin: 0px;  
	width: 100%;
	min-height: 100%;
	height: 100%;
	min-width: 1000px;
	background: url('images/bgr.jpg') left top repeat-x;  
	background-color: #F3F4F5;
}


table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 10px;
}

#body {
	width: 900px;
	padding: 50px;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0px;
}

p {
	margin: 10px 0;
	text-align: justify;
}

h1 {
	font-family: verdana,sans-serif;
	font-size: 13pt;
}

#navmenu {
	margin: 10px;
	font-size: 13pt;
}

#menu {
	font-weight: bold;
	color: #6580b5;
}

#banner {
	border: #000000 double 3px;
}

#content {
	text-align: justify;
}

#footer {
	font-size: 11px;
	color: #959595;
	text-align: right;
}

#footertext {
	background: url('images/bottom.png') left top no-repeat;
	width: 750px;
	height: 115px;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 11px;
}