@charset "utf-8";

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0; 
/*background-color:#ffcd00; */ 
background-color:#1d2a33;
background-image: url(images/bg.gif);
background-position: top left;
background-repeat: repeat-x;
z-index: 1;
height: 100%; 
}

#container {
width: 1000px;
margin: 0 auto;
height: 100%;
min-height:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #1d2a33;
font-size: 11px;
line-height: 1.5;
background-color:#1d2a33;
border-left: #ffcd00 2px solid;
border-right: #ffcd00 2px solid;
}

/* IE-specific hack */
* html #container {
height: 100%;
}

#top{

position: relative;
top: 0;
width:1000px;
height: 100px;
background-color: #1d2a33;
padding:0;
margin: 0;
z-index: 10;
clear: both; 
border-bottom-style: solid;
border-bottom-color: #1d2a33; 
border-bottom-width: 8px; 
}



#logo   {
margin: 0;
width: 350px; 
height: 80px;
float: left; 
background-color: transparent;
}

#menu {
width: 450px;
height: 80px;
float: left;
padding:0;
margin:0;
vertical-align:bottom;
background-color:#ffcd00;
}

#icons  {
width: 180px;
height: 80px;
float: right; 
background-color:#ffcd00;
background-image: url(images/rightbg.jpg); 
background-position: bottom right;
background-repeat: no-repeat;
text-align:center;
padding-left: 20px;
} 

#imgstrip {
width: 1000px;
height: 110px;
padding: 0;
margin: 0;
clear: both;
border-top: #1d2a33 10px solid;
}


#content {
width: 1000px;
height: auto;
background-color: #1d2a33;
position: relative;
padding: 0;
margin: 0;
}

#news
{
width: 1000px; 
height: 35px;
color: #ffcd00;
text-align: center;
}

#col1 {
position:relative;
width: 730px;
float: left;
padding: 0 0 25px 0;
margin: 0;
clear:none;
height:auto;
/*background-color: #c8be93;*/
background-color:#FFFFFF;
border-left: #1d2a33 20px solid;
}

#header {

width: 750px;
height: 35px;
background-color: #1d2a33;
border-bottom: #1d2a33 2px solid;
background-image: url(images/h1bg.jpg); 
background-position: bottom left;
background-repeat: no-repeat;
 }



#col2 {
position: relative;
width: 230px;
float: right;
clear: none;
padding: 0;
margin: 0;
height: auto;
color: #FFFFFF;
background-color:#1d2a33;
border-left: #1d2a33 20px solid;
text-align: right;
}

/* IE-specific hack */
* html #col2 {
position: relative;
width: 200px;
float: right;
clear: none;
padding: 0;
margin: 0;
height: auto;
color: #FFFFFF;
background-color:#1d2a33;
border-left: #1d2a33 20px solid;
text-align: right;
}


#form {
padding: 0 20px;

}

#footer {
/*background-image: url(images/footerbg.jpg); 
background-position: top left;
background-repeat: no-repeat;*/
background-color: #1d2a33;
width: 1000px;
height: 100px;
font-size: 10px;
color: #666666;
padding: 20px 0 0 0 ;
clear: both;
}

#footerleft {
float: left;
padding: 0  0 0 20px;
}

#footerright {
float: right;
width: 80px;
padding: 20px;
}

.highlight {
font-weight:bold;
font-size: 14px;
}

.righthighlight {
color: ffcd00;
font-weight:bold;
font-size: 14px;

}



a:link 
{
color: #666666;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:visited
{
color: #666666;
text-decoration: underline;
font-weight: bold;
}


a:active
{
color: #666666;
text-decoration: underline;
font-weight: bold;
}


a.address 
{
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:hover.address
{
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:visited.address
{
color: #666666;
text-decoration: none;
font-weight: bold;
}


a:active.address
{
color: #666666;
text-decoration: none;
font-weight: bold;
}




h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding:5px 0 0 65px;
	margin:0;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1d2a33;
	padding: 10px 20px 0 20px;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1d2a33;
	padding: 0 20px 0 20px;
	margin: 0;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	color: #f9cd00;
	padding:  0 20px 0 20px;
	margin: 0;
}


h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
}

.signoff {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.imgpadding
{
padding: 0 0 10px 10px;
align: right;
}

.imgpadding2
{
padding: 0 10px 10px 0;
align: right;
}


.smalltext {
	font-size: 10px;
	}

p {

	padding: 0 20px 5px 20px;
}



ul {
		list-style: square outside;
		font-weight:bold;
}


li {
padding: 5px 15px;
}



hr {
	color: #FFFFFF;
	width: 200px;
}

.footernotes {
color: #ffcd00;

}
