a { text-decoration: none; }

a:hover { text-decoration: underline; }

img { border: 0; }

form,
body,
#nav,
#header-links ul,
#footer-links ul,
.contents ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

input{ vertical-align: middle; }

#overall {
	width: 760px;
	background: url(contents-bg.gif) repeat-y;
}

/*-----------------CSSJUMP HEADER-------------------*/
#header {
	height: 58px;
	background: #BBCFDF;
}

#logo {
	text-align: center;
	color: #FFFFFF;
	font: normal 32px georgia, trebuchet ms, verdana, sans-serif;
}

#header-links {
	text-align: center;
	background: #96A6B2;
}

#header-links, #header-links *{
	font: bold 10px/19px georgia, tahoma, arial, sans-serif;
}

#header-links li {
	color: #FFFFFF;
	display: inline;
}

#header-links li a {
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}

#header-links li a.last { border-right: none; }

/*-----------------CSSJUMP MAIN---------------------*/
#main {
}

/*-----------------CSSJUMP LEFT---------------------*/
#left {
	width: 157px;
	float: left;
}

#search {
	border: solid 1px #D8D8D8;
	margin: 4px;
	font: bold 10px georgia, trebuchet ms, arial, sans-serif;
	color: #96A6B2;
	padding: 4px 4px 4px 6px;
	background: #FFFFFF;
}

.form { vertical-align: middle; }

.search-box {
	width: 110px;
	height: 21px;
	margin-right: 3px;
}

#navtop { display: block; }

#nav {
	list-style: none;
	margin-bottom: 15px;
}

#nav li {
	font: bold 10px georgia, trebuchet ms, arial, sans-serif;
	padding: 6px 10px 6px 12px;
	border-bottom: solid 1px #888888;
	text-transform: uppercase;
}

* html #nav li { padding: 4px 10px 4px 12px; }

#nav li a { color: #878787; }

#navbottom { display: block; }

#nav-extras {
	text-align: center;
	padding-bottom: 20px;
}

/*-----------------CSSJUMP RIGHT--------------------*/
#right {
	float: right;
	width: 575px;
	margin-top: 17px;
}

* html #right { margin-left: -3px; }

.headertext {
	font: bold 16px arial, georgia, arial, sans-serif;
	color: #000000;
	margin-bottom: 12px;
}

#message {
	font: normal 12px arial, times new roman, georgia, serif;
	margin-bottom: 10px;
	line-height: 15px;
}

/*NOTE: styles related to contents in its own external css file*/
/*-----------------CSSJUMP FOOTER-------------------*/
#footer {
	position: relative;
	height: 19px;
}

#footer-links {
	text-align: center;
	background: #96A6B2;
}

#footer-links, #footer-links *{
	font: bold 10px/19px tahoma, arial, sans-serif;
}

#footer-links li {
	color: #FFFFFF;
	display: inline;
}

#footer-links li a {
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}

#footer-links li a.last { border-right: none; }

#designby a {
	position: absolute;
	left: 8px;
	top: 25px;
	font: normal 10px tahoma, arial, sans-serif;
	color: #000000;
}

#copyright {
	text-align: right;
	font: bold 11px/20px tahoma, arial, sans-serif;
	color: #707070;
	background: #FFFFFF;
}

/*-----------------CSSJUMP COMMONS-------------------*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

#sitemap .sitemap-header {
    font: bold 14px arial;
    text-align: center;
}
#sitemap ul {
    list-style: none;
}
#sitemap .sitemap-level1 a {
    font: bold 14px arial;
}
#sitemap .sitemap-level2 a {
    font: bold 12px arial;
}
#sitemap .sitemap-level3 a {
    font: normal 12px arial;
}
#sitemap .sitemap-level4 a {
    font: normal 10px arial;
}

