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

p { }

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

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

h3 {
	font-size: 11pt;
	color: #303050;
}
		
a:link {
	text-decoration: underline;
	color: #204050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited { 
	text-decoration: underline; 
	color: #606080;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #606070;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

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

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

#container {

}

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

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

.menu {
	font-size: 8pt;
}

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

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

#tools {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}

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

#top-sense {

	position: absolute;
	z-index: 0;
	top: 100px;
	text-align: center;
	width: 100%;
	text-align: center;
}

