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

p { }

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

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

h3 {
	font-size: 12pt;
	color: #304050;
}
		
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #505060;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #507090;
}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #7080a0;
}

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

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

#container {

}

#searchbar {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	text-align: center;
	background-color: #304050;
	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;
	top: 110px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: nowrap;
	background-image: url(images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: center 31px;
}

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

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

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

