
.sitename {
	font-size: 24px;
	color: #336699;
	padding: 3px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	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: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active{
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
}
a.sidenav:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	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: #336699;
}

.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	line-height: 140%;
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	line-height: 140%;
}
.moduledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.modulesummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 5px;
}
.moduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.moduledivider {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	margin-bottom: 5px;
}
.blockmaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	background-color: #336699;
	padding: 0px 2px;
}
.blocktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}
.blockdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.block {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	margin-bottom: 5px;
	width: 100%;
}


.maintable {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.leftcolumn {
	background-color: #D5DFFD;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #336699;
	width: 130px;
}

.maincolumn {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.rightcolumn {
	background-color: #D5DFFD;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #336699;
	padding: 5px;
	width: 200px;
}

.footer {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #336699;
	background-color: #D5DFFD
	padding: 5px;
	font-size: 10px;
	line-height: 100%;
}

