/** TEXTS */

body, th, td, input, textarea, select, h1 {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #868686;
	word-wrap: break-word;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


h1 {
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}

a {
color:#868686;
}

a:hover {
color:#333333;
}

/** Fixed Width - bottom align footer

/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:772px;/* stop mozilla sliding off the edge */
	background-color:#1D2A39;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 772px;
	text-align: left;
	min-height:100%;
	margin-bottom:-80px;
	height:auto;
	background-color:#ffffff;
}

.pageposition {
padding-top:213px;
}

* html .container {height:100%;} /* for ie to resize */

.header {
	width:100%;
	height:100px;
}


.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 772px;
	clear:both;
	height:65px;
	color: #626263;
	background:#7090ca;
	background: url(../images/footer_background.gif) no-repeat;
	margin-top:15px;
}

.clearfooter{
	clear:both;
	height:80px;
}
