body {
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	font-family: Trebuchet MS, serif;
}

#wrapper {
	margin: 0;
	width: 971px;
	margin-left: auto;
	margin-right: auto;	
	height: 100px;
	position: relative;
}

#main {
	margin: 0;
	width: 971px;
	background-image: url(images/mainBackground.jpg);
	background-repeat: repeat-y;
	background-color: white;	
	float: left;
}

#leftGutter {
	position: relative;
	float: left;
	width: 10px;
	height: 300px;
	background-image: url(images/leftGutter.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#contentContainer {
	float: left;
	padding: 0;
}

#masthead {
	position: relative;
	background-image: url(images/mastheadBackground.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 121px;
	width: 951px;
}

#mastheadLeft {
	float: left;
	position: relative;
	background-image: url(images/mastheadLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 121px;
	width: 173px;
}

#mastheadRight {
	float: right;
	position: relative;
	background-image: url(images/mastheadRight.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	height: 121px;
	width: 778px;
}

#cm_navigation {
	/*position: relative;*/
	background-image: url(images/navigationBackground.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
	width: 951px;
}

#contentEnv {
	width: 951px;
	float: left;
	background-image: url(images/contentEnvBackground.jpg);
	background-repeat: repeat-y;
}

#content {
	position: relative;
	background-image: url(images/contentBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 667px;
	text-align: left;
	float: left;
	background-color: white;
}

#content h1 {
	font-size: 16pt;
	padding: 20 20 0 180;
}

#content p, #content li {
	font-size: 10pt;
	line-height: 1.6em;
	padding: 0 20 0 20;
}

#homeContentTop {
	height: 300px;
	width: 615px;
	background-image: url(images/homeContentTop.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	margin-top: 60px;
}

#homeContentTop h1 {
	text-align: left;
	font-size: 15pt;
	padding: 20 0 0 20;
}

#homeContentTop h2 {
	text-align: left;
	font-size: 13pt;
	padding: 5 0 0 20;
	font-weight: bold;
	color: #ee5400;
}

#homeContentTop a {
	color: #ee5400;
	text-decoration: underline;
}

#homeContentTop a:hover {
	color: #ee5400;
	text-decoration: none;
}

#homeContentTop p {
	text-align: left;
	font-size: 9pt;
	padding: 0 200 0 20;
}

#homeContentTop li {
	text-align: left;
	font-size: 9pt;
	padding: 0 240 0 0;	
}

#rightSidebar {
	position: relative;
	float: right;
	width: 284px;
	background-color: #EE5300;
	color: white;
	height: 100%;
}

#rightSidebar h1 {
	width: 264px;
	font-size: 20pt;
	font-color: orange;
}

#rightSidebar p {
	width: 264px;
	text-align: left;
	font-size: 10pt;
	line-height: 1.4em;
	padding: 0 10 0 10;
}

#rightGutter {
	position: relative;
	float: right;
	width: 10px;
	height: 300px;
	background-image: url(images/rightGutter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;	
}

#footer {
	clear: both;
	width: 971px;
	background-image: url(images/footerBackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
	padding: 25 0 0 0;
	text-align: center;
	font-size: 9pt;
}

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

#Laxwrapper
{
	position:absolute;
	top:175px;
	display: none;
	left: 30px;
}
