/* GENERAL */

body {
	min-width:800px;
	height:100%;
	background:#000000 url(./images/background.jpg) repeat-x;
	font-family: verdana, arial, tahoma, helvetica;
	color: #000000;
	font-size: 8pt;
	margin:;
}

table, tr, td{
	vertical-align:top;
}

input, textarea, select{
	font-family: verdana, arial, tahoma, helvetica;
	color: #000000;
	font-size: 8pt;
}

img {
	border:0px none;
}

form, ul {
	margin: 0px;
	padding: 0px;
}

/* LINKS */

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

a:hover, a:active{
	color: #999999;
	text-decoration: underline;
}

a.link_topnav:link, a.link_topnav:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

a.link_topnav:hover, a.link_topnav:active {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a.link_copyright:link, a.link_copyright:visited {
	color: #FFFFFF;
	text-decoration: underline;	
}

a.link_copyright:hover, a.link_copyright:active {
	color: #999999;
	text-decoration: underline;
}

a.link_name:link, a.link_name:visited {	
}

a.link_name:hover, a.link_name:active {
}

/* DIV */

#mainwrap {
	width:800px;
	padding: 0px;
	margin: auto;
	background:#FFFFCC;
}

#wrap{
	background: ;
}

#header {
	background:;
}

#topnav {
	background: url(./images/topnav_bg.jpg) repeat-x;
	text-align: center;
	line-height: 35px;
}

#lpanel {
	float:left;
	width:150px;
	padding: 5px 0px 5px 5px;
	background:;
}

#mpanel {
	float:left;
	width:480px;
	padding: 5px 5px 5px 5px;
	background:;
}

#rpanel {
	float:right;
	width: 150px;
	padding: 5px 5px 5px 0px;
	background:;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
}

#copyright {
	background: url(./images/copyright_bg.jpg) repeat-x;
	padding: 0px;
	line-height: 50px;
	text-align:center;
	color: #FFFFFF;
}

#clear {
	clear:both;
}

#headings {
	background: #CC0000 url(./images/headings_bg.jpg) repeat-x;
	color: #FFFFFF;
	padding:5px;
	text-align:;
	line-height: 15px;
	font-weight:bold;
}

/* LISTS */

#list_topnav li{
	display: inline;
}

#ulist {
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
	list-style-position: outside;
	line-height: 20px;
	list-style-image:none;
}

#link_list {
	margin:0px 0px 10px 20px;
	padding:0px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image:url('./images/dot.gif');
}

/* GENERAL TEXTS */

#message {
	color: green;
}

#error {
	color: #FF0000;
}

#link_url {
	color: green;
	font-style: italic;
}

#link_stats {
	color: #999999;
	font-style: italic;
}