﻿body {
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	color: #000;
	margin: 5px 20px;
}

#header_logos { padding-bottom: 15px; }

#header_navbar { 
	padding: 0.3em 0em; 
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	clear: both;
}

#pageheader {
	font-size: 165%;
	font-weight: bold;
	color: #339;
}

#news {
	margin: 20px 20px 10px 380px;
	border: solid 2px #39f;
	padding: 0px 10px;
}

#intro { margin: 10px 20px 10px 380px; }

img {
	border: 0px;
}

div.login /* log in form wrapper */
{
	width: 19.5em;
	border: 1px solid #aaa;
	background-color: #e7e7e7;
	padding: 3px;
	font-size: 80%;
	clear: right;
}

input { font-size: 10pt; }

input.small { font-size: 90%; }

hr { clear: both;
	 margin: 5px 0px 3px 0px;
}

.left { float: left;
		margin: 5px 10px 2px 2px;}
		
.right { float: right;
		 margin: 5px 2px 2px 10px; }

.close { margin: 5px 2px 2px 2px; }

.wrapper { padding: 3px; }

.nobr { display: inline-block; }

dt { font-weight: bold; 
     margin-bottom: 0.5em;
}

img.icon { margin: 8px; 
	vertical-align: middle; }


a {
	color: #33c;
	clear: none;
	display: inline-block;
}

a.menu {
	text-decoration: none;
	border-width: 2px;
	border-color: #99f #006 #006 #99f;
	border-style: solid;
	padding: 2px;
}

.active {
	font-weight: bold;
}

a[class~="menu"][class~="active"] {
		border-color: #006 #99f #99f #006;
}

h1, h2, h3, h4, h5, h6 {
	color: #69c;
	font-weight: bold;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 {
	font-size: 110%;
	font-style: italic; 
}



h5 { font-size: 100%; }
h6 {
	font-size: 90%;
	font-style: italic;
}


sup {
	font-size: 50%;
	font-weight: bold;
}

.smallfont { font-size: 80%; }

#currentoptions, #footerlinks {
	font-size: 80%;
}

th, td {
	padding-left: 5px;
}

th { text-align: center;
	 color: #369;
	 font-weight: bold;
}

td { text-align: right; 
	padding-right: 5px;
}

th.rowheader 
{
	text-align: left;
	font-weight: normal;
}

table { font-size: 90%; width: 90%; }

.tablesubheader {
	font-weight: bold; 
	text-align: left;
}

.optlink {
	padding-right: 15px;
}

.standout { color: #39f; }
.warning { color: #c33; }

#viewit {
	width: 400px;
	float: right;
	font-weight: bold;
}

#viewit div {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

blockquote {
	margin-left: 5em;
	margin-right: 5em;
}