body {
	height: 100%;
    text-align: center;
    margin-top: 15px;
}
H1 {
font-family: Calibri, helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #0070c0;
text-transform: uppercase;
}
H2 {
font-family: Calibri, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #0070c0;
}
H3 {
font-family: Calibri, helvetica, sans-serif;
font-size: 10pt;
}
H4 {
font-family: Calibri, helvetica, sans-serif;
font-size: 10pt;
}
TD {
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}
P {
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}
P.gray {
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
color: #666666;
}
#wrapper {
    display: block;
    width:782px;
    margin:0px auto;
}

#header {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 10px;
	min-height: 100px;
}
#header A{
text-transform: uppercase;
text-decoration: none;
color: #0070c0;
font-weight: bold;
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}
#content {
    width: 780px;
    padding-left: 10px;
    padding-right: 8px;
    text-align: left;
    float: left;
}
#content a {
text-decoration: underline;
color: #0070c0;
font-weight: bold;
}
#content_home {
    width: 780px;
    text-align: center;
    float: left;
}
#delimiter {
    clear: both;
}
#footer {
text-align: left;
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}
#footer a {
text-transform: uppercase;
text-decoration: none;
color: #0070c0;
font-weight: bold;
}

#footerhome {
text-align: center;
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}
#footerhome a {
text-transform: uppercase;
text-decoration: none;
color: #0070c0;
font-weight: bold;
}


.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}
ul#nav {
height:25px;
margin:1em 0;
padding:0;
}
	 
ul#nav li {
list-style:none;
display: inline;
line-height:25px;
padding:0 8px;
text-transform: uppercase;
font-family: Calibri, helvetica, sans-serif;
font-size: 9pt;
}

#squares li { list-style-type: square; list-style-position: outside;font-family: Calibri, helvetica, sans-serif;font-size: 10pt;}


/* FLEXSCROLL JS */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
