html{
overflow-y: scroll;
}
body{

background: #999999 url(bg.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222222;
}
label {
	font-size:17px;
}
h1{
margin: 0px;
padding: 0px;
font-size: 14px;
}
#header{
position: relative;
line-height: 0px;
font-size: 0px;
}
#header img{
width: 900px;
height: 140px;
border: none;
}
#border{
width: 910px;
margin: auto;
border: 1px #222222 solid;
overflow: hidden;
}
#container{
margin: auto;
width: 900px;
background: #FFFFFF url(navbuttonbg.jpg) left repeat-y;
border: 5px #FFFFFF solid;
overflow: hidden;
}
#landingContainer{
margin: auto;
width: 900px;
background: #FFFFFF;
border: 5px #FFFFFF solid;
overflow: hidden;
line-height: 0px;
}
#sideNav{
float: left;
margin: 0px;
margin-top: 3px;
padding: 0px;
width: 180px;
min-height: 670px;
height: auto !important;
height: 670px;
border-bottom: 1px dotted #222222;
}
.navbutton{
margin: 0px;
padding: 0px;
}
.navbutton a{
padding: 8px;
text-decoration: none;
display: block;
color: #222222;
font-size: 13px;
font-weight: bold;
background: #ABB7CC url(navbutton.jpg);
border-top: 1px dotted #222222;
}
.navbutton a:hover{
background: #7788BB; /*#647591;*/
color:#333;
}
#content{
width: 697px;
margin: 0px;
padding: 5px;
float: left;
position: relative;
top: 3px;
left: 3px;
background: #FFFFFF;
}
.title{
margin: 0px;
padding: 0px;
width: 717px;
height: 28px;
background: #18315B url(titlebg.jpg);
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
display: table;
vertical-align: middle;
}
.sectionTitle{
font-size: 16px;
font-weight: bold;
color: #18315B;
position:relative;
padding-bottom:5px;
}
span.sectionTitle {
	float:left;
	width:697px;
	text-align:left;
}
.line1{
background: #ABB7CC;
}
.line2{
background: #D9DDE4;
}
.spacer{
float:left;
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
background: #18315B;
height: 1px;
font-size: 0px;
line-height: 0px;
width:697px;
position:relative;
}
#spaceAboveServices{
position: absolute;
width: 180px;
height: 3px;
font-size: 0px;
line-height: 0px;
background: #FFFFFF;
}
#spaceBelowServices{
height: 3px;
font-size: 0px;
line-height: 0px;
background: #FFFFFF;
}
#topNav{
position: absolute;
top: 117px;
right: 150px;
padding: 6px;
font-size: 13px;
font-weight: bold;
line-height: normal;
}
#topNav a{
margin: 3px;
background: #ABB7CC url(navbutton.jpg);
padding: 10px;
padding-top: 1px;
padding-bottom: 1px;
color: #18315B;
text-decoration: none;
border: 3px #FFFFFF solid;
border-bottom: none;
}
#topNav a:hover{
background: #647591;
}
.line{
position: relative;
top: -1px;
color: #000000;
margin-left: 5px;
margin-right: 5px;
}
hr {
	background-color:#000;
}
#currentPage{
background: #D9DDE4;
}
a {
	color:#0000FF;
	outline:none;
}
a:hover{
color: #0077FE;
outline: none;
}
ul{
margin: 0px;
padding: 0px;
margin-top: 16px;
margin-bottom: 16px;
}
li{
margin-left: 35px;
padding: 0px;
margin-bottom: 5px;
}
/*
 * popup_table :: automatically centered table for popup links with cell text centered
 */
.popup_table {
	margin:auto;
	position:relative;
	text-align:center;
}

