
div#TopLogo, div#CenterContent,div#FootArea {
	width:600px;
	float:left;
} 

div#TopLogo {	
	height:100px; 
	
}

div#topnav   { /* horiziontal top navigation */
	width:600px;
}

div#topnav ul {
 /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
 font-size: 15px;
 color: red;
 line-height: 10px;
 white-space: nowrap;
}

div#topnav ul li {
 list-style-type: none;
 display: inline;
}
div#topnav ul li a {
 text-decoration: none;
 padding: 7px 10px;
 margin: 0 5px;
 color:#CC0000;
/* background: url("images/gradient-topnav.png") repeat-x;*/
float: left;
/*border:#663300 solid 1px;*/
}

div#topnav lia:link {
 color:#CC0000;
}
div#topnav lia:visited {
 color: #CCC;
}
div#topnav ul li a:hover {
 /*font-weight: bold;*/
 color:#CC0000;
 text-decoration:underline;
}

div#topnav#current a{
/*font-weight: bold;*/
 color:#CC0000;
}

div#entry {
}
div#entry ul li{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
 line-height: 15px;
 white-space: nowrap;
 list-style-type: none;
 text-decoration: none;
 /*display: inline;
 float: left;*/
padding: 7px 10px;
}



div#CenterContent {
	height:100%; 	
	
}

div#FootArea {
	height:35px; 
	font-size: 8pt;
} 

hr{	
	height:0px;
	border: 0;
	border-top: 2px solid #CC0000; 
	width:100%;
	align=center;
}

body{
	font-family: Verdana;
	font-size: 10pt;
}

h1{ 
 	font-family: Verdana; 
  	font-size: 20px; 
	font-weight: bold; 
    	color: red;
    	align: center;
} 

fieldset{
	border-color: red;
	border-radius: 7px; 
	-moz-border-radius-bottomleft:7px; 
	-moz-border-radius-bottomright:7px; 
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}






