/* positioning styles */
body 
{
	font-family:Verdana, sans-serif;
	margin: 12px 0px;
    padding: 0;
/*    text-align: center;*/
    background-color:#FFF;
    /* part 1 of 2 centering hack */
}

#centrecolumn {
	width: 750px; 
	margin-right: auto;
	margin-left: auto;
	/* opera does not like 'margin:20px auto' */
	text-align:left;
	/* part 2 of 2 centering hack */
	width: 750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}

html>body #centrecolumn {
	width:750px; /* ie5win fudge ends */
}

#navbar {
    font-size:11px;
    width:748px;
    border:1px solid #FF7F00;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}

#header {
	width:750px;
	background-color:#FFA51F;
}

#content {
	border-width:0 10px 10px 10px;
	border-style:solid;
	border-color:#FFA51F;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
}

#footer {
    width:748px;
    height:20px;
    padding-top:3px;
    border:1px solid #FF7F00;
    text-align:center;
    font-size:10px;
    color:#666;
}


.topnav {
    font-size:11px;
    text-decoration:none;
    color:#000000;
}

a.topnav:hover {
    color:#FFA51F;
}

.topnavselected {
    font-size:11px;
    text-decoration:none;
    color:#FFA51F;
}

.topnav:visited {
	color:#000000;
}

.descriptivetext {
    display:inline;
    width:390px;
    height:75px;
}

.rollovertext {
    display:none;
    width:390px;
    height:75px;
}

.footerlink {
    font-size:10px;
    color:#666;
    text-decoration:none;
}

.bottomlinks {
    color:#FFF;
}

.greytext {
    font-size:10px;
    line-height:12pt;
    color:#8C8C8C ;
}

INPUT.searchText {
	font-size:11px;
    width:213px;
    border:1px solid #FF9900;
    padding-left:4px;
}

SELECT 
{
	font-size:11px;
    border:1px solid #FF9900;	
}

SELECT.searchSelect {
	width:220px;
}

SELECT.smallSearchSelect {
	width:61px;
}

INPUT.searchSubmit
{
    font-size:11px;
    margin:0;
    padding:0;
}


form
{
    margin:0;
    padding:0;
}

h1
{
	font-size: 16.5px;
/*	margin: 0 0 4px 0; */
	color: #FF9F10;
}
h2
{
	font-size: 14px;
/*	margin: 0 0; */
}
h3
{
	font-size: 12px;
	margin:0;
}

p, ul, ol, label, .text {
    font-size:11px;
    color:#000;
}

a {
    font-family:Verdana, sans-serif;
    font-size:11px;
    text-decoration:none;
    color:#FFA51F; 
}



a.contactlink {
	color:#000000;
}

a.contactlink:hover {
	color:#FFA51F;
}

a.footerlink:hover {
    color:#FFA51F;
}

img { border-width: 0 }