#header {
	width: 704px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#head {
	float: right;
	width: 135px;
	height: 100px;
	clear: right;
	margin-top: 80px;
	margin-right: 10px;
}
#wrapper {
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_03.png);
	background-repeat: repeat-y;
}


*{ margin:0px; padding: 0px; }

#nav {
	font-family: arial, sans-serif;
	position: relative;
	width: 704px;
	height:35px;
	font-size:11px;
	color:#000;
	margin-right: auto;
	margin-left: 20px;
	float: left;
}

#banner {
	width: 829px;
	margin-right: auto;
	margin-left: 22px;
	float: left;
	text-align: right;
}
#innerwrapper {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 527px;
	float: left;
}
#side {
	float: right;
	width: 302px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}#footer {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#main_txt {
	float: left;
	width: 525px;
}
#blockages {
	float: left;
	width: 241px;
}
#blockages2 {
	float: right;
	width: 235px;
	padding-right: 30px;
}
#newsletter {
	width: 280px;
	float: right;
}
#follow {
	width: 280px;
	float: right;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}.Titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.Titles2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.PADDED {
	margin: 8px;
}
.drop {
	background-color: #CCC;
	background-image: url(images/orange.png);
}
.select {
	float: left;
	width: 170px;
	padding-left: 10px;
	margin-left: 10px;
}
.text {
	padding-left: 0px;
	margin-left: 5px;
	line-height: 15px;
}
#news_sub {
	line-height: 20px;
}
#padded {
	margin: 5px;
}
.textCopy {
	padding-left: 0px;
	margin-left: 25px;
	line-height: 15px;
}
.Titles2padding {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-indent: 2px;
	margin-left: 10px;
}
.ratestable {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
	border: thin solid #FFF;
	display: block;
}
.ratestableTitles {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.ratestablesideT {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-left-color: #000;
	text-indent: 0px;
	border-right-width: thin;
	border-left-width: thin;
}
.ratestablesidestroke {
	padding: 0px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.ratestablesideorange {
	padding: 0px;
	margin: 0px;
	background-color: #fc8330;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.Titles2Copya {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.blackboder {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}
.blackboderCopy {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
.ratestablesideTCopy {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-indent: 10px;
	background-color: #F68538;
	border: thin solid #000;
}
.aa {
	color: #D56316;
}
.ratestablesideorangeCopyaa {
	padding: 0px;
	margin: 0px;
	background-color: #fc8330;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #fc8330;
}
.ratestablesidestrokeCopyaa {
	padding: 0px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #EC6E18;
}
.ratestablesideTCopyaa {
	padding: 5px;
	margin: 5px;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #F68538;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-indent: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
}

