body
{
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background-color: #7F9BBC;
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-x;
	color: #000;
}

/* Frame structure */

#frame, #pullQuote { width: 800px; }

#frame
{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}

#topNav
{
	width: 685px;
	height: 30px;
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	background-image: url(../images/topNav_bkgrd.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 115px;
}

#column200
{
	width: 200px;
	margin: 0px 30px 0px 0px;
	float: right;
	background-color: #FFF;
}

#column515
{
	width: 515px;
	float: left;
	margin: 0px 0px 40px 30px;
}

#column515, #column200

{
	text-align: left;
	display: inline;
	position: relative;
}

#footer
{
	clear: both;
	height: 55px;
	background-color: #4478A4;
	text-align: left;
	padding: 10px 0px 0px 15px;
}

.storyEnclose
{
	margin: 0px 0px 30px 0px;
	border-color: silver;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	background-color: #FFF;
}




/* Text-Link styles */

h1
{
	color: #999;
	font-family: verdana, arial, sans-serif;
	margin: 20px 0px 0px 0px;
}

h2, h3, p, .intro, ul, label
{
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}

h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3, .sideHeader { font-size: 12px; }

h1, h3, #topNav a:link, #topNav a:visited  { font-weight: bold; }

p, ul, #topNav a:link, #topNav a:visited, .dateline
{
	font-size: 11px;
	line-height: 15px;
}

#column200 p, p.date
{
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

p { margin: 12px 0px 0px 0px; }

p.date { margin: 12px 0px 12px 0px; }

#footer p
{
	color: #FFF;
	margin: 0px;
	font-size: 10px;
}


h2 { margin: 5px 0px 0px 0px; }
h3 { margin: 25px 0px 0px 0px; }

#columnRight a:link, #columnRight a:visited, .eventDate, #secondNav, #mastInnerEnclose
{
	font-size: 12px;
	line-height: 16px;
}

a:link, a:visited, .eventDate

{
	text-decoration: none;
	color: #6EB130;
	font-weight: bold;
}

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

#footer a:link, #footer a:visited
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

#column200 a:link, #column200 a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#footer a:hover, #rollover a:hover { text-decoration: none; }



/* Etc Styles */

.storyEnclose img
{
	float: left;
	display: inline;
	padding: 20px 20px 10px 0px;
}

.newsDate, .newsExcerpt, #footer p { font-size: 10px; }
.newsExcerpt, .sidebarText { color: #666; }

.sidebarText
{
	font-size: 11px;
	line-height: 15px;
	color: #999;
	margin: 0px 0px 30px 0px;
}


.dateline, .sideHeader
{
	color: #4478A4;
	font-weight: bold;
}

.dateline { margin: 10px 0px 20px 0px; }
.sideHeader { margin: 2px 0px 12px 0px; }



ul
{
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 30px;
}

li { margin: 0px 0px 6px 0px; }


.highlight { color: #F5CB09; }
