html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, 'trebuchet ms', sans-serif;
	font-size: 9pt;
	color:#444;
	background-color:#fff;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #0e429f;
	text-decoration: none;
}

a:hover {
	color: #ff8500;
}

a img {
	border: 0px none;
}

div {
    overflow: hidden;
    word-wrap: break-word;
}

#Page {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:100%;
	text-align:left;
	background-color: #fff;
}

#Header {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:180px;
	text-align:left;
}
.Logo {
	position:relative;
	float:left;
	left:0px;
	width:180px;
	height:180px;
	text-align:left;
}
.banner {
	position:relative;
	float:left;
	left:0px;
	width:765px;
	height:180px;
	padding-left:10px;
	text-align:left;
}
#Main {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:100%;
	text-align:left;
}
.Content {
	position:relative;
	float:left;
	left:0px;
	width:569px;
	height:100%;
	padding-left:30px;
	padding-right:100px;
	padding-top:60px;
	text-align:left;
	padding-bottom:30px;
}
.Sidebar {
	position:relative;
	float:left;
	left:0px;
	width:256px;
	height:100%;
	text-align:left;
	color:#444;
}

#Footer {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:80px;
	padding-top:20px;
	text-align:center;
}
.bottom-nav {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:20px;
	font-size:9pt;
	padding-top:20px;
}
.copyright {
	position:relative;
	float:left;
	left:0px;
	width:955px;
	height:20px;
	padding-top:20px;
	font-size:8pt;
	color:#ccc;
}
.copyright a {
	color:#ccc;
}
.mailtext {
	color:#666;
	font-size:7pt;
}
.whitetext {
	color:#ccc;
}
.wmail {
	font-size:12pt;
	padding:6px;
}
.hidden {
	display: none;
}
.error {
	display: block;
	color: #ff0000;
}

