@charset "UTF-8";
/* CSS Document */

/*Header Styles*/	
#depttitle {
	background: #660000;
	}
	
#depttitle h1{
	font-size: 160%;
	}		
	
#top_right_tab {
	border-left: #660000 1px solid;
	color:#660000;
}	

#deptsearch {
	color:#FFFFFF;
}
#deptsearch a {
	color:#FFFFFF;
	}

/*Nav Styles*/	
#sub_nav {
background-color:#EFF1EB;  /*  color of left nav bar  */
color: #660000;
}
#sub_nav li a {
	color: #660000;
	list-style:none;
	text-decoration:none;
}
#sub_nav ul li a:hover {
	color: #000000;
}
#sub_nav_right {
	background-color:#EFF1EB;  /*  color of right nav bar  */
	border:1px solid #660000;
}
#sub_nav_right li a {
	color:#660000;
	list-style:none;
	text-decoration:none;
}
#sub_nav_right ul li a:hover {
	color:#000000;
}
/*Breadcrumb*/	
#breadcrumb a:hover{
	color: #660000;
	text-decoration:underline;
}
/*--GENERAL CLASSES----------------------------------------------------------------*/
.bold {
	font-weight: bold;
	}
.italic{
	font-style: italic;
	}
.urgentmessage{
	color:#FF0000;
	}
.header_with_line{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #333333;
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fulllength{
	width:100%;
	clear: both;
}	
.leftimage{
	border: none;
	margin: 10px;
	width:auto;
	float:left;
}
.rightimage{
	border: none;
	margin: 10px;
	width: auto;
	float: right;
}
.center{
	text-align: center;
}
.right{
	float: right;
	text-align: right;
}
.left{
	float: left;
	text-align: left;
}
.indnt {
	text-indent: 1.5em;
}

.dottedboxrtsmall {
	float:right; 
	width:25%;
	border-style:dotted; 
	border-color:#CCCCCC;
	font-size:95%;
	text-align:center;
	}
	
.external {
	
}