h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF8206;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
	line-height: .8em;
    margin: 7px 0 13px 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-decoration: none;

}

#welcome a:hover {
	color: #000000;
	background-color: #d0e9f5;
}

#welcome a:link, #welcome a:visited {
	color: #000000;
	}

.nav, .nav a:link, .nav a:active, .nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #d0e9f5;
	display: block;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	}


.nav a:hover {
	color: #bb970a;
	text-decoration: none;
}



.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	font-weight: normal;
	text-decoration: none;

}

.login a:active, .login a:link, .login a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.login a:hover {
	text-decoration: underline;
	color: #d0e9f5;	
}


#container {
	width: 770px;
}

#logo {
	width: 100px;
}

#jar {
	width: 670px;
	height: 500px;
	float: right;
}

#banner {
	width: 670px;
	height: 60px;
	background: url(cssImages/bft_head.jpg) no-repeat;
}



#foot {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px;
	color: #000000;
}


#foot ul {
	padding: 0;
	margin: 0;
}
#foot li {
	display: inline;

}

#foot a:active, #foot a:link, #foot a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00000;
}

#foot a:hover {
	text-decoration: underline;
}



#copyright {
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px;
	color: #000000;
}

#footmenu {
	float: right;
}

#content {
padding: 10px;
}

.bodycontent, .bodycontent a:link, .bodycontent a:visited, .bodycontent a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-decoration: none;

}

.bodycontent a:hover {
	text-decoration: underline;
	background-color: #d0e9f5;
}


#banner ul {
	padding: 0;
	margin: 0;
	float: right;
	margin-right: 10px;
}
#banner li {
	display: inline;
	padding-left: 15px;
}





#banner a:active, #banner a:link, #banner a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#banner a:hover {
	text-decoration: underline;
}


.formdrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	background-color: #d0e9f5;
	border-bottom: solid 1px #fff;
	padding-bottom: 2px;
	height: 18px;
	padding-right: 2px;
	padding-left: 2px;
	width: 115px;
}

#featuredhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #fff;
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;
	padding: 4px 0 0 0px;
	width: 150px;
}

.featured
{
	width: 130px;
	height: 260px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}


.featuredstate a:active, .featuredstate a:visited, .featuredstate a:link
{
	display: block;
	background-color: #d0e9f5;
	border-bottom: solid 1px #fff;
	padding: 0px 0px 0px 10px;
	width: 95px;
	height:14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


.featuredstate a:hover
{
	display: block;
	background-color:#bb970a;
}

div.featuredbg {
    background: url(cssImages/featuredbg.jpg);
	width: 200;
	height: 300;
	padding:0px;
	border:1px solid #999;
	
}

div.featuredbgoutside {
    padding:3px;
	border:1px solid #999;
}

div.featuredin {
    padding:5px;
	
}

/* ---( tables )------------------------------------------ */

.t table {
    border-style: solid;
    border-color: #9F9F9F;
    border-width: 0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;

}

.tblue table {
    width: 100%;
    border-style: solid;
    border-color: #1273BA;
    border-width: 2px;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 5px;
}


.t table td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px #9F9F9F solid;
    padding:3px;
    vertical-align: middle;
}

.tblue table td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border-right: 1px #9F9F9F solid;
    border-bottom: 1px #9F9F9F solid;
    padding:3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}


.t table tr.b, .tblue table tr.b {
    background: #eee;
}

.t table tr.y, .tblue table tr.y {
    background: url(cssImages/yellow_fade.gif) repeat;
}

.t table tr.sortableotals {
    font-weight: bold;
    border-top: 1px #9F9F9F solid;
    background: url(cssImages/yellow_fade.gif) repeat;
}



.t table th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px #9F9F9F solid;
    border-top: 1px #9F9F9F solid;
    padding: 3px;
    vertical-align: middle;
    background: url(cssImages/orange_fade.gif) repeat;
    color: #000;
}


.t table tr.bott th {
    vertical-align: bottom;
}

.tblue table th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;

    color: #fff;
}


.t table th a:active, .t table th a:link, .t table th a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.t table th a:hover {
    text-decoration: underline;
    color: #900;
}

.t table tr.sortbottom {
    font-weight: bold;
}

.t table tr.sortbottom td {
    border-bottom: 0;
}

.t table tr.sortbottom td {
    text-align: center;
}










/* ---( forms )------------------------------------------ */

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt;
    color: #000000;
	width: 115px;
    text-decoration: none;
    background: url(cssImages/grey_fade.gif) repeat;
    border: 1px #000 solid;
}


form {
    margin: 0;
    padding: 0;
}


select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

select.wide {
	width:150px;
}

select.med {
	width:135px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


input.large {
    width: 382px;
}

input.small {
    width: 65px;
}

input.smaller {
    width: 40px;
}


input.smallest {
    width: 15px;
}

label {
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

#search {	
	width: 430px;
}

#quickList {
	width: 200px;
	float: right;
}

/* -- mike -- */

#content {
	padding:3px;
	margin:auto;
}

#content table#contentTable {
	margin-top:15px;
	width:100%;
	border-collapse: collapse;
}

#content table#contentTable td {
	vertical-align:top;
}

#content div.content {
	padding:5px;
	border:1px solid #999;
	margin: 10px;
	padding: 5px 0 0 0px;
}

#content table#greybg {
	padding:5px;
	border-bottom:1px solid #999;
	background-color: #fafafa;
	margin:0 10px 10px 0;
}

#content div.greybg {
	padding:5px;
	background-color: #fafafa;
}

#content table#greybg td {
	padding:5px;
	border-bottom:1px solid #999;
}

#content div.borderless {
	padding:0 0 0 0;
	margin:0 30px 0 0;
}

#content h2 { 
	margin:0 0 0 0; 
	padding:0;
	font-size:18px; 
	line-height: 26px;
	font-weight:normal; 
}

#content h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

#content h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

#content p, li {
	font-size:12px;
	line-height:16px;
}

#content li {
	margin-bottom:5px;
}

#content p.imgCaption { 
	text-align:center;
	margin:0;
	padding:0;
}

#content a:link, a:active, a:visited {
	color:#3366FF;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:underline;
	color: #000;
	background-color: #d0e9f5;
}

#content a.big:link, a.big:active, a.big:visited {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#content a.big:hover {
	text-decoration:none;
	color: #000;
}
.indent {
	margin-left: 15px;
}

.disclaimer {
	font-size: 10px;
}

.grey {
	background-color: #f3f3f3;
	}