body {
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}
.sitename {
	font-size: 2em;
	color: #008979;
	padding: 3px;
}

.clear {
	clear: both;
}

.pageheading {
	font-size: 150%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	text-indent: 0;
	font-weight: bold;
}

/*** This is for the navigation underline on the selected page ****/
#navigationlvl1 ul li.selected a {
	color: #ffffff;
}
/***** End *****/

.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

.module {
	text-indent: 0;
}

.modulearchivedates {
	border-top: 1px dotted #ffb300;
	border-bottom: 1px dotted #ffb300;
	margin-top: 5px;
	padding: 5px 0;
	height: 20px;
}

.modulearchivetitle {
	float: left;
	padding-right: 5px;
}

.modulearchiveyears {
}

.modulearchiveyears ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.modulearchiveyears ul li {
	margin: 0;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: left;
	text-indent: 0;
}

.modulemaintitle {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

.moduledate {
	font-weight: normal;
}

.moduletext {
	margin-top: 10px;
}

.modulelist {
}


.modulelistrow {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px dotted #ffb300;
	border-bottom: 1px dotted #ffb300;
	background: #eeeeee;
}

.modulelistimage {
	width: 75px;
	margin-right: 20px;
	float: left;
}

.modulelistitem {
}

.modulelisttitle {
	padding: 0 5px;
	font-weight: bold;
}

.modulelistdate {
	font-weight: normal;
}

.modulelistsummary {
	padding: 0 5px;
}

.block {
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-color: #ddddff;
}

.block a {
	border: none;
}

.blockmaintitle {
	background-color: #1f578b;
	background-image: url(images/block_header_blue.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 110%;
	padding: 4px;
	color: #FFFFFF;
}

.blocktitle {
	padding: 10px 5px 0 5px;
}

.blockdate {
	display: none;
}

.blocktext {
	display: none;
}


/**** Shopping Cart Styles *****/
.maintable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #008979;
	border-left-color: #008979;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.warning {
	font-weight: bold;
	color: #CC0000;
}




#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 0.9em;	
}

.entryTable {
	font-size: 1em;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-size: 12px;
	border: 1px solid #008979;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.commentpanelouter {
	float:right;
	margin:0;
	margin-left:10px;
	width:200px;
	background-image:url(images/panel_bg.jpg);
	background-repeat:repeat-y;
}

.commentpanel {
	background-image:url(images/panel_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.commentpanelinner {
	background-image:url(images/panel_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:35px 10px 10px 15px;
	font-size:0.95em;
	line-height:120%;
	color:#FFFFFF;
}

.site {
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #dddddd;
	background:#eeeeee;
	padding:5px;
	float:left;
	text-align:center;
	font-size:0.9em;
}

.site img {
	margin-bottom:5px;
}

.site a {
	border:none;
}

