body {
	background-image: url(web_images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    line-height: 150%
}
#header {
	background-image: url(web_images/header.gif);
	background-repeat: no-repeat;
    background-position: left top;
	height: 120px;
    width: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
    position: fixed;
}
#bottom {
	background-image: url(web_images/bottom.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	position:fixed;
	width: 100%;
	padding-left: 200px;
	padding-bottom: 30px;
	background-position: left bottom;
    display:none;
    z-index: 5;
}
#content {
	position: absolute;
	left: 200px;
	top: 135px;
    z-index:2;
    padding-bottom: 50px;
    max-width: 550px;
}
#menu {
	position: fixed;
	left: 50px;
	top: 135px;
z-index: 15;
padding-bottom: 100px;
}
#topleft {
	position: fixed;
	left: 0px;
	top: 0px;
    z-index:14;
    /*display:none;*/
}
#topphoto {
	position: fixed;
	left: 400px;
	top: 0px;
	z-index: 13;
    /*display:none;*/
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	line-height: 30px;
}
a:link, a:visited {
	color: #0000CC;
}
a:hover, #menu a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #990000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
a.nolink {
    text-decoration:none;
}
#menu {
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 110%;
}
#menu a {
    text-decoration: none;
    color:#000066
}
#menu ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 200%;
}
.border {
	border: 1px solid #000000;
}
#breadcrumbs {
	position: absolute;
	left: 200px;
	top: 110px;
    z-index:1;
    max-width: 550px;
    font-size: 90%;
}

div.hiliteBlock {
	background-color: #CCCC99;
	border: 1px solid black;
	padding: 5px;
}
h4 {
	font-size: 100%;
	color: #000066;
	padding: 0px;
	margin: 0px;
}
.footertext {
	font-size: 95%;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mozillaimage {
display:block;
z-index: 3;
position:absolute;
top: 0;
left: 0;
}
.ieimage {
display:none;
z-index: 3;
position:absolute;
top: 0;
left: 0;
}
.greyCaption {
	color: #999999;
}
.homepagetabs {
	width: 165px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
padding: 5px;

margin: 0;
}
