@charset "UTF-8";

table.container {
	border: 0px black solid;
	width: 800px;
	background-image:url(../images/page_back.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top left;
	/*min-height:95%;
	height:100%;
	padding-bottom: 12em;*/
}

table.ctr {
	border: 0px black solid;
	width: 800px;
	background-image:url(../images/footer_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	/*background-color:#CCCCCC;*/
}
	
* {
	font-family: Arial, sans-serif;
}

body {
	background-color:#EEE9E9;
	margin-top: 0px;
	height: 100%;
}

td.topleft {
	width: 219px;
	text-align: right;
	vertical-align: top;
	color: #ffffff;
}

td.topright {
	text-align: left;
	vertical-align: middle;
	padding-left:26px;
	color: #ffffff;
}

td.left {
	height: 400px;
	text-align:right;
	vertical-align:top;
	padding-top:166px;
	padding-left:100px;
}

td.maincontent {
	vertical-align:top;
	width:552px;
	background-image: url(../images/greybg.gif);
	background-repeat: no-repeat;
	background-position: 5px 60px;
	padding-top: 5px;
}

td.contacttext
{
	font-size:12px;
	text-align:left;
}
p.maincontent {
	font-size:11px;
	text-align:justify;
}
ul.maincontent {
	font-size:11px;
	text-align:justify;
}
p.maincontent_l {
	font-size:11px;
	text-align:left;
}

p.redtext {
	font-size:11px;
	color:#FF0000;
}

p.maincontent_exec {
	font-size:13px;
	text-align:justify;
}

p.maincontent_12, tr.maincontent_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.maincontent_notable {
	font-size:11px;
	text-align:justify;
	padding-left:25px;
}

p.mainerror {
	font-size: 12px;
	text-align:left;
	padding-left:30px;
}

td.date {
	padding-right: 50px;
	padding-top: 2px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	vertical-align:bottom;
	color: #ffffff;
}

a.leftnav {
	text-decoration: none;
	color: #666666;
	display: block;
	border-bottom: 1px solid #E6EAF0;
	width: 138px;
	height: 22px;
	line-height: 22px;
	font-size:11px;
}

a.leftnav:hover {
	color: #154375;
	border-bottom: 1px solid #F1AC3C;
}

p.error {
	font-size:10px;
}

p.pagetitle {
	font-size:15px;
	font-weight:bold;
	padding-left:30px;
	border-bottom: 1px solid #E6EAF0;
	width:480px;
	line-height:20px;
}

p.footer {
	padding-left:65px;
	font-size:9px;
	font-stretch:expanded;
}

a.footer {
	color: #666666;
}

a.footer:hover {
	color: #154375;
}


a.mainnav {
	text-transform: uppercase;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

a.mainnav:hover {
	color: #01437D;
}

textarea#styled5 {
	padding: 5px;
	font-size:11px;
	font-family: Arial, sans-serif;
	border: 2px solid #cccccc;
}
input#styled1, input#styled2, input#styled3, input#styled4 {
	font-size:11px;
	font-family: Arial, sans-serif;
	border: 2px solid #cccccc;
}

/* The CSS that's required to position the footer */

	html
	{
		height: 100%;
	}


	#nonFooter
	{
		position: relative;
		min-height: 100%;
		background-color:#FFFFFF;
		background:#FFFFFF;
		padding-bottom:1.4em;
	}

	* html #nonFooter
	{
		height: 100%;
		background-color:#FFFFFF;
	}

	#footer
	{
		position: relative;
		margin: -1.8em auto 0 auto;
	}

	 /*A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -1.8em;
	}
	
	#page
{
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color:#FFFFFF;
}

* html #page
{
	height: 100%;
}

