@import "menu.css";

body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", helvetica, arial, sans-serif;
	color: #000;
}

a {
	text-decoration: underline;
	color: #000;
}

a:active, a:focus {
	outline: 0;
}

h3 {
	font: 16px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
}

h2 {
	margin: 7px 0;
	font: 18px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}

ul.pdf {
	margin: 7px 0;
	list-style-image: url('../images/file_acrobat.gif');
}

#navbar fieldset a{
	color: #16D5FC;
	font-weight: bold;
}


ul.pdf li a {
	margin-left: 5px;
	vertical-align: top;
}

#pagewrap {
	margin: 0 auto;
	width: 980px;
	height: auto;
	text-align: left;
}

#header {
	padding: 10px 5px 10px 0;
	width: 960px;
	background-color: #FCE816;
	float: left;
	clear: both;
}

.logo_left img {
	margin: 0 0 0 5px;
	float: left;	
}

.logo_right {
	width: 200px;
	float: left;
}

.header_text {
	margin: 5px 0 0 0;
	width: 480px;
	font: 14px "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00487D;
	text-align: center;
	float: left;
}

.header_text p {
	margin: 15px 0 0 0;
}

.header_text a {
	font-size: 14px;
	color: #00487D;
}

#pagecontainer {
	width: 980px;
	height: 100%;
	display: inline;
	clear: both;
}

#navbar {
	margin: 0;
	width: 180px;
	min-height: 640px;
	float: left;
}

*html div#navbar { 
   height: expression( this.scrollHeight < 641 ? "640px" : "auto" ); /* sets min-height for IE */
   min-height: 640px; /* sets min-height value for all standards-compliant browsers */
}

#organizer {
	padding: 0 0 30px 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#organizer h3 {
	margin-top: 0;
	letter-spacing: 2px;
}

#content {
	padding: 0 15px 10px 15px;
	width: 600px;
	float: left;
}

#content h1 {
	font: 20px "Trebuchet MS", helvetica, arial, sans-serif;
}

/* breadcrumb  */
.table_breadcrumb {
	margin-left: -5px;
	padding: 10px 0 15px 0; 
	font-weight: bold;
	}

#breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: underline;
	color:#000;
}

#breadcrumb a:hover, #content #breadcrumb a:active {
	font-weight: bolder;
}
/* end breadcrumb  */

.new {
	background-color: #dff2fd;
}

.important {
	margin: 0 auto;
	padding: 5px;
	width: 380px;
	background-color: #FFFAA5;
	border: 1px solid #BA5D30;
}

.important img {
	margin-right: 10px;
}

a.important_reg {
	padding: 3px;
	background-color: #DDEADD;
	border: 1px solid #7AAF7B;
	text-decoration: none;
}

.errors {
	margin: 15px auto 0;
	width: 610px;
	color: #800000;
}

#sponsors {
	padding:	30px 0 0 0;
	width: 150px;
	float: left;
	text-align:center;
}

#sponsors img{
	margin:	20px 0 0 0;
}

#footer {
	height: 30px;
	width: 100%;
	background: #00487D;
	font-size: 10px;
	text-decoration: none;
	clear: both;
	float: left;
}

#note {
	margin: 10px 15px 10px 195px;
	height: 30px;
	width: 770px;
	background: #FFF;
	font-size: 12px;
	clear:both;
}
	
.credits a {
	margin: 10px 15px 0 0; 
	color: #fff;
	text-decoration: none;
	float: right;
}

.blue {
	color: #003186;
}

/***  On-line Membership form  ***/
form#app-form .form-row{
	width: 550px;
	margin: 0 0 5px 0;
	float: left;
	clear: left;
}

form#app-form .left-col, form#app-form label {
	width: 220px;
	float: left;
}

form#app-form .right-col {
	float: left;
}

form#app-form input, form#app-form select {
	width: 260px;
	border: 1px solid #ccc;
}

form#app-form input[name="vericode"] {
	width: 146px;
}

form#app-form input[type="radio"] {
	width: auto;
	border: none;
}

form#app-form input#submit {
	padding: 3px 10px;
	width: auto;
	border: none;
}

