/* basic elements */
body {
	font: 10pt/16pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	background-color: #ffffff;
	background-image: url();
}

p { }

h1 { 
	font-size: 14pt;	
	color: #000;
}

h2 { 
	font-size: 13pt;	
	color: #204050;
}

h3 {
	font-size: 12pt;
	color: #204050;
}
		
a:link {
	text-decoration: none;
	color: #6090b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited { 
	text-decoration: none; 
	color: #6090b0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #80b0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

legend { 
	color: #204050;
	font-weight: bold;
}

#searchbar a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
#searchbar a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	font-size: 12px;	
}
#searchbar a:hover, #searchbar a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #e0f0f0;
	font-size: 12px;	
}

#topnav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
#topnav a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	font-size: 12px;	
}
#topnav a:hover, #topnav a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #e0f0f0;
	font-size: 12px;	
}

#container {
	width: 800;
	background-color: #006699;
}

#searchbar {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #6090b0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

#logo {
	position: absolute;
	z-index: 0;
	top: 30px;
	text-align: left;
	margin: 10px;
	background-color: #FFFFFF;
}

#top-menu {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 80px;
	text-align: center;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	margin-left: ;
}

#topnav {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #6090B0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

#menu {
	position: absolute;
	z-index: 0;
	width: 20%;
	top: 70px;
	left: 1%;
	text-align: left;
}

#header1 {
	position: absolute;
	z-index: 0;
	width: 53%;
	top: 90px;
	left: 23%;
	text-align: left;
}

#content {
	position: absolute;
	z-index: 0;
	width: 53%;
	top: 130px;
	left: 23%;
	text-align: left;
	border: 0px solid #FF0000;
}

#tools {
	float: right;
	padding: 5px;
}

#contentAd {

}

#rightColumn {
	position: absolute;
	z-index: 0;
	width: 20%;
	top: 150px;
	left: 78%;
	text-align: left;
}

#footer {
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
	top: 2000px;
}

.outline {
	border: 1px solid #000000;
}
