/* CSS Document */

body,
html {
    margin:0;
    padding:0;
    background:#cccccc;
    color:#000;
    }
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    }
	
h3 {
	font-size: 1.2em;
	font-weight:bold;
	line-height: 2em;
}
.copyBold { font-weight:bold; }
.copyBoldlarger { font-size:1.3em; font-weight:bold; }

a { color:#006699; }
a:visited { color:#185f93; }
a:hover { color:#000000; }
		
#wrap {
    background:#FFFFFF;
    margin:0 auto;
    width:800px;
	overflow:hidden;
    }
	
#header {
	background-color:#FFFFFF;
	margin-bottom: 10px;
	height:40px;
	overflow:hidden;
	
}

#content {
    background:#ffffff;
	width:800px;
   float:left;
	/*margin-top: 5px;*/
	margin-left:25px;
	margin-right:25px;
    }

#splitFooter {
    background:#ccc;
    clear:both;
	font-size: 11px;
	text-align: right;
	vertical-align:middle;
	padding-right: 10px;
	width:800px;
}	
#footer {
    background:#ffffff;
    /*clear:both;*/
	font-size: 11px;
	text-align: center;
	margin-top:10px;
	height: 30px;
	width:800px;
}