body {
    font-size: .85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    padding: 0px;
	min-width: 750px;
    margin: 0px; 
}

td, p {
    font-size: 12px; 
}

#lefthalf {
    width: 150px;
    float: left;
    font-size: .8em;
    font-weight: bold;
    padding: 0;
    margin: 0; 
}

#header p {
    font-weight: bold;
    font-size: .75em;
    margin: 0;
    padding-left: 10px;
    font-style: italic; 
}

#lefthalf img {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    border: 0; 
}

#righthalf {
    margin-left: 160px;
    font-size: 9pt; 
}

#navbar {
    width: 136px;
    //    margin-left: 7px;
    display: block;
    margin: 0;
    clear: both;
    padding: 0;
    //	float: right; 
}

#navbar ul {
    //margin-top: 30px;
    width: 136px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
    font-weight: bold;
    display: block;
    clear: both; 
}

#navbar li a {
    display: block;
    //		float:left;
    width: 132px;
    line-height: 18px;
    color: #000;
    background: #fff;
    margin-top: 12px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    font-weight: bold; 
}

#navbar li a:hover {
    background: #000;
    color: #fff;
    padding: 0px;
    font-weight: bold;
    text-decoration: none; 
}

#subnav {
    padding-left: 0;
    margin-top: 10px;
    display: block; 
}

#subnav ul {
    //display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

#subnav ul li.link a {
    //display: block;
    padding: 0 0 0 5px;
    margin: 0 20px 0 0;
    float: left;
    border-left: 10px solid #ccc; 
}

#subnav ul li.current {
    //display: block;
    padding: 0 0 0 5px;
    margin: 0 20px 0 0;
    float: left;
    border-left: 10px solid #000; 
}

A {
    font-weight: bold;
    text-decoration: none 
}

A:link {
    color: blue;
    font-weight: bold;
    text-decoration: none 
}

A:visited {
    text-decoration: none 
}

A:hover {
    text-decoration: underline 
}

A:active {
    font-weight: bold;
    text-decoration: underline 
}

ol {
    font-size: 9pt; 
}

ul {
    font-size: 9pt; 
}

h1 {
    font-weight: bold;
    font-size: 24px; 
}

h2 {
    font-weight: bold;
    font-size: 16pt; 
}

h3 {
    font-weight: bold;
    font-size: 12pt; 
}

h4 {
    color: black;
    font-weight: bold;
    font-size: 12pt; 
}

h5 {
    color: black;
    font-weight: bold;
    font-size: 10pt; 
}

.footnote {
    font-size: .7em; 
}

.lcHeader {
    font-size: 18px;
    font-weight: bold;
    color: #ff3333; 
}

#middletext {
    font-size: 11px;
    line-height: 12px;
    text-align: left; 
}

a.homePhotoBtn:link, a.homePhotoBtn:visited {
	width: 80px;
	height: 25px;
	background-image: url(images/photosLV.gif);
	float:right;

}
a.homePhotoBtn:hover {
	width: 80px;
	height: 25px;
	background-image: url(images/photosH.gif);
	float:right;
}
a.homePhotoBtn:active {
	width: 80px;
	height: 25px;
	background-image: url(images/photosA.gif);
	float:right;
}
.hidden { display: none; }