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: #FFE;
}

#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 0px 0px 30px;
	float: left;
/*
	background-color: #EEE;
*/
}

#column515
{
	width: 515px;
	float: right;
	margin: 0px 30px 40px 0px;
/*
	background-color: #EEE;
*/
}

#column560-center
{
	width: 560px;
	float: left;
	margin: 0px 0px 40px 110px;
/*
	background-color: #EEE;
*/
}

#column515, #column560-center, #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 15px 0px;
	padding: 0px 0px 15px 0px;
	border-color: silver;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
/*
	background-color: #FFF;
*/
}

#blog-page-nav
{
	width: 560px;
	float: left;
	display: inline;
	margin: 0px 0px 15px 0px;
}


/* Text-Link styles */

h1
{
	color: #666;
	font-family: georgia, serif;
	margin: 20px 0px 0px 0px;
}

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

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: 0px 0px 12px 0px; }

p.date { margin: 4px 0px 8px 0px; }

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


h2 { margin: 25px 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; }

label { width: 100%; text-align: left; }

li.alt { background-color: #eeeed4; }

ol.commentlist li
{
	margin: 0px;
	padding: 6px;
}

ol.commentlist
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}


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

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


.highlight { color: #F5CB09; }
