ADDRESS, BLOCKQUOTE, B, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, MENU, OL, STRONG, P, TD, TH, UL
{
	font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif, serif;
}

/* Real styles */

A:link
{
	color: Blue;
	text-decoration: none;
	background: transparent;
}

A:visited
{
	color: Blue;
	text-decoration: none;
	background: transparent;
}

A:active
{
	color: Blue;
	background: transparent;
	text-decoration: underline;
}

A:hover
{
	color: Blue;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

DIV
{
	margin: 0px;
}

H1
{
	margin: 0px 0px 0px 0px;
	font: bold 24px georgia, "times new roman" ,times,serif;
}
H2
{
	margin: 0px 0px 0px 0px;
	font: bold 20px georgia, "times new roman" ,times,serif;
}
H3
{
	margin: 0px 0px 0px 0px;
	font: bold 17px georgia, "times new roman" ,times,serif;
	border-bottom: lightgrey 1px solid;
}
H4
{
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	font-family: Georgia, 'Times New Roman' , Serif;
}
H5
{
	margin: 0px 0px 0px 0px;
	font: bold 14px verdana, georgia, "times new roman" ,times,serif;
	text-align: center;
}
H6
{
	padding-top: 20px;
	margin: 0px;
	font: bold 12px verdana, georgia, "times new roman" ,times,serif;
	text-align: center;
}
HR
{
	margin: 0px;
	color: #ccc;
}

P
{
	font-size: 12px;
}
TD
{
	font-size: 12px;
}
SMALL
{
	font-size: 11px;
}
HTML
{
	background: white;
}
STRONG
{
	font-weight: bold;
}

.articleimage
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*  */
.mastheadbox
{
	margin: 0px;
	font: 10px Verdana, Arial, Sans-Serif;
	vertical-align: top;
	background-color: #660000;
}

.navbox
{
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	font: 10px Verdana, Arial, Sans-Serif;
	vertical-align: top;
	background-color: gainsboro;
	width: 130px;
}

.bodybox
{
	vertical-align: top;
	border-right: silver 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-left: silver 1px solid;
}

.adbox
{
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	font: 10px Verdana, Arial, Sans-Serif;
	vertical-align: top;
	width: 180px;
}

.ad
{
	padding-right: 4px;
	padding-left: 4px;
	list-style-position: outside;
	vertical-align: top;
	padding-top: 4px;
	list-style-type: disc;
	background-color: palegoldenrod;
}

.footerbox
{
	border-top: silver 1px solid;
	background-color: #660000;
	color: White;
}

.adtext
{
	color: Maroon;
}

/* Left hand nav links */
a.adminnav:link
{
	color: Maroon;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.adminnav:visited
{
	color: Maroon;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.adminnav:active
{
	color: Olive;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
a.adminnav:hover
{
	color: Olive;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}

a.bannernav:link
{
	color: White;
	background: transparent;
	text-decoration: none;
}
a.bannernav:visited
{
	color: White;
	background: transparent;
	text-decoration: none;
}
a.bannernav:active
{
	color: Olive;
	background: transparent;
	text-decoration: underline;
}
a.bannernav:hover
{
	color: Olive;
	background: transparent;
	text-decoration: underline;
}
