* {
	margin: 0;
	padding: 0;
}

body {
	background: #6A9CE5 url(/data/css/gfx/background.png) repeat-x fixed;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 { color: #00C; }

.pageWrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #FFF url(/data/css/gfx/header.jpg) no-repeat top left;
	width: 740px;
	height: 122px;
	margin: 0 auto;
}

#header h1, #header h2 { text-indent: -9999em; }

#navigation {
	width: 738px;
	height: 30px;
	line-height: 30px;
	color: #EFEFEF;
	font-size: small;
	border-bottom: 1px #D6E3F7 solid;
	border-top: 1px #D6E3F7 solid;
	background: #3A6DC0;
	margin-left: 1px;
	text-align: right;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 18px 0 0;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: underline;
}


#content {
	background: #FFF url(/data/css/gfx/content_bg.jpg) repeat-y top center;
	width: 740px;
	margin: 0 auto;
}



#content a:hover { color: #F00; }
#content a:visited { color: #909; }

#content div, #content p, #content h1, #content h2, #content h3 {
	padding: 6px 12px;
}

.contentBG {
	background: transparent url(/data/css/gfx/content_bg_btm.jpg) no-repeat bottom center;
	padding-bottom: 32px;
}

#content h4 {
	font-size: 115%;
}

ul { list-style-type: none; }

#content div#module-nav { 
	float: left;
	font-size: smaller;
	margin: 12px 12px 6px 1px;
	padding: 0;
	width: 150px;
}

#module-nav h5 {
	padding: 0 0 6px 6px;
	position: absolute;
}

#module-nav ul { 
	border-top: 1px #000 solid; 
	border-right: 1px #000 solid; 
	padding: 18px 0 28px 0;
	background: #FFF url(/data/gfx/menu_bg-vert.png) repeat-x top left;
	list-style-type: none;
	}

	#module-nav ul li {
		width: 150px;
		margin: 0;
	}
	
	#module-nav ul li a {
		display: block;
		padding: 4px 0 4px 18px;
		width: 132px;
		text-decoration: none;
		border-bottom: 1px #666 solid;
	}


	#module-nav ul li a var{
		display: none;
		background: #CFDBF3 url(/data/gfx/menu_bg.png) repeat-y top left;
		max-width: 275px;
		padding: 18px 12px;
		border: 2px #336 solid;
		color: #003;
		text-indent: 0;
		font-style: normal;
		text-align: left;
		font-weight: bold;
	}
	
	#module-nav ul li a:hover {
		background: #92a5cc;
		color: #FFF;
		font-weight: bold;
	}
	
	#module-nav ul li a:hover var {
		position: absolute;
		display: block;
		margin-left: 65px;
		margin-top: -12px;
	}


#footer {
	clear: both;
	color: #000;
	border-top: 1px #D6E3F7 solid;
	padding: 12px 0 22px 0;
	background: transparent;
	font-size: x-small;
	margin-top: 12px;
}

.warn { color: #F00; }


.box {
	border: 1px #666 dashed;
	width: 75%;
	margin: 20px auto;
	background: #CFDBF3 url(/data/gfx/menu_bg.png) repeat-y top left;
}

.box h3 {
	font-size: 175%;
	text-align: right;
	
	color: #FFF;
	border-bottom: #FFF solid 1px;
	padding: 0 18px 0 0;
}


.xls, .pdf, .mp3, .zip, .vid { line-height: 55px; padding-left: 55px; }

.xls {
	background: transparent url(/images/xls-icon.gif) no-repeat center left;
	}

.pdf {
	background: transparent url(/images/pdf-icon.gif) no-repeat 4px center;
	}

.mp3 {
	background: transparent url(/images/mp3-icon.gif) no-repeat 6px center;
	}
	
.vid {
	background: transparent url(/images/vid-icon.gif) no-repeat 6px center;
	}

.zip {
	background: transparent url(/images/zip-icon.jpg) no-repeat center left;
	}
	
.clear { clear: both; }



#content h4 { padding: 18px 16px; }

/* #content li { margin: 6px 0; } */

.center { text-align: center; }

.bold { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.ur {
	text-decoration: underline;
	color: red;
}
.red { color: red; }
.navy { color: #00C; }