/* CSS Document */

body {
	background-image: url(../images/pg-bgd.gif);
	background-repeat: repeat;
	font-size: small;
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
}

#header {
	height: 170px;
	width: auto;
	padding: 0;
	margin: 0;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-align: right;
	}
#header form {
	margin: 6px;
}

#container {
	width: 750px;
	background-color: #fff;
	border: 0px solid #000;
	}
	
#content {
	padding: 8px;
	margin: 0;
	text-align: left;
	clear:both;
}

#footer {
	padding: 6px 8px;
	margin: 0;
	background-color: #e26d00;
	text-align: left;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul {
	list-style: none;
	margin: 0;
	} 
	
#footer li {
	display: inline;
}

#footer a {	
	color:#FFF;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
}

#footer a:hover {	
	color:#FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;}

/* TEXT STYLES */

h1 {  
	font-size: x-large; 
	color: #0092aa;
	margin-top: 5px;
}
h2 {  
	font-size: large; 
	font-weight: bold;
	color: #0092aa; 
}
h3 {  
	font-weight: bold; 
	font-size: medium; 
	color: #0092aa; 
}
h4 {  
	font-weight: bold; 
	font-size: small;
	color: #0092aa; 
}
	
a { 
	color: #e26d00; 
	text-decoration: none;
	border-bottom: 1px dashed #e26d00;
}
a:hover { 
	text-decoration: none;	
	border-bottom: 1px solid #e26d00;
}

.button {
	color: #000;
	background-color: #d5a93e;
	border: 1px solid #000;
	white-space: normal;
	line-height: normal;
	font-weight: bold;
}