.thetable		{
position: relative;
display: table; 
width: 100%;
margin: 0;
padding: 0;
border: 0; 
clear: both;
border-spacing: 0; /* required by Opera 6 */
}

 /* hide this from opera6 */
head:first-child+body div.thetable {height: 100%;}

.tablerow		{display: table-row;}

.tablecell	{
display: table-cell;
border: 0;
padding: 0;
margin: 0; 
padding-top: 120px; /* header plus top level navigation bar */
padding-bottom: 50px;
vertical-align: top;
min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}

 /* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one				{
width: 115px; /* left column width less padding left and right */
padding-left: 10px;
padding-right: 5px;
background-color: #FFFFFF;
position: relative;
z-index: 5;
}
.two				{
width: auto; 
background: white; 
position: relative;
padding-left: 20px;
padding-right: 20px;
}
.three			{
width: 155px; /* right column width less padding left and right */
padding-left: 10px;
padding-right: 10px;
background-color: #cfe0e2;
position: relative;
}



 /* hide this from opera6 */
head:first-child+body div#footer {margin-bottom: 0;}


.sitename {
	font-size: 24px;
	color: #5663a6;
	padding: 3px;
}

#pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
	color: #5663a6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ab7900;
	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;
}

#toplevelnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#toplevelnav a:hover {
	color: #bfbfbf;
	text-decoration: none;
}

.sidenavlvl1 {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.sidenavlvl1 a {
	font-weight: normal;
	color: #5663a6;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	height: 10px;
}
.sidenavlvl1 a:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #5663a6;
}

.sidenavlvl2 {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.sidenavlvl2 a {
	font-weight: normal;
	color: #5663a6;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
}
.sidenavlvl2 a:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #5663a6;
}

.sidenavlvl3 {
	padding-top: 2px;
	padding-bottom: 2px;
	height:20px;
	width: 100%;
}

.sidenavlvl3 a {
	font-weight: normal;
	color: #5663a6;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
	padding-left: 5px;
}
.sidenavlvl3 a:hover {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #5663a6;
	padding-left: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5663a6
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5663a6;
	font-weight: bold;
	line-height: 140%
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5663a6;
	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: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5663a6;
	margin-bottom: 5px
}
.blockmaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5663a6;
	font-weight: bold;
	line-height: 100%;
	background-color: transparent;
	padding-bottom: 4px
}
.blocktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5663a6;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5663a6;
	line-height: 120%
}
.blockdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%
}
.block {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5663a6;
	margin-bottom: 5px;
	width: 100%
}

