#mainNavigation {
	position: absolute;
	height: auto;
	width: 750px;
	left: 10px;
	top: 20px;
}

.navItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color: #CCFFFF;
}

/* navigation area hyperlink style controls */

a:link#mainNavLink {
    color: #CCFFFF; 
    text-decoration: none; 
}
a:visited#mainNavLink { 
    color: #FFCCCC; 
    text-decoration: none; 
}
a:hover#mainNavLink {
    color: #00FF99; 
    text-decoration: none; 
}

/* content area hyperlink style controls */

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #CC00CC;
	text-decoration: none;
}

#deptLinks {
	position: absolute;
	height: auto;
	width: 120px;
	top: 130px;
	left: 628px;
	padding: 4px;
	background-color: #006699;
	border: thin solid #006699;
}

.deptLinksTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	line-height: 2em;
}

.deptLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}

.deptInfoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	line-height: 0.8em;
}

#content {
	position: absolute;
	height: auto;
	width: 600px;
	left: 10px;
	top: 130px;
	padding: 5px;
}

.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-transform: none;
	font-weight: bold;
	color: #006699;
}

.sectionTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	text-transform: none;
	font-weight: bold;
	color: #006699;
}

.subsectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: 009933;
	font-weight: bold;
	line-height: .1em;
}

.contentListlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}

.contentParatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
}

.subsubTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: 000000;
	font-weight: bold;
	font-size: .8em;
	line-height: 1.4em;
}