html, body, div, p, ul, li, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	line-height: 24px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-color: #595b59;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #595b59;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
}

a {
	color: #009dd7;
}

p {
	padding-bottom: 30px;
}

img { border: 0; }

#pageframe {
	background: url(../images/footertopbg.jpg) bottom center repeat-x;
}

#headerframe {
	background: url(../images/headerbg.jpg) top center no-repeat;
}
#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#headertop {
	background-color: #cacfe9;
	height: 49px;
}
#headeroverlay {
	position: absolute;
	top: 20px;
	left: 640px;
}
#headeroverlay p, #headeroverlay a { color: #fff; font-family: "Calibri", Helvetica, sans-serif; font-size: 18px; text-decoration: none; }

#topbar {
	width: 900px;
	margin: 0 auto;
}
#topbar img { float: right; }

#headerbanner {
	width: 900px;
	height: 230px;
	margin: 0 auto;
}
#headermenu {
	background: #1cbae8 url(../images/headermenubg.jpg) center center repeat-x;
	width: 900px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	
}

#headermenu ul {
	list-style: none;
	float: left;
	margin: 0 5px 0 20px;
	position: relative;
}
#headermenu ul li {
	margin: 0;
	display: inline;
	padding: 0 15px 0 0;
	position: relative;
	line-height: 31px;
}
#headermenu li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 31px;
	display: inline-block;
}
#headermenu li a.selected {
	color: #000;
}
#headermenu li a:hover {
	color: #000;
}

#headermenu li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	background-image: url(../images/menuback.png);
	z-index: 20;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#headermenu li:hover ul {
	display: block;
}
#headermenu li ul li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
#headermenu li ul li a {
	display: block;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	border-bottom: 1px dashed gray;
}
#headermenu li ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#contentframe {
	background: url(../images/mainbg.png) center center repeat-y;
}

#content {
	width: 860px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 16px;
	min-height: 300px;
	background-color: #FFFFFF;
}

#content img {
	margin: 10px;
}

#traceback {
	color: #666667;
	margin-bottom: 10px;
}
#traceback h2 {
	color: #666667;
	font-size: 100%;
	font-weight: normal;
	display: inline;
}
#traceback h2 * {
	color: #666667;
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

#footerframe {
	padding-bottom: 20px;
	background: url(../images/footerbg.png) top center no-repeat;
	height: 146px;
}
#footer {
	height: 37px;
	width: 900px;
	font-size: 12px;
	line-height: 37px;
	margin: 0 auto;
	color: #595b59;
	text-align: center;
}
#footer * {
	font-size: 12px;
	color: #595b59;
}

ul.imgfader {
	position: relative;
	list-style: none;
	list-style-image: none;
	margin: 0px 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	background: none;
	width: 900px;
	height: 230px;
}
ul.imgfader li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
ul.imgfader li img {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 900px;
	height: 230px;
}

table.downloads tr td {
	border-bottom: 1px dashed gray;
	padding-right: 20px;
}