body {
	background-color: #e1e1e1;
	color: black;
	font-family: Arial, sans-serif;
	margin: 0;
}

a {
	color: #0066A8;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	min-height: 800px;
	background-color: white;
	background-image: url(images/wrapperBackground.jpg);
	background-repeat: repeat-y;
	align: center;
}

#masthead {
	width: 850px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 106px;
}

#masthead p {
	text-align: right;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;		
	padding-top: 20px;
}

#navigation {
	width: 850px;
	height: 37px;
	background-image: url(images/navigationBackground.jpg);
	background-repeat: no-repeat;	
}

#homeMain {
	width: 850px;
}

#flashcontent {
	height: 378px;
}

#main {
	width: 850px;
	min-height: 600px;
}

#main h1 {
	padding: 0 0 0 0;
	color: #0099ff;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
}

#main h2 {
	padding: 0 0 0 0;
	color: gray;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#main h3 {
	padding: 0 0 0 0;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#main p {
	text-align: left;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;	
}

#main li {
	text-align: left;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;	
}

#main td {
	text-align: left;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;	
}

#main th {
	text-align: left;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;	
}

#homeTitle {
	width: 850px;
	height: 35px;
	background-image: url(images/homeTitleBack.jpg);
	background-repeat: no-repeat;	
}

#homeTitleBoxLeft {
	float: left;
	width:574px;
	text-align: left;
	height: 35px;
}

#homeTitleBoxLeft h1 {
	color: #0099ff;
	font-size: 22px;
	font-weight: normal;
	line-height: 35px;
	display: inline;
}

#homeTitleBoxRight {
	float: right;
	width: 275px;
	text-align: left;
	height: 35px;
}	

#homeTitleBoxRight h1 {
	color: #0099ff;
	font-size: 22px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 35px;
	display: inline;
}

#homeTitleShadow {
	width: 850px;
	height: 31px;
	background-image: url(images/homeTitleShadow.jpg);
	background-repeat: no-repeat;	
	clear: both;
}

#homeLine2Left {
	float: left;
	width: 578px;
	text-align: left;
}

#homeLine2Left p {
	color: #404040;	
	font-size: 12px;
	font-weight: normal;
	padding: 0 20 0 0;
	line-height: 1.6em;
}

#homeLine2Right {
	float: right;
	width: 271px;
	text-align: left;
	border-left: 1px solid #E2E2E2;
}	

#homeLine2Right p {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 20;
}

.homeNewsDate {
	font-size: 12px;
	font-weight: bold;
}

.homeNewsBlurb {
	font-size: 12px;
}

.homeNewsBlurb a {
	color: blue;
	text-decoration: underline;
}

.homeNewsBlurb a:hover {
	text-decoration: none;
	color: #0099ff;
}

#footer {
	clear: both;
	border-top: 1px solid #E2E2E2;
	width: 850px;
}

#footer p {
	padding: 10 20 10 20;
	text-align: center;
	font-size: 11px;
	color: black;
}






/* CDG CMS Styles */

.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;
}

.photo {
	float: right;
	padding: 0 0 10 10;
}

.linksTable {
	border: 1px solid #C8D2DC;
	border-collapse: collapse;
	font-size: 9pt;
	padding: 0 15 0 15;
	margin-left: 15;	
}

.linksTable th {
	font-weight: bold;
	background-color: #C8D2DC;
	color: black;
	padding: 10px;
	border: 1px solid;
	font-size: 11pt;
}

.linksTable td {
	background-color: #F4F4F4;
	border: 1px solid;
	padding: 10px;
}

.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: 0 15 2 15;
	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;
	/*padding-left: 10px;*/
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	/*padding-right: 10px;*/
}

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

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

.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 0 20 0;
}

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

.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: 5px;
	padding-right: 5px;
}

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