h1, h2, h3, h4, h5, h6, pre,
blockquote, ol, dl, address {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	min-width: 736px;
	height: 100%;
}

body {
	margin: 0; padding: 0;
	font-family: Times New Roman, serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #F7F7F7;
	line-height: 1.6em;
	width: 100%;
}

#topshading {
	height: 209px;
	background-color: #efefef;
	width: 100%;
	background: url(img/page_top.gif) repeat-x;
}

#footer {
	height: 180px;
	background-color: #efefef;
	width: 100%;
	background: url(img/page_top.gif) repeat-x;
}

#page {
	width: 736px;
	margin: -209px auto;
	background: url(img/page_bg.jpg) repeat-y;
}

#topban {
	width: 736px;
	height: 280px;
	background: url(img/topban.jpg) no-repeat;
}

#pagebottom {
	width: 736px;
	height: 60px;
	background: url(img/page_bottom.gif) no-repeat;
}

#nav {
	position: absolute;
	width: 710px;
	text-align: right;
	height: 22px;
	margin-top: 17px;
}

#leftcolumn {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-top: -90px;
	padding-left: 30px;
}

#rightcolumn {
	float: right;
	width: 380px;
	overflow: hidden;
	margin-top: -150px;
	margin-right: 9px;
	padding-right: 25px;
	padding-left: 12px;
}

#box {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.8em;
	padding: 5px;
	margin: 0 15px 20px 5px;
	overflow: hidden;
	border-top: 3px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

#foottext {
	width: 736px;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	font-size: 10px;
	line-height: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

#foottext a {
	color: #5B5B5B;
	text-decoration: none;
}

h1 {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	width: 460px;
	height: 46px;
	margin: 62px 0 0 69px;
	background: url(img/logo.gif)  no-repeat;
}

h2 {
	font-size: 2.5em;
	line-height: 1.0em;
	font-family: Times New Roman, serif;
	font-style: italic;
	font-weight: lighter;
	color: #177CD9;
	overflow: hidden;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	overflow: hidden;
	padding: 5px;
	margin: 0 15px 0 5px;
	background: url(img/page_top.gif);
	background-position: 0% 91%;
	background-color: #177BD7;
	border: 1px solid #838383;
	text-shadow: 3px 3px 5px black;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

p {
	margin: 0 0 1.0em 0;
	padding: 0;
}

ul {
	margin: 0 0 1.5em 1.0em;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}