/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
a {
	color: black;
	text-decoration: none;
}
#content {
	width: 800px;
	height: 600px;
	margin:0 auto;
	vertical-align: middle;
	text-align:center;
	margin-top: 100px;
}
 #logo {
    width: 400px;
    height: 450px;
    float: left;
 }
 .spacer {
	 height:40px;
	 width:15px;
 }
.textRight {
    text-align:left;
    float:right;
    width:35%;
	 padding-bottom: 125px;
 } 
 #CopyRight {
	 padding-top: 100px;
	 font-weight:normal;
	 font-size:9pt;
	 vertical-align: bottom;
	text-align:right;
	float:right;
	 width:800px;
 }