body {
	background-color: #c0c0c0;
	margin: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;	
}

.leftGutter {
	background-image: url(images/leftGutter.gif);
	background-repeat: repeat-y;
}

.rightGutter {
	background-image: url(images/rightGutter.gif);
	background-repeat: repeat-y;
}

.mastheadLeft {
	background-image: url(images/mastheadLeft.png);
	background-repeat: no-repeat;
}

.mastheadLeft p {
	position: relative;
	top: 60px;
	left: 140px;
	font-size: 8pt;
}

.mastheadLeft select {
	font-size: 8pt;
}

.mastheadLeft input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;}


.mastheadRight {
	background-image: url(images/mastheadRight.png);
	background-repeat: no-repeat;
}

.mastheadRight p {
	position: relative;
	top: 15px;
	left: 50px;
	font-size: 8pt;
}

.border {
	background-color: #404040;
}

.borderInterior {
	background-color: #9693aa;
}

.nav {
	background-color: #e1e1e1;
	text-align: center;
}

.navItem ul {
margin-left: 0;
margin-top: 20;
padding-left: 0;
list-style-type: none;
font-size: 9pt;
border-top: 1px solid black;
}

.navItem li {
	background-color: #595188;
	text-align: left;
}

.navItem a {
display: block;
padding: 3 3 3 3;
width: 100%;
background-color: #595188;
/*border-bottom: 1px solid black;*/
color: white;
}

.navItem a:link, .navItem a:visited {
color: white;
text-decoration: none;
background-color: #595188;
border-bottom: 1px solid black;
}

.navItem a:hover {
background-color: white;
color: #595188;
}

.content {
	background-color: white;
}

.content p, .content li {
	padding: 0 15 0 15;
	font-size: 10pt;	
}

.content h1 {
	font-weight: bold;
	font-size: 12pt;
	padding: 0 15 0 15;
}

.footerBorder {
	background-image: url(images/footerBorder.gif);
	background-repeat: no-repeat;
}

.footer p {
	text-align: center;
	font-size: 9pt;
	color: black;
}

.homeMore {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 15 2 15;
	color: gray;
	letter-spacing: 2px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #F2F2F2;
	padding-left: 5;
}

.newsTitleHomeMore {
	padding: 5 15 0 15;
	line-height: 1.5em;
	font-size: 8pt;
	text-decoration: none;
}

.newsTitleHomeMoreLink {
	font-size: 9pt;
	font-weight: normal;
}




.errortext {
	color: red;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: none;
}








.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}
		
.blogEntry {
	padding: 10 0 10 0;
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 15 2 15;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 2 15;
}

.blogText p {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	margin: 0 15 0 15;
	padding: 5 0 5 0;
	color: gray;	
	letter-spacing: 1.5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
	
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 0 15;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 15 20 15;
}

.previousPostsBox {
	line-height: 1.6em;
	padding-left: 40px;
	padding-right: 25px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.previousPostsLinks h3 {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
}


.blogHomeArchiveBox {
	line-height: 1.6em;
	padding-left: 40px;
	padding-right: 25px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.newsDate {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: 2px;
}

.newsDateRSS {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 0;
	letter-spacing: 2px;
}

.newsIsNew {
	color: red;
	background-color: #FFFF94;
	font-size: 8pt;
	letter-spacing: 1.5px;;
	padding: 0 2 0 2;
	font-weight: bold;
}	

.todayIs {
	color: black;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: normal;
	font-weight: bold;
}

.newsTitle {
	font-size: 14pt;
	font-weight: bold;
	padding: 0 15 0 15;
}

.newsTitleHome {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 15 0 15;
}


.newsTitleHomeMore {
	padding: 5 15 0 15;
	line-height: 1.5em;
	font-size: 8pt;
	text-decoration: none;
}



.newsBlurbHome {
	font-size: 9pt;
	font-weight: normal;
	padding: 0 15 10 15;
}



.newsCredit {
	font-size: 8pt;
	font-weight: normal;
	padding: 0 15 2 15;
	color: gray;
	letter-spacing: 2px;
}

.newsText {
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 2 15;
}

.newsText p {
	padding: 0;
}

.newsFooter {
	padding: 0 15 2 15;
	color: gray;	
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

.newsFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.newsFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.newsFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.newsFooterLeft {
	font-size: 8pt;
	text-align: left;
}

.newsFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
}

.newsComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 0 15;
}

.newsCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

.newsCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}



.businessDirectory {
	font-size: 9pt;
	line-height: 2em;
}

.businessDirectoryList {
	font-size: 9pt;
}

.businessDirectoryFeature {
	font-size: 11pt;
	background-color: #EBEEF3;
	border: 1px solid gray;
	padding: 15;
}

.businessDirectoryFeature h1 {
	width: 100%;
	border-top: 1px solid #dad9d6;
	border-bottom: 1px solid #dad9d6;
	font-weight: bold;
	color: #808080;
	padding-left: 0;
}


.businessDirectorySearch {
	margin: 10 15 10 15;
}

.businessDirectorySearch p {
	font-size: 9pt;
}

.businessDirectorySearchFeature {
	font-size: 11pt;
	background-color: #EBEEF3;
	border: 1px solid gray;
	padding: 15;
	margin: 10 15 10 15;
}

.businessDirectorySearchFeature h1 {
	width: 100%;
	border-top: 1px solid #dad9d6;
	border-bottom: 1px solid #dad9d6;
	font-weight: bold;
	color: #808080;
	padding-left: 0;
}

.newsPrintEmail {
	text-align: left;
	font-size: 8pt;
	padding: 5 15 5 15;
}

.sidebarBox {
	width: 190px;
	border: 1px solid #dad9d6;
	background-color: white;
	text-align: left;
	padding: 5 5 5 5;
	font-size: 9pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebarBox h1 {
	width: 100%;
	border-top: 1px solid #dad9d6;
	border-bottom: 1px solid #dad9d6;
	font-weight: bold;
	font-size: 10pt;
	color: #808080;
}

.sidebarBox p {
	font-size: 9pt;
}

.sidebarBoxLink a:link {
	color: blue;
	background-color: white;
	border: 0;
	text-decoration: none;
}

.sidebarBoxLink a:visited {
	color: blue;
	background-color: white;
	border: 0;
	text-decoration: none;
}

.sidebarBoxLink a:hover {
	text-decoration: underline;
}

.articleAd {
	float: right;
	padding-left: 20px;
}



