body {
    background: #03488a url(/images/body-background.jpg) repeat-x;
    font-size: 12px;
}
#container {
    width: 992px;
    margin: 0 auto;
    padding: 0;
}
#header {
    background: url(/images/header-background.jpg) right no-repeat;
}
* html #header {
	height: 127px;
}
#logo {
	width: 583px;
	height: 127px;
	background: url(/images/gps-logo.jpg) no-repeat;
}
* html #logo {
	position: absolute
}
#logo a {
	width: 583px;
	height: 127px;
	display: block
}
#topNav {
    margin: 0;
    padding: 0 0 0 40px;
    text-align: center;
    height: 39px;
}
#topNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 39px;
}
#topNav ul li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    height: 39px;
    margin: 0;
}
* html #topNav ul li img {
	display: inline
}
#topNav ul li.first {
    background: url(/images/topnav-divider.jpg) left no-repeat;
}
#topNav ul li a, #topNav ul li a:visited {
    color: #fff;
    text-decoration: none;
    padding: 10px 14px 10px 10px;
   line-height: 39px;
    background: url(/images/topnav-divider.jpg) right no-repeat;
}
* html #topNav ul li {
    display: inline;
}
#topNav ul li a:hover {
    text-decoration: underline;
    color: #03488a;
}
#main-holder {
    background-image: none;
    padding: 10px 0 0 0;
}
* html #main-holder {
	margin: -2px 0 0 0;
}
#main-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(/images/main-background.jpg) repeat-y;
}
#leftNav {
    width: 194px;
    padding: 12px 0 0 0;
    background: #012447 url(/images/leftnav_background.jpg) repeat-x;
    float: left;
    margin: 0;
    display: inline;
}

#login-box {
    margin: 0px 0 0 12px;
    padding: 40px 0 0 10px;
    width: 160px;
    font-size: 10px;
    height: 120px;
    background: url(/images/login-box.jpg);
    background-repeat: no-repeat;
}
#login-box a, #login-box a:visited {
    color: #fff;
}
#leftNav ul {
    color: #fff;
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
#leftNav ul li {
    margin: 0 0 5px 0;
}
#leftNav ul li a {
    display: block;
    width: 170px;
    padding: 6px 12px 6px;
    vertical-align: middle;
    background-image: url(/images/leftnav-background.jpg);
}
#leftNav ul li a, #leftNav ul li a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
#leftNav ul li a:hover {
    color: #9d7725;
}
#right-content {
    float: left;
    width: 734px;
    min-height: 600px;
    padding: 25px 26px 25px 30px;
    margin: 0 0 0 6px;
    background: #fff url(/images/subpage-background.jpg) no-repeat;
	line-height: 19px;
}
* html #right-content {
    height: 600px;
}
#right-content-2 {
    float: left;
    width: 730px;
    min-height: 620px;
    padding: 25px 30px;
    margin: 0 0 0 6px;
    background: #fff url(/images/subpage-background.jpg) no-repeat;
	line-height: 19px;
}
* html #right-content-2 {
    height: 650px;
    display: inline;
}
* html .clear {
    line-height: 1px;
}
input {
    margin: 0 0 4px 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
#footer {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 10px;
    margin: 0;
}
#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.clearItem:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #03488a;
}
h2.gold {
    font-size: 14px;
    margin: 0;
    color: #9d7725;
}
ul.gold-arrows {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.gold-arrows li {
    background: url(/images/check_mark.gif) 0 2px no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 15px 0;
}
.gold-font {
    color: #9d7725;
    font-size: 12px;
}
h1 {
    font-size: 15px;
    color: #03488a;
    margin: 0;
}
h3 {
    font-size: 13px;
}
.contentLink, a.contentLink, a.contentLink:visited {
    color: #083c6d;
    font-weight: bold;
}
.smallLink {
    font-size: 11px;
}


#hearAbout input {
    margin: 0 5px 0 0;
}