@charset "utf-8";
html, body {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0pt;
	padding: 0pt;
	background-color: #FFF;
}
a {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	outline: none;
}
h1 { font-size: 32px; font-weight: bold; }
h2 { font-size: 28px; font-weight: bold; }
h3 { font-size: 24px; font-weight: bold; }
h4 { font-size: 20px; font-weight: bold; }
h5 { font-size: 18px; font-weight: bold; }
h6 { font-size: 14px; font-weight: bold; }
#topnav #header {
	background: url(../img/logo.png) no-repeat;
	height: 100px;
}
#topnav #header #search {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px;
	height: 24px;
}
#topnav #header #search input#searchtxt {
	width: 200px;
	font: 14px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border: 1px solid #999999;
}
#topnav #nav {
	cursor: default;
	height: 40px;
	text-align: center;
	font-size: 14px;
}
#navul {
	height: 30px;
	list-style-type: none;
	margin: 0pt;
	padding: 12px 0pt 0pt;
	white-space: nowrap;
}
#navul li {
	background-image: none;
	display: inline;
	margin: 0pt;
	padding: 0pt;
}
#navul li:after {
	content: "|";
	color: #CCCCCC;
}
#navul li:last-child:after {
	content: "";
}
#navul li a {
	color: #000000;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
#navul li a:hover {
	background: #DDDDDD none repeat scroll 0% 50%;
	border: 1px solid #999999;
	color: #000000;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	white-space: nowrap;
}
#footer {
	width: 90%;
	color: #000000;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 28px;
}
#cont {
	padding: 10px 10px;
}
input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}
.spaw2 textarea {
	font: 12px "Courier New", Courier, monospace;
}
.conv {
	float: right;
}
.usrimg {
	border: 4px solid #999;
	margin: 2px;
}
.label {
	float: left;
	width: 150px;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
}
form {
	display: inline;
}
.welcomeheader {
	font-size: 18px;
}
.bcsep {
	font-weight: bold;
}
fieldset {
	margin-bottom: 18px;
}
.left_column {
	float: left;
}
.right_column {
	float: right;
}
.qlabel {
	font-size: 16px;
	background-color: #EEE;
	margin-top: 3px;
	padding: 5px;
}
math {
	display: inline;
	font-size: larger;
}