body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #a70004;
	font-family: Arial, sans-serif;
}

a {
	color: #026478;
	text-decoration: underline;
}

a:hover {
	color: #029FBE;
	text-decoration: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width: 949px;
}

#masthead {
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 949px;
	margin: 0;
	padding: 0;
	border: 0;	
}

#masthead p {
	color: white;
	font-weight: normal;
	font-size: 9pt;
	text-align: right;
	padding: 5 0 0 0;
	margin: 0;
}

#masthead a:link {
	color: white;
	text-decoration: underline;
}

#masthead a:visited {
	color: white;
	text-decoration: underline;
}

#masthead a:hover {
	color: white;
	text-decoration: none;
}

#navigation {
	position: relative;
	height: 27px;
	width: 949px;
	background-image: url(images/navBackground.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;	
}

#navigation p {
	margin: 0;
	padding: 5 10 4 329;
	color: white;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

#belowNav {
	height: 48px;
	width: 949px;
	background-image: url(images/belowNavBackground.png);
	background-repeat: no-repeat;
}

#main {
	float: left;
	width: 949px;
	background-image: url(images/mainBackground.png);
	background-repeat: repeat-y;
	z-index: 1;
	/*position: relative;*/
}

#leftCol {
	width: 190px;
	/*position: relative;*/
	float: left;
}

#leftCol p {
	text-align: left;
	padding: 0 10 0 10;
	color: white;
	font-size: 9pt;
}

#leftCol a {
	text-align: center;
}

#leftCol a:link {
	color: white;
	text-decoration: underline;
}

#leftCol a:visted {
	color: white;
	text-decoration: underline;
}

#leftCol a:hover {
	color: white;
	text-decoration: none;
}

#content {
	/*position: relative;*/
	float: left;
	width: 569px;
	text-align: left;
	z-index: 2;
}

#content h1 {
	text-align: left;
	padding: 0 25 0 25;
	font-size: 12pt;
	color: #4e73b5;
}

#content h2 {
	text-align: left;
	padding: 0 25 0 25;
	font-size: 12pt;
	color: #4e73b5;
	text-decoration: underline
}


#content p {
	padding: 0 25 0 25;
	line-height: 1.6em;
	font-size: 9pt;
	color: #404040;	
}

#content table {
	padding: 0 25 0 25;
}

#content td {
	font-size: 9pt;
	color: #404040;	
}

#content th {
	font-size: 9pt;
	color: #404040;	
}

#content ul {
	text-align: left;
	list-style-position: inside; 	
	padding: 0 25 0 25;
}

#content ol {
	text-align: left;
	list-style-position: inside; 	
	padding: 0 25 0 25;
}

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

#prodTable {
	border: 1px solid black;
	border-collapse: collapse;
}

#prodTableTH {
	border: 1px solid black;
	border-collapse: collapse;	
}

#prodTableTD {
	border: 1px solid black;
	border-collapse: collapse;	
}


#rightCol {
	/*position: relative;*/
	float: right;
	width: 190px;
	vertical-align: top;
}

#rightCol h1 {
	color: white;
	text-align: center;
	font-size: 11pt;
	padding: 0 10 0 10;
	text-decoration: underline;
}

#rightCol img {
	text-align: center;
}

#rightCol p {
	text-align: center;
	padding: 0 10 0 10;
	color: white;
	font-size: 9pt;
}

#rightCol a {
	color: white;
	text-decoration: none;
}

#rightCol a:hover {
	color: white;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 949px;
	background-image: url(images/footerBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#footer p {
	padding: 28 20 0 20;
	font-size: 9pt;
	color: white;
}

#footer a {
	color: white;
	text-decoration: underline;
}

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


/* 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;
}

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