body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #0c3a69;
	text-align: center;
	color: white;
	font-family: "Trebuchet MS";
	}
	
.page-content {
	text-align: left;
	border: thin solid #285a8c;
	width:990px;
	height: 950px;
	}
	
.page-text {
	width: 970px;
	padding: 10px;
	}
	
.links {
	background-color: #285a8c;
	width: 990px;
	height: 30px;
	padding: 5px;
	}

a:link.bar {
	color: white;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
	}
	
a:visited.bar {
	color: white;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
	}
	
a:hover.bar {
	color: #f1bf55;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
	}
	
	
	h1 {
	color: #c18910;
	font-weight: lighter;
	font-size: 14pt;
	font-family: verdana;
	font-style: italic;
	}
	
	a:link.posttitle {
	color: #f1bf55;
	font-weight: lighter;
	font-size: 11pt;
	font-family: verdana;
	text-decoration: none
	}
	
	a:visited.posttitle {
	color: #f1bf55;
	font-weight: lighter;
	font-size: 11pt;
	font-family: verdana;
	text-decoration: none
	}
	
p {
	text-align: justify;
	font-size: 11pt;
	}	
	
a:link {
	color: white;
	}
	
a:visited {
	color: #c18910; 
	}
	
#leftcol { 
	position:relative;
	top:10px;
	left:10px;
	float:left;
	width:540px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:540px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	z-index:100;
	}
	
#rightcol {
	position:relative;
	top:10px;
	right:10px;
	float:right;
	width:390px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:390px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	z-index:99;
	}
