@charset "utf-8";
/* CSS Document */
html {
}
body {
	background-image:url(img/blutextb.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#003366;
	font-family:"Calibri", Arial, helvetica;
	font-size:14px;
	margin:10px 20px;
}
.bodyContent {
	background-image:url(img/blutextb.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#003366;
	font-family:"Calibri", Arial, helvetica;
	font-size:14px;
	margin:auto;
	width: 920px;
}
#OuterWrapper {
	margin:auto;
	width: 920px;
}
.loggedIn {
	padding:0 0 10px 0;
}
.loggedOut {
	background-color:#00BBFF;
	padding:5px 5px 10px 5px;
}
.loggedOut a, .loggedOut a.medBoldTxt {
	color:#FFFFFF;
}
#nav {
}
#topMenu {
	#width:100%;
	background-color:#00BBFF;
	border-bottom:solid thin #000000;
	padding:5px; 
	margin-bottom:10px;
}
#content {
}
a {
	color:#9900FF;
}
a:visited {
	color:#3366FF;
}
a:hover {
}
a:active {
	color:#99CCFF;
}.header {
	font-size: 32px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.biggerTxt {
	font-size: 30px;
}
.medTxt {
	color:#003366;
	font-size: 16px;
}
.errTxt {
	color:#FF0000;
}
.spacer {
	line-height: 10px;
}
.highlightBox {
	background-color: #FFFF00;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 18px;
	border: 1px solid #000000;
}
.redBigTxt {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.redBold {
	font-weight: bold;
	color: #FF0000;
}
.bigBoldTxt {
	font-size: 20px;
	font-weight: bold;
}
.medBoldTxt {
	color:#003366;
	font-size: 16px;
	font-weight: bold;
}
.boldTxt {
	color:#003366;
	font-weight: bold;
}
.smallTxt {
	font-size: 12px;
}
.txtcenter {
	text-align:center;
}
td .smallTxt {
	margin:5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.HeaderBox {
	margin-left:50px;
	width: 800px;
	border: thin solid #00BBFF;
}
.HeaderBox .HeaderBoxImg {
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	padding:3px;
	border: thin solid #FFFFFF;
}
.HeaderBox .HeaderBoxText {
	background: #00BBFF;
	padding:8px;
	border: thin solid #00BBFF;
}
.infoBox {
	background-color:#00BBFF;
	border:solid 1px #000000;
	width:75%;
	margin:auto;
	padding:5px;
}
.boxEm {
	color:#FFFFFF;
	text-decoration:underline;
}
.infoBox table {
	margin:5px auto;
	border:solid 1px #000000;
	padding:5px;
}
a.navLink {
	color:#FFFFFF;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.fakeLink {
	color: #9900FF;
	text-decoration: underline;
	cursor:pointer;
	margin:0;
}
.errorCol {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
}
.sectionTable {
	border: medium solid #0066CC;
	border-collapse:collapse;
	margin:10px auto;
}
.sectionTable tbody td {
	border-bottom:dashed thin #0066CC;
}
.sectionTable tbody tr:first-child td {
	border-top:dashed thin #0066CC;
}
