html {width:100%}
body {background: white; font-size: 12pt;}
img {border: 0;}
.menu {display: none;}
.hidden {display: none;}
.container {width: 100%; text-align:left;}

#header {width: 980px; height: 118px; margin-top: 25px; }
#picturearea {width: 100%; background-color: #5f9fc6; height: 350px; border-bottom: 1px solid #fefee1;}
#picture {width: 980px; padding-top: 14px; margin-left: auto; margin-right:auto;}
#about {width: 63%; float: left;}
#news {width: 32%; float: right; padding-left: 20px;}
#footerwrapper {width: 100%; height: 150px; float: left; border-top: 1px solid #fefee1;}
#footer {width: 100%; height: 130px; font-family: serif; font-size: 12px; line-height: .3em; padding-top: 15px; margin-left: auto; margin-right: auto;}
#footeraddress {width: 100%; color: #2c2c2c; line-height: 1.2em;}
#footerlinks {width: 100%;}
#footer img {display: none;}
.halfleft {width: 43%; float: left; margin-right: 40px;}
.halfright {width: 43%; float: left;}
.full {width: 98%; float: left;}
#printform {width: 98%; float: left; page-break-before: always;}
#printreg {width: 98%; float: left; page-break-before: always; margin-top: 20px;}
#reghalfleft {width: 70%; float: left;}
#reghalfright {width: 70%; float: left;}
.trspacer {padding-top: 20px;}
.team {width: 99%; float: left; margin-top: 20px;}
.teaminfo {width: 20%; float: left;}
.team img {border: 5px solid #2c2c2c;}
.topspacer {margin-top: 55px;}
.downloads {background-color: #fefee1; padding: 10px 10px 1px 10px; margin-bottom: 10px; color: #2c2c2c;}
.downloads a {color: #2c2c2c;}
.screenonly {display: none;}

/* Forms */
label {font-weight:bold; float: left;}
fieldset {padding:1.4em; margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input {float: right;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:220px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:410px;height:150px;padding:5px; float: right;clear: both;}
select {width:290px; float: right; margin:1em 0;border:1px solid #bbb; }
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Common clear and float classes */
.clear {clear:both;}
.right {float: right;}
.left {float: left;}
