body {
	text-align:center;
	background-color: #031027;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ffffff;
	background-image: url(../_images/bg_page.jpg);
	margin: 0px;
	padding: 0px;
	}

a:link {
	color:#ffffff; text-decoration: underline;
}
a:visited {
	color: #ffffff; text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#frame {
	width:900px;
	height:600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	padding:0px;
	text-align:left;
	background-image: url(../_images/bg_main.jpg);
	background-repeat: no-repeat;
	}
		
#contentleft {
	width:300px;
	padding:0px;
	float:left;
	}
	
#contentcenter {
	width:300px;
	padding:0px;
	float:left;
	}
	
#contentright {
	width:300px;
	padding:0px;
	float:left;
	}
	
#contentheader {
    /* push content down below logo in bg graphic */
	height: 190px;
	}
		
p,h1,h2,li,pre {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
		
h1 {
	padding-top:10px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	}
h2 {
	padding-top:10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	}
	
ul {
	font-size: 10px;
	}
	
.xsmall {
	font-size: 10px;
	}
	
/* #contentright p { font-size:10px} */

