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

p { }

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

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

h3 {
	font-size: 12pt;
	color: #303040;
}
		
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #101020;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #807080;
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #707080;
}

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

#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: #FFFFFF;
	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: #FFFFFF;
	font-size: 12px;	
}

#container {

}

#searchbar {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #707080;
	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;
}

#topnav {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #707080;
	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: 110px;
	left: 1%;
	text-align: left;
}

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

#content {
	position: absolute;
	z-index: 0;
	width: 53%;
	top: 185px;
	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;
}

.menu {
	font-size: 8pt;
    text-decoration: underline;
    font-weight:normal;
    font-size: 8pt;  
    margin: 5px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #101020;
	text-decoration: underline;
	font-weight:normal;
	font-size: 8pt;
	margin: 10px;
}
a.menu:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #101020;
  text-decoration: underline;
  font-weight:normal;
  font-size: 8pt;  
  margin: 10px;
}
a.menu:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #101020;
  text-decoration:underline;
  font-weight:normal;
  font-size: 8pt;   
  margin: 10px; 
}

