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

p { }

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

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

h3 {
	font-size: 12pt;
	color: #333333;
}

h4 {
	font-size: 10pt;
	color: #333333;
}		
		
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336699;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336699;
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #336699;
}

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

#container {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -395px;
}

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

#logo {
	position: absolute;
	z-index: 0;
	top: 3em;
	text-align: left;
	margin: 10px;
}

#topnav {
	position: absolute;
	top: 7em;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 100%;
	white-space: nowrap;
}

#menu {
	position: absolute;
	z-index: 0;
	width: 22%;
	top: 10em;
	left: 1%;
	text-align: left;
}

#header1 {
	position: absolute;
	z-index: 0;
	width: 75%;
	top: 10em;
	left: 25%;
	text-align: left;
}

#content {
	position: absolute;
	z-index: 0;
	width: 75%;
	top: 14em;
	left: 25%;
	text-align: left;
	border: 0px solid #FF0000;
}

#tools {

}

#contentAd {

}

#rightColumn {
	padding: 0px 5px 5px 15px;
}

#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;
}

.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    text-decoration: underline;
}

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


