body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #CC0000;
	scrollbar-face-color: #CC0000;
	scrollbar-3dlight-color: #BB0000; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #CC0000;
	margin: 10px;
	min-width: 800px;
	background-color: #000000;
}

table, tr, td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

h2 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: underline; 
	color: #000000;
}	

a:visited {
	text-decoration: underline; 
	color: #CC0000;
}

a:active {
 	text-decoration: underline; 
 	color: #000000;
}

a:hover {
 	text-decoration: 
 	underline; color: #000000;
}

.topnavilinks {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

a.topnavilinks {
	text-decoration: none; 
	color: #FFFFFF;
}

a.topnavilinks:visited {
	text-decoration: none; 
	color: #FFFFFF;
}

a.topnavilinks:active {
	text-decoration: none; 
	color: #FFFFFF;
}

a.topnavilinks:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

.red {
	color: #CC0000;
}

.copyright {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#page {
	width: 800px;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}

#header {
	width: 800px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-color: #CC0000;
}

#titlebar {
	width: 800px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	background-color: #CC0000; 
}

#topnavibar {
	width:800px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #CC0000;
}

#centerpart {
	background-color: #FFFFFF; 
}

#leftpart {
	float: left;
	background-color: #FFFFFF; 
}

#leftpic {
	width: 200px;
	background-color: #FFFFFF; 
}

#leftnavibar { 
	/* width: 199px; */
	margin: 1px; 
	padding: 10px; 
	border: 1px solid #000000; 
	background-color: #FFFFFF; 
}

#rightpart {
	float: right;
	margin: 1px 1px 1px 0px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF; 
}

#breadcrumbs { 
	/* width: 573px; */ 
	height: 30px; 
	background-color: #FFFFFF; 
}

#content { 
	/* width: 573px; */ 
	background-color: #FFFFFF; 
}

#footer {
	width: 800px;
	height: 15px;
	background-color: #CC0000;
	text-align: center;
	clear: both;
}

/*
	Hacking some widths... 
*/

/* IE */
#leftnavibar { width: 199px; }
#breadcrumbs { width: 574px; }
#content { width: 574px; }

/* Mozilla and others */
html>body #leftnavibar { width: 177px; /* min-height: 258px; */ }
html>body #breadcrumbs { width: 576px; }
html>body #content { width: 576px; /* min-height: 391px; */ }



