html, body{
	width:100%;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#48525B;
}

table {
	font-size:12px;
}

.tblOutBorder {
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1;
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1;
	}	

.bottomborder {
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
	}	
	
.topborder {
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1;
	}	

.Highlights{
	border-left-style: solid; 
	border-left-width: 1; 
	border-left-color: #006699;
	border-right-style: solid; 
	border-right-width: 1; 
	border-right-color: #006699;
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	border-bottom-color: #006699;
	border-top-style: solid; 
	border-top-width: 1; 
	border-top-color: #006699;
}
	
.Image{
	border-left-style: solid; 
	border-left-width: 1; 
	border-left-color: #CCCCCC;
	border-right-style: solid; 
	border-right-width: 1; 
	border-right-color: #CCCCCC;
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	border-bottom-color: #CCCCCC;
	border-top-style: solid; 
	border-top-width: 1; 
	border-top-color: #CCCCCC;
}
	
ul li{
	background: url('IMAGES/Layout_List_Square.gif') no-repeat;
	padding-left: 1.0em;
	margin-bottom: .2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

ul{
	margin: 0; padding: 2px; list-style-type: none;
}

A {
	text-decoration: none; color: #006699;
}

A:hover{
	TEXT-DECORATION: underline;
}

A.showlink{
	text-decoration: underline;
}

.bottomborder {
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:2;
	}	
	
.topborder {
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1;
	}	

.RowBorderBottom {
	border-bottom-style:solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width:1;
	}	

.bottomborderBlue {
	border-bottom-style:solid;
	border-bottom-color:#94b3d0;
	border-bottom-width:2;
	}	

.textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-width:1;
	background-color:#EDF3EF;
	}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-width:1;
	background-color:#EDF3EF;
	}

/*=========================================
	Department page header
Review for possible consolidation with main header styles
===========================================*/

#deptThemeHeader {
	width: 100%;
	height: 155px;
	margin: 0;
	padding: 0;
}

#deptBanner {
	position: relative; /*This div must be positioned for globalNav positioning to work. */
	top: 0px;
	width: 100%;
	height: 155px;
	margin: 0;
	padding: 0;
	background-image: url('IMAGES/Layout_Header_Trail.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#deptBanner h1 {display: none;}


#largeDeptSeal{
	position: absolute;
	top: 45px;
	left: 10px;
}


#deptTitle {
	position: absolute;
	top: 60px;
	left: 120px;
	font-family: arial;
	font-size: 20px;
	color: #687983;
}

.deptSmallTitle {
	font-size: 11px;
}

/* First level navigation.
The container for this div must be positioned as well. */
#deptNav {
	position: absolute;
	top: 110px;
	left: 130px;
	width: 880px;
	margin: 0;
	padding:0;
	font-size:15px
}

#deptUtilityNav {
	position: absolute;
	left: 696px;
	top: 90px;
	width: 300px;
	text-align: right;
}

/* =======================================
	Hacks for IE 5 & 6
==========================================*/

/* side navigation */
* html #sideNav {
	width:212px; 
	w\idth:204px;
}