body {
    scrollbar-face-color: #71a5d5;
    scrollbar-highlight-color: #71a5d5;
    scrollbar-shadow-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

td {
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif
}

ul {
    margin-left: 15px
}

#printLogo {
	display: none;
	visibility: hidden;
}

#searchRow {
	width: 100%;
}

#address {
	font-size: 8pt;
	font-family: Arial;
	padding-top: 4px;
	text-align: right;
}

#bannerRow {
	margin-top: 35px;
	margin-bottom: 20px;
	width: 100%;
}

#banner {
	background: url(../../Img/banner.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 1330px;
}

#bannerOverflow {
	background: url(../../Img/banner-overflow.gif);
	background-repeat: repeat-x;
	height: 158px;
}


#content {
	margin: 0;
	padding: 0;
	border: 0px;
	border-left: 10px;
	border-style: solid;
	border-color: #5BB9E4;
	width: 100%;
}

#menuColumn {
	border: 0px;
	border-right: 3px;
	border-style: solid;
	border-color: #5BB9E4;
}

.menuItem, .menuItemActive, .MainMenu {
    padding-left: 2px;
    font-size: 12px;
    padding-bottom: 5px;
    margin-left: 2px;
    cursor: hand;
    margin-right: 2px;
    padding-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #003b58;
}

.menuItem:hover {
	color: #5BB9E4;
}

#menuItemActiveRow {
	background-color: #E7F5FB;
}

#breadCrumbs
{
	color: #7CA8E5;
	width: 100%;
	background-color: #E7F5FB;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadCrumbRow {
	width: 100%;
}

.breadCrumb
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 10px;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #5bb9e4;
}

.breadCrumb A {
	text-decoration: none;
	color: #003b58;

}

#pageTitle {
    font-weight: bold;
    font-size: 20px;
    color: #85aef0;
    text-decoration: none
}

#pageContent
{
    font-size: 10pt;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif
}

