html, body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333;
	padding: 0px;
	background-image:  url("images/website-bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.searchbar {
	FONT-WEIGHT: bold;
	font-size: 10pt;
	background: #3B4B5E;
	MARGIN: 0px;
	WIDTH: 100%;
	color: #FFFFFF;
	border-bottom: 4px solid #FFAE00;
	FONT-FAMILY: arial,sans-serif;
	WHITE-SPACE: nowrap;
	padding: 0px;
}

.fplink {
	text-decoration: none;
} 
.fplink:hover {
	text-decoration: underline;
}

p {
  line-height:1.3em;
}

a {
  color: #FFAE00;
  text-decoration: none;
}
a:visited {
  text-decoration:none;
  color: #FFAE00;
}
a:hover {
  text-decoration:underline;
  color: #FFAE00;
}

a.toplink {
	color:#3B4B5E;
	text-decoration: none;
	font-size: 10pt;
}
a.toplink:visited {
	color:#3B4B5E;
	text-decoration: none;
	font-size: 10pt;
}
a.toplink:hover {
	color:#3B4B5E;
	text-decoration: underline;
	font-size: 10pt;
}

a.sidelink {
	color: #FFAE00;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
}
a.sidelink:visited {
  color: #FFAE00;
  text-decoration: underline;
	font-size: 9pt;  
	font-weight: bold;	
}
a.sidelink:hover {
  text-decoration:underline;
  color: #FFAE00;
	font-size: 9pt;  
	font-weight: bold;	
}

#topcolorbar {
	position: absolute; 
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #FFAE00; 
	width:100%; 
	height:134px;
}

#header {
	position: absolute;
	z-index: 2;
	top: 0px;
	background-attachment: fixed;
	background-image:  url("images/website-header.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 134px;
	width: 750px;
}

#content {
	position: inherit;
	top: 200px;
}

#navList {

	top:25px;
	left:25px;
	width: 175px;
	line-height:1.3em;
}

.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.right {
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3B4B5E;
	border-left-color: #3B4B5E;
	padding: 10px;
	background-color: #FFFFFF;
}

.left {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3B4B5E;
		padding: 10px;
}

h1 {
	font-size:18pt;
	margin-top:0px;
	color: #3B4B5E;
	background-attachment: fixed;
	background-image:  url("images/website-blue-bullet.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
h2 {
	color: #3B4B5E;
	font-size:16pt; 
	margin-top:0px;
}
h3 {
	color: #3B4B5E;
	font-size:14pt; 
	margin-top:0px;
}
h4 {
	font-size:12pt;
	padding: 0px;
	color: #FFAE00;
	cursor: hand;
}
