/*  ### BEGIN main layout definition ### */

/* mac hide \*/
html, body {
	height:100%
}
/* end hide*/

#outer {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:0px;
	margin-bottom:-62px;
	color: #000000;
}

* html #outer {
	height:100%;
}/* ie 3 pixel jog*/

#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:159px;
	overflow:hidden;
	color: #000000;
}

#footer {
	width:100%;
	clear:both;
	height:62px;
	position:relative;
	vertical-align: middle;
}

* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}

#clearheader {
	height:159px;
}/*needed to make room for header*/

#clearfooter {
	clear:both;
	height:50px;
}/*needed to make room for footer*/

div {
	margin-top:0
}/*clear top margin for mozilla*/

* html #centercontent {
	height:1%;
	margin-bottom:12px;
}/* combat IE's 3 pixel jog */

/*  ### END main layout definition ### */

body {
	padding:0;
	margin:0;
	color:#000000;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-y;
}
td {
	color:#000000;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footertext {
	padding:0;
	margin:0;
	color:#6C9CBD;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a {
	color: #005D98;
	font-size: 12px;
	text-decoration: underline
}
a:hover {
	color: #005D98;
	font-size: 12px;
	text-decoration: none
}
a.footerlink {
	color: #6C9CBD;
	font-size: 11px;
	text-decoration: underline
}
a.footerlink:hover {
	color: #6C9CBD;
	font-size: 11px;
	text-decoration: none
}

input, textarea {
	color:#000000;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

form {
	margin: 0px;
}

h3 {
	color: #6C9CBD;
	font-size: 14px;
}