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

p { }

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

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

h3 {
	font-size: 11pt;
	color: #304040;
}

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

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

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

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

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

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

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

.menu {
	font-size: 8pt;
}

#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 {

}
#tools a
{
	font-size: 10px;
}

#contentAd {

}

#rightColumn {
	padding: 0px 5px 5px 15px;
}
#rightColumn a
{
	font-size: 10px;
}

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

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

