/* ========================================================================= */
/* Body */
/* ========================================================================= */

body {
	background-image: url(bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}

/* ========================================================================= */
/* Links */
/* ========================================================================= */

a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

/* ========================================================================= */
/* Headers */
/* ========================================================================= */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

/* ========================================================================= */
/* Paragraphs, Blockquotes and Lists */
/* ========================================================================= */

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
}

/* ========================================================================= */
/* Left Column */
/* ========================================================================= */

#leftcol {
	clear:left;
	float:left;
	border-right:medium #000000;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}

#logobox {
	text-align:center;
}

/* ========================================================================= */
/* Right Column */
/* ========================================================================= */

#rightcol {
	float:right;
	padding-right:10px;
	padding-left:10px;
}

#sponsors {
	text-align:right;
}

/* ========================================================================= */
/* Middle Column */
/* ========================================================================= */

#story {
	padding-top:50px;
	background-color:#FFFFFF;
}


#relatedlinks {
	position:relative;
}

#posts {
	width: 500px;
	margin-left:225px;
	border-left:medium;
	border-color:#FFFFFF;
	margin-right:15px;
	padding: 2px;
}

#frontpagestory {
	height:260px;
	width:250px;
	margin-top:20px;
	float:right;
	text-align:right;
}

#cutline {
	text-align:center; 
	color:#990000; 
	font-size:16px; 
	font-weight:bold;
}

#frontpageimage {
	text-align:center;
}

#recentstories {
	width:235px;
	float:right;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#C2E5FB;
}

#recentstories a:hover {
	text-decoration: none;
	color:#990000;
}

/* ========================================================================= */
/* Footer */
/* ========================================================================= */

.footer {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

/* ========================================================================= */
/* Extra Font Styles */
/* ========================================================================= */

.tiny {
	font-size: 7px
}

.small {
	font-size: 9px;
}

/* medium is the standard font size */

.mediumbold {
	font-size: 11px;
	font-weight: bold;
}

.large {
	font-size: 13px;
	font-weight: bold;
}

.largebold {
	font-size: 13px;
	font-weight: bold;
}
