body {
	background-color:#bef;
	font-family: Tahoma, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p{
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a:link{
	text-decoration:none;
	color:#0FF;
}
a:visited{
	text-decoration:none;
	color:#0FF;
}
a:hover{
	text-decoration:none;
	color:#0F0;
	}
#wrapper{
	margin:1em 3%;
}
#header{
	background:#0FF;
}
#logo{
	float:right;
	padding-bottom:1em;
}
#headerText{
	float:left;
	font:italic bold 3em Georgia, "Times New Roman", Times, serif;
	color:#0a43ac;
	text-shadow:#000 3px 3px 3px;
	text-align:center;
	padding-bottom:0.5em;
	padding-top:0.5em;
}
#contentWrapper {
	background:#bef;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}
#sidebar {
	background:#0bF;
	color:#fff;
	float:right;
	width:300px;
	padding:10px;
}
#sidebar a:link{
	color:#0a43ac;
}
#sidebar a:visited{
	color:#0a43ac;
}
#sidebar a:hover{
	color:#000;
}
#content {
	background:#0a43ac;
	color:#fff;
	margin-right:350px;
	padding:10px;
}
#popBox {
	background: #F00;
	position: absolute;
	top: 200px;
	left: 50px;
	visibility: hidden;
	z-index: 100;
	width: 300px;
	height: 150px;
	color:#000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	padding:1em;
}
#close{
	text-align:right;
}
#signature {
}
#sidebar, #content {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#footer {
	clear:both;
	float:left;
	background: #0bF;
	width:100%;
}
#bcwd{
	float:left;
	padding:10px;
}
#copy{
	padding-top:30px;
	padding-left:300px;
	color:#fff;
	font-weight:bold;
}
#formMail label {
	width: 5em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #submit {
	width: 5em;
}
.dates{
	word-spacing: 10px;
}
.floatLeft{
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight{
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat{
	clear:both;
}
