/* @override 
	http://localhost:9006/css/screen.css
	http://localhost:9006/css/print.css
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 50%;
	line-height: 1em;
	color: #000000;
	border-top: 10px solid black;
	background-color: white;
}

h1, h2, h3, h4 {
	color: #c58909;
	font-family: arial, serif;
	margin:0;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	line-height: 1;
	padding-bottom:18px;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.1em;
	line-height: 28px;
	margin-top:0;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	line-height: 21px;
	margin:0;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.3em;
	margin:0;
	padding-bottom: 5px;
}

h5 {
	color: #000000;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}


p {
	font-size: 1.2em;
	line-height: 1.6;
	margin:0;
	padding-top:0;
	padding-bottom:10px;
}

a {
	text-decoration: none;
	color:#c58909;
}

a:visited {
	text-decoration: none;
	color:#c58909;
}

a:hover {
	text-decoration: underline;
	color:#c58909;
}


hr {
	background-color: #a5a5a5;
	border: 0px;
	height:1px;
}

img {
	border:0;
	}

input {
	margin: 5px 0;
}


ul {
	margin-top:0;
/*	border: 1px solid #999;*/
}

li {
	font-size: 1.2em;
	line-height: 2;
}

table {
	width: 100%;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.5;
	
}

th {
	vertical-align: top;
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

td {
	vertical-align: top;
}

#main {
	width: 100%;
	background-color: white;
}

#container {
	margin: 0 auto;
	width: 90%;
	padding-bottom: 25px;
}

#header {
	height:140px;
/*	background-color: #00f;*/
	margin:0;
	padding:0 0 0 0;
	line-height:0;
}

#header #screenlogo {
	float: right;
	padding-top: 24px;
	display: none;
}

#header #printlogo {
	float: right;
	padding-top: 1cm;
	width: 5cm;
}

#nav {
	display: none;
	float:left;
	width:190px;
	font-size: 1.3em;
	margin:0;
	padding:0;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	font-size: 1em;
	line-height: 1.4;
	padding-bottom: 15px;
}

#nav a, #nav a:visited {
	color: #000000;
	font-weight: normal;
}

#nav  .selected {
	color: #c58909;
	font-weight: bold;
}

#nav a:hover {
	color: #c58909;
	text-decoration: none;
}

li.sub {
	padding-left: 10px;
}

#content {
	float:right;
	width:100%;
}

#footer {
	width:  90%;
	font-size: 0.8em;
	line-height: 1.5;
	margin:15px auto;
	color:#999999;
	border-top: 1px solid #cccccc;
}

#footer .vcard {
	float: left;
	margin: 10px 64px 30px 0;
}

#footer .org {
	display: none;
}

#footer_right {
	text-align: right;
	margin-top: 30px;
	width:  240px;
	float: right;
}

.websiteby {
	display: none;
	font-size: 1em;
}

#intro {
	width:100%;
}

#intro p {
	font-size:1.6em;
	line-height:1.5;	
	margin:0;
}

#news {
	/*background-color: #DDD;*/
	float:right;
	width:246px;
	margin-left:28px;
	margin-bottom: 3px;
	line-height:150%;
	padding:0 0 10px 0;
	clear:both;
	display: none;
} 

#news p {
	font-size: 1em;
	line-height: 1.5;
}

#news .date, .date {
	font-weight: bold;
	font-size: 1.1em;
	padding:0 0 2px 0;
	margin:0 0 0 0;
}

.news_home {
	margin-bottom: 10px;
}

#archivenav ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

#newsomega {
	width: 310px;
	float:left;
	margin-right:10px;
	margin-top: 20px;
}

#mainsub {
	text-align: right;
	width: 182px;
	float:right;
	margin-top: 20px;
}

#archivenav li {
	padding:1px 0;
	font-size:11px;
}


#contactalpha {
	width: 200px;
	float: left;
}

#contactomega {
	width: 260px;
	float: right;
}

.caption {
	position: absolute;
	font-size: 90%;
	line-height: 11px;
	font-weight: bold;
	padding:5px;
	color: white;
	background-color: #c58909;
	margin-top: -22px;
}

.inlinepic {
	margin-bottom: 15px;
	display: none;
}
