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

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	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: #000000;
	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: #FFFFFF;
	text-decoration: none;
}
a.footernav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidenavdivider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0066CC;
}

.modulemaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.moduletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
	line-height: 140%;
}
.moduleheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	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: #0066CC;
	margin-bottom: 5px;
}
.blockmaintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	background-color: #0066CC;
	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: #0066CC;
	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: #0066CC;
	border-left-color: #0066CC;
	background-color: #FFFFFF;
}

.maintablefullwidth {
	background-color: #FFFFFF;
}

.leftcolumn {
	width: 170px;
}

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


.rightcolumn {
	padding-left: 20px;
	width: 200px;
}

.footer {
	background-color: #0066CC;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 100%;
}



/* VERTICAL NAVIGATION */
/* Navigation Styles */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: url(none) none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 14em;
		margin-top : -2em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left : 16em;
		margin-top : -1.35em;
	}
	
	#nav li a {
	width: 15em;
		w\idth : 14em;
	display : block;
	color : black;
	text-decoration : none;
	background-color : transparent;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	border-right: 0px none;
	border-left: 0px none;
	background: url(/themes/Minimix/images/nav_divider.jpg) center bottom no-repeat;
	}
	
	#nav li ul a {
	width: 16em;
		w\idth : 15em;
	display : block;
	color : white;
	text-decoration : none;
	background : none;
	background-color : #0066CC;
	padding-left : 0.5em;
	padding-top : 0.4em;
	padding-bottom : 0.4em;
	border-top: 1px solid #999999;
	border-right: 0px none;
	border-bottom: 1px solid #999999;
	border-left: 0px none;
	}
	


	
	#nav li a:hover {
		color : black;
		background-color : transparent;
	}
	
		#nav li ul a:hover {
		color : #000000;
		background-color : #d8892d;
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
