body {
	background-color:#323030;
	text-align:center;
}
.sitename {
	font-size: 175%;
	color: #666666;
	padding: 3px;
}

.pageheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: bold;
	color: #FFB200;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.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;
}

a.topnav:link, a.topnav:visited, a.topnav:active {
	color: #666666;
	text-decoration: none;
}
a.topnav:hover {
	color: #000000;
	text-decoration: none;
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
}
a.sidenav:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	color: #000000;
}

a.footernav:link, a.footernav:visited, a.footernav:active {
	color: #000000;
	text-decoration: none;
}
a.footernav:hover {
	color: #000000;
	text-decoration: underline;
}

.sidenavdivider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}

.modulemaintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: bold;
	color: #FFB200;
}
.moduletitle {
	font-size: 120%px;
	font-weight: bold;
	padding-top: 10px;
}
.moduleheading1 {
	font-size: 120%px;
	color: #FFB200;
	font-weight: bold;
}
.moduledate {
}
.modulesummary {
	padding-bottom: 10px;
}
.moduletext {
}

#module img {
	border: none;
	padding: 0;
}

.moduledivider {
	border-bottom: 1px solid #FFB200;
	padding-bottom: 10px;
}
.blockmaintitle {
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	padding: 0 5px 5px 5px;
}
.blocktitle {
	font-weight: bold;
	line-height: 120%;
	padding: 5px 5px 0 5px;
}
.blocktext {
	line-height: 120%;
}
.blockdate {
	line-height: 120%;
	padding: 0 5px 0 5px;
}
.block {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 90%;
	color:#FFFFFF;
}

.block a {
	color: #FFFFFF;
	text-decoration: none;
}

.maintable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.leftcolumn {
	background-color: #EFEFEF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	width: 130px;
}

.maincolumn {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.rightcolumn {
	background-color: #EFEFEF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	padding: 5px;
	width: 200px;
}

.footer {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #EFEFEF;
	padding: 5px;
	font-size: 75%;
	line-height: 100%;
}




#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 75%;	
}

.entryTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	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-family: "Courier New", Courier, mono;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.noborder {
	border: none;
	}