body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
}

h1 {
	font-family: times, serif;
    font-size: 200%;
    color: #335888;
    font-weight: normal;
    margin-top: 0;
    width: 500px;
}

h2 {
    font-size: 100%;
    color: #335888;
    font-weight: normal;
    margin-top: 0;
}

fieldset {
	border: 0;
}

a {
	color: #335888;
}

td {
	vertical-align: top;
}

.clearall {
	height: 1px;
    clear: both;
}

a.pdf {
	background: url(../graphics/pdf.gif) no-repeat;
    padding-left: 20px;
    height: 20px;
}
a.doc {
	background: url(../graphics/doc.gif) no-repeat;
    padding-left: 20px;
    height: 20px;
}

#header {
	height: 146px;
    background: #002e6a url(../graphics/banner_left.jpg) no-repeat;
    border-left: 11px solid #002e6a;
}

#printbanner {
	display: none;
}

#banner {
	height: 124px;
	background: url(../graphics/random/top_random3.jpg) no-repeat 395px 0;
}

#topbar {
	height: 22px;
	background: white url(../graphics/topbar.gif) no-repeat;
}

#wrapper {
	width: 785px;
    border-left: 11px solid #002e6a;
    background: url(../graphics/sidebar.gif) repeat-y;
}

#sidebar {
	float: left;
    width: 155px;
    background: #e6dda4;
}

#navigation ul {
	margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}
#navigation ul ul {
	border-bottom: 0;
}
#navigation li {
	list-style-type: none;
}
#navigation li a {
	border-top: 1px solid white;
    line-height: 12px;
    color: #856c00;
    display: block;
    padding-left: 23px;
    padding-top: 2px;
    font-size: 80%;
    text-decoration: none;
}
* html #navigation li a {
	zoom: 1;
}
#navigation li a:hover {
	background: #dbd089;
}
#navigation li.nav_active a, #navigation li.nav_active a:hover {
	background: white url(../graphics/nav_arrow.gif) no-repeat 12px 3px;
}
#navigation li.nav_active li a {
	background: #efeacb;
    padding-left: 33px;
}
#navigation li.nav_active li a:hover {
	background: #dbd089;
}
#navigation li.nav_active li.nav_active a, #navigation li.nav_active li.nav_active a:hover {
	background: white url(../graphics/nav_arrow.gif) no-repeat 22px 3px !important;
}

#main {
	margin-left: 155px;
    padding: 37px 22px 0;
    background: url(../graphics/content.gif) no-repeat top left;
    min-height: 664px;
}
* html #main {
	background-position: top left;
    height: 664px;
}

#content {
	padding-right: 30px;
}
* html #content {
	position: relative;
    z-index: 2000;
}

#keywords {
	border: 1px solid #856c00;
    height: 19px;
    margin-top: -4px;
    width: 100px;
    #width: 70px;
}
#button_search {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: x-small;  
	color: #ffffff; 
	border:solid; 
	border-width:1px; 
	border-color:#856C00; 
	height:23px; 
	width:26px;
    #width: 23px;
	background:#856C00;
    position: relative;
    top: 3px;
}

#button_go {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #ffffff; 
	border:solid; 
	border-width:1px; 
	border-color:#856C00; 
	height:21px; 
	width:26px; 
	background:#856C00;

}

#quicklinks {
	width: 470px;
    margin-top: -8px;
   /* padding-right: 42px;*/
    padding-left: 4px;
    float: left;
    /*position: relative;
    top: -40px;*/
}
#quicklinks th {
	background: #d1c15f;
    white-space: nowrap;
    padding: 5px;
    color: #002e6a;
    text-align: left;
    border: 0;
    border-right: 5px solid white;
    font-family: times, serif;
    font-size: 95%;
}
#quicklinks td {
	vertical-align: top;
    background: #b2c0d2;
    padding: 5px;
    height: 178px;
    border-right: 5px solid white;
}
#quicklinks td a {
	display: block;
    color: #335888;
}

#welcome {
	width: 80px;
	float: left;
    /*margin-top: -40px;*/
}
#welcome img {
	display: block;
    margin-bottom: 1px;
}

#footer {
	clear: both;
    border-top: 1px solid #002e6a;
    position: relative;
    top: 15px;
    font-size: 85%;
	width: 550px;
}

#basenav {
	margin-bottom: 5px;
}
#basenav ul {
	margin: 0;
    padding: 0;
}
#basenav li {
	list-style-type: none;
    display: inline;
    padding: 0 5px 0 0;
}
#basenav li a {
	color: #002e6a;
}
#basenav li.nav_active a {
	text-decoration: none;
    color: #856c00;
}

#data {
	border: 2px solid black;
    width: 100%;
}
#data h2 {
	color: black;
    text-align: center;
    font-weight: bold;
    margin: 5px auto;
}
#data td, th {
	border: 1px solid black;
    text-align: left;
}