@charset "utf-8";
/* CSS Document */

body {
	background-color:	#669966;
	margin:				0px;
	font-family: 		Tahoma, Verdana sans-serif;
	font-size:			10pt;
}

img {
	border:				0;
}

h2 {
	margin-top:			0;
	color:				#333333;
	border-bottom:		1px solid #CCCC66;
	font-size:			14pt;
}

table {
	border-collapse:	collapse;
}

a {
	color:				#336633;
}

a:hover {
	text-decoration:	none;
}

#header {
	background:			url(img/golden.gif) repeat-x;
	display:			block;
	margin-bottom:		7px;
	height: 			33px;
	border-bottom: 		1px solid #000000;
}

#header .txt {
	border:				1px solid #000000; 
	font-size:			11px; 
	padding:			2px 8px 0px 8px; 
	width:				160px; 
	background-color:	#FCFCDE;
}

#top-navigation {
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-left: 5px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
}

#top-navigation a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#top-navigation a:hover {
	text-decoration: underline;
}

#quicklinks-menu {
	float: right;
	text-align: left;
	margin-right: 12px;
	margin-top: 4px;
	padding: 2px 2px 0px 2px;
}

.quicklinks { 
	color : #000000; 
	font-size : 11px; 
	text-decoration : none; 
	padding: 2px 8px 0px 8px; 
}

#logo {
	background:			url(img/logo-gradient.jpg) repeat-x;
}

#logo .topright {
	float:				right;
}

.deptText {
	color:	 		#FFF; 
	font-family:	'Trebuchet MS', tahoma, serif; 
	font-size:		26px; 
	font-weight:	bold; 
	letter-spacing:	1px; 
	line-height:	120%;
	position:		absolute;
	top:			80px;
	left:			191px;
	visibility:		visible;
	z-index:		2;
}

.deptTextShadow {
	color:			#000; 
	font-family:	'Trebuchet MS', tahoma, serif; 
	font-size:		26px; 
	font-weight:	bold; 
	letter-spacing:	1px; 
	line-height:	120%;
	position:		absolute;
	top:			82px;
	left:			193px;
	visibility:		visible;
	z-index:		1;
}

.green {
	background-color:	#669966;
}

#breadcrumb {
	background:			url(img/round-topleft.gif) top left no-repeat #CECE6C;
	padding:			4px;
	padding-left:		15px;
	font-size:			12px;
}

#print {
	background:			url(img/print.gif) center left no-repeat;
	padding-left:		20px;
	float:				right;
	font-size:			11px;
	height:				15px;
}

#print a {
	color:				#000;
}

#ask {
	text-align:			center;
}

#content {
	padding:			15px;
	line-height:		130%;
}

#content_footer {
	background:			url(img/round-bottomleft.gif) bottom left no-repeat #CECE6C;
	text-align:			right;
	padding:			4px 15px;
}

#content_footer a {
	text-decoration:	none;
	color:				#000;
	background:			url(img/up.gif) center left no-repeat;
	padding-left:		10px;
}

#content_footer a:hover {
	border-bottom:		1px dashed #000;
}

#content th {
	background-color:	#797DB0;
	color:				#FFF;
	padding:			4px;
	text-align:			left;
	border:				1px solid #797DB0;
}

#content td {
	background-color:	#DADAEB;
	padding:			4px;
	border:				1px solid #797DB0;
}

#content li {
	margin-top:			10px;
	margin-bottom:		10px;
}

#footer {
	text-align:			right;
	color:				#9DBE9D;
	padding:			8px;
}

#footer a {
	color:				#FFF;	
}

#footer_logo {
	display:			none;
}
