html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

body {
	width: 99%;
	font-size: 62.5%;
	font-weight: normal;
	line-height: 1.8em;
	background-color: #142142;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E7E8;
}

a {
	color: #a56a20;
	text-decoration: none;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-size: 1.6em;
    line-height: 2.0em;
	margin: 0;
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
}

input {
	color: #b8b3ad;
}

p {
	font-size: 1.2em;
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 0px;
	}

td {
  font-size: 1.2em;
  padding-right: 8px;
  vertical-align: top;
}

ul {
	padding-left: 15px;
	font-size: 1.2em;
	margin: 0px 0 20px 0;
}

#main {
    position: relative;
	width: 800px;
	margin: 0px auto;
}

#main div {
	padding: 0 18px 0 36px;
	margin-bottom: 25px;
}

#header {
	float: left;
}

#pics {
	clear: both;
	height: 382px;
	padding-left: 0 ! important;
	background: url(../images/picsbg.png) no-repeat #142142;
}

#trunk {
   /*border: 1px solid red;*/
}

#updates {
	float: right;
}

div#col1, div#col2  {
	margin-top: 5px;
}

div#col1 {
	float: left;
	width: 48%;
	padding: 0;
    /*border: 1px solid red;*/
}

div#col2 {
	float: right;
	width: 48%;
	padding: 0;
	margin-right: 0px;
    /*border: 1px solid red;*/
}

div.attn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #606B8C;
	padding: 9px 10px 10px 10px ! important;
}

div.heading {
	padding: 0 ! important;
	margin-bottom: 10px ! important;
}

span.nw {
	white-space: nowrap;
}

.nmc {
	font-family: "Times New Roman", Serif;
	font-style: italic;
}

.aright {
	text-align: right;
    padding-right: 0px;
    }

#navbar {
    height: 25px;
    background-image: url(../images/menubackground.png);
}

#nav {
    margin: 0;
    padding: 0;
}

#nav li {
    height: 25px;
    width: 80px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
    float: left;
    background-image: url(../images/notselected80.png);
}

#nav li.itasca {
    float: right;
    width: 135px;
    background-image: url(../images/i_notselected.png);
}


#nav li.selected {
     background-image: url(../images/selected80.png);
}

#nav li a {
   color: #E6E7E8;
   text-decoration: none;
}

#nav li a:hover {
   color: #ffffff;
   text-decoration: none;
}

#footer p {
    border-top: 1px solid #E6E7E8;
    color: #E6E7E8;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 45px;
    padding-bottom: 0;
    padding-top: 9px;
}

#regform p#total {
    font-weight: bold;
    color: white;
}


#regform input {
    margin-top: 0px;
    padding-top: 0px;
    color: black;
}

#regform legend {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    background-color: #8790a9;
    padding: 0 10px 0 10px;
	*margin-top: -20px;

}


#regform fieldset {
    background-color: #606b8c;
    border: none;
    padding: 6px 12px 6px 12px;
    font-size: 10pt;
    margin-bottom: 20px;
    *margin-bottom: 30px;
	*margin-top: 10px;
}

#regform fieldset p {
    font-size: 10pt;
    margin: 8px 0px 8px 0px;
}

#regform table {
    margin: 8px 0px 8px 0px;
}


#regform td {
    font-size: 10pt;
    /*border: 1px solid red;*/
    vertical-align: top;
    padding: 2px;
}