body {
	padding: 0; 
	margin: 0; 
	background: #54B0DB url(../images/page/bg-grad.gif) top center no-repeat;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
td, div, img { behavior: url(src/iepngfix.htc)}


#headerbg {
	background: url(../images/page/header-bg.jpg) top center no-repeat;
}
#header {
	margin: 0 auto;
	width: 960px;
}
#logo {
	float: left;
	margin-right: -30px;
	position: relative;
}
#topnav {
	text-align: right;
	padding-bottom: 2px;
}
#topnav a {
	text-decoration: none;
	line-height: 38px;
	padding: 0 15px;
	background: url(../images/page/top-nav-div.jpg) right no-repeat;
	color: #1C557B;
}
#topnav a:hover {
	color: #54B0DB;
}
#headerpic {
	text-align: right;
}


#container {
	margin: 0 auto;
	width: 980px;
	background: #FFF url(../images/page/page-bg.gif) top center repeat-y;
}


#sidenav {
	vertical-align: top;
	padding: 0 0 100px;
	width: 257px;
	background: url(../images/page/sidenav-botbg.jpg) bottom left no-repeat;
}

#sidenav ul {
	margin: 0;
	padding: 83px 0 0px 12px;
	list-style: none;
	background: url(../images/page/sidenav-topbg.jpg) top left no-repeat;
}
#sidenav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#sidenav li a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #1C557B;
	background: url(../images/page/navtab-bg.gif) top left no-repeat;
	padding: 14px 5px 12px 37px;
}
#sidenav li a:hover {
	color: #002340;
}

#sidenav li ul {
	padding: 0px 0 15px;
	background: none;
}
#sidenav li li a {
	text-transform: none;
	background: url(../images/page/mini-bullet.gif) top left no-repeat;
	padding: 3px 5px 5px 47px;
}
#sidenav li li a:hover {
	text-decoration: underline;
}

#sidenav div {
	background: url(../images/page/under-nav.jpg) top right no-repeat;
	height: 175px;
}


#content {
	vertical-align: top;
	background: url(../images/page/content-topbg.gif) top right no-repeat;
	padding: 10px 60px 30px 50px;
}
#content h1 {
	margin: 79px 0 20px;
	padding: 0 0 6px;
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
	color: #F7942D;
	border-bottom: 1px solid #E1EFF4;
}
#content h2 {
	margin: 30px 0 -10px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #61ACCE;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content h3 { 
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	color: #F7942D;
}
#content p {
	margin: 12px 0;
}
a {
	color: #61ACCE;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, textarea, select {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


#footer {
	padding: 0px 37px 10px;
	background: #54B0DB url(../images/page/footer-bg.gif) top center no-repeat;
	font-size: 10px;
	color: #BBDFF1;
}
#footer a {
	color: #BBDFF1;
}
#footer a:hover {
	color: #FFFFFF;
}


.separator {
	clear: both;
	margin: 15px 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #E1EFF4;
}

.data-table {
	margin: 30px 0 10px;
}
.data-table th {
	background: #AAE1EC url(../images/page/th-bg.gif) bottom repeat-x;
	border-bottom: 1px solid #2177B0;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}
.data-table td {
	font-size: 11px;
	line-height: 14px;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DCE8EE;
}
.data-table tr {
	background-color: #F6FAFB;
}
.data-table tr:hover {
	background-color: #EEF5F8;
}
.data-table strong {
	color: #1C557B;
}

