

body {
    
        background-image: url(../images/bg.jpg);
        background-repeat: repeat-x;
        background-position: top;
        background-color: #005da7;
    
}
a img {
    border: none;
    text-decoration: none;
}
.navItem {
    background-image: url(../images/bg-navitem.jpg);
    background-repeat: no-repeat;
    width: 192px;
    height: 22px;
    padding-top: 3px;
}
.navItem a {
    padding-left: 40px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial;
}
.navItem a:hover {
    color: #e1b80b;
}
#searchBox {
    padding: 0px;
    margin: 0px;
    background-image: url(../images/bg-search.jpg);
    background-repeat: no-repeat;
    width: 194px;
    height: 96px;
    padding-left: 10px;
    padding-top: 32px;
}
#footer {
    text-align: right;
    color: white;
    padding-bottom: 55px;
}
#footer a {
    color: white;
}
#mainContent {
    padding: 5px;
    background-color: White;
    border: solid 1px #a9a9a9;
    width: 559px;
}

#cellMainContent {
	background-color: White;
    border: solid 1px #a9a9a9;
    width: 559px;
}

#popoutNav {
	display: none;
	position: absolute;
	top: 262px;
	margin-left: 193px;
	width: 120px;
	background-color: white;
	border: solid 1px red;
	padding: 10px;
	z-index: 9999;
}

#popoutNav hr {
	border: none;
	background-color: black;
	color: black;
	height: 1px;
}

#ctl01_UpdatePanel1 {
	height: 174px;
	padding: 0px;
	margin: 0px;
}