html {
height: 101%;
text-align: left;
}

body {
margin: 0px auto;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #666666;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #666666;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 130%;
margin-top: 0px;
margin-bottom: 0px;
color:#666666;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 160%;
margin-top: -3px;
margin-bottom: 0px;
color:#666666;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 120%;
margin-top: 0px;
color: #666666;
}
h3.blue {
color: #006dba;
margin-bottom: -12px;
}
h3.orange {
color: #ff6d06;
margin-bottom: -12px;
}
h3.blue2 {
color: #006dba;
}
h3.orange2 {
color: #ff6d06;
}

img {
border: 0px;
}

a {
color: #08569E;
text-decoration: underline;
}

a:hover, a:active {
color: #CC6600;
text-decoration: underline;
}

#tnav {
display: block;
width: 760px;
}

#navlinks a {
position: relative;
vertical-align: bottom;
bottom: 5px;
padding: 5px 10px 5px 10px;
border-right: 1px dashed #CCCCCC;
}

#navlinks a:hover, #tnavitems a:active {
color: #cc5705;
text-decoration: underline;
background-color: #f6f6f6;
border-top: 1px solid #e1e1e1;
}

#navlinks .select {
position: relative;
bottom: 5px;
padding: 5px 10px 5px 10px;
color: #8c8c8c;
border-right: 1px dashed #CCCCCC;
border-top: 1px solid #999999;
background-color: #f6f6f6;
}

#navlinks .end {
position: relative;
bottom: 5px;
padding: 5px 10px 5px 10px;
font-size: 12px;
border-right: 1px dashed #CCCCCC;
}

#logo{
float: left;
}

#longbar {
display: block;
height: 30px;
background-image: url('/images/sponsoredblue.jpg');
}

#container {
width: 760px;
padding-top: 25px;
}

/* Title and Tour */
#title {
display: block;
text-align: left;
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px dashed #666666;
}

#tour {
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


/* Content */
#content {
min-height: 320px;
float: left;
width: 529px;
text-align: left;
padding: 0 10px 0 0;
}

#contentnonav {
text-align: left;
}

#scrollbar 
{
	width: 500px;
	height: 200px;
	margin: 5px;
	border: 0px;
	overflow: auto;
	text-align: left;
}
#scrollbarcontent
{
	height: 155px;
	width: 500px;
	margin: 10px;
	border: 0px;
}

#nav {
display: block;
float: right;
text-align: left;
width: 210px;
margin: 0 0 0 10px;
}

#nav .item a {
display: block;
padding: 3px 5px 4px 10px;
color: #08569E;
border: 1px solid #FFFFFF;
}

#nav .item a:hover, #nav .item a:active {
display: block;
color: #CC6600;
background-color: #f6f6f6;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

#nav .itemselected {
display: block;
padding: 3px 5px 4px 10px;
color: #8c8c8c;
background-color: #f6f6f6;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}

#nav .item2 a {
display: block;
padding: 3px 5px 4px 30px;
color: #006dba;
border: 1px solid #FFFFFF;
}

#nav .item2 a:hover, #nav .item2 a:active {
display:block;
color: #CC6600;
background-color: #f6f6f6;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

#nav .item2selected {
display: block;
padding: 3px 5px 4px 30px;
color: #8c8c8c;
background-color: #f6f6f6;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}

/* Footer */

#footer_container {
display: block;
width: 760px;
padding: 20px 0 20px 0;
clear: both;
}

#footer_container .footer {
	padding-top: 5px;
	border-top: 1px dashed #666666;
	text-align: center;
	color: #666666;
	clear: both;
}
#container #nav .item .item #tour {
	height: 100px;
}

