body {
	font-family: 'Times New Roman', serif;
	font-size: 90%;
 	background: rgb(51,153,153) 6000px 6000px;
	margin: 0;
	padding: 1em;
	text-align: center;
} 

h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'Arial Black';
	font-size: 1.5em;
 	color: rgb(243,59,13);
}

h2 {
	font-family: 'Arial Black';
	font-size: 1.25em;
 	color: rgb(243,59,13);
}

h3 {
	font-family: 'Arial Black';
	font-size: 1em;
 	color: rgb(243,59,13);
}


#content {
	width: 790px; 
	height: auto;
	margin: 0; 
	padding: 0;
	border-right: solid 4px rgb(0,119,119);
	border-bottom: solid 4px rgb(0,119,119);
}

#copyright {
	width: 470px;
	margin: 20px 0px 0px 0px; 
	padding: 0; 
	font-size: 8pt;
	text-align: center;
	vertical-align: bottom;
}

#nav {
	width: 100%; 
	height: 24px; 
	background-image: url(images/blue-links-bg.gif); 
	background-repeat: repeat-x; 
	border-top: solid 2px #336699; 
	border-bottom: solid 2px #336699; 
	color: #ccffff;
	text-align: left;
}

#search {
	height: auto; 
	background: rgb(183,218,240); 
	margin: 0; 
	padding-left: 10px; 
	font-size: .75em; 
	color: #333366; 
	text-align: left;
}  

.adverts {
	width: 142px; 
	height: auto;
	padding: 4px;
	margin-left: 2px; 
	margin-bottom: 2px;
	border: solid 1px rgb(204,204,204);
	font-family: 'Times New Roman';
	font-size: 10pt;
} 

.articles-head {
	display: block; 
	margin: 0; 
	padding: 8px; 
	background: #ffff99; 
	font-family: 'Arial Black' sans-serif; 
	font-size: 17px; 
	color: blue;
	text-align: center;
}

.callouts {
	width: 140px; 
	height: auto;
	padding: 4px;
	margin-top: 300px;
	margin-left: 2px;
	border: solid 1px rgb(204,204,204);
	font-family: 'Times New Roman';
	font-size: 10pt;
	text-align: center;
} 

.callouts2 {
	width: 140px; 
	height: auto;
	padding: 4px;
	margin-top: 150px;
	margin-left: 2px;
	border: solid 1px rgb(204,204,204);
	font-family: 'Times New Roman';
	font-size: 11pt;
	text-align: center;
} 

.navlinks {
	display: inline;
	font-family: Corsiva, serif;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(212,255,241); 
	text-align: center;
}

p {
	text-align: left;
}

.navlinks2 {
	display: inline;
	font-family: Corsiva, serif;
	font-size: .75em;
	font-weight: bold;
	color: rgb(213,234,255); 
	text-align: center;
}


.leftcolumn {
	width: 140px; 
	font-family: Times New Roman; 
	font-size: .75em; 
	text-align: center;
}

a.navlink {
	display: inline; 
	color: rgb(213,234,255); 
	background: transparent; 
	text-decoration: none;  
	text-align: center; 
	line-height: 23px; 
	margin-top: 2px;
	padding: 2px 10px 2px 10px;
}

a.navlink:visited {
	display: inline;  
	color: rgb(213,234,255);
	background: transparent;
	text-decoration: none;  
}

a.navlink:hover {
	color: #333366;      
	background: #99ccff; 
	text-decoration: none;    
}

a.navlink:active {
	color: #c00; 
	background: transparent;
	text-decoration: none;  
}


a {
	color: #003366;
	text-decoration: underline;
}

a:active {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}







