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

/** Hiearchy **/
.hierarchy {
	font-size:12px;
	color:#390;
}

.hierarchy td {
	background-color:#F2F2F2;
}

.hierarchy a {
	font-size:12px;
	color:#060;
	text-decoration:none;
	font-style:bold;
}

.hierarchy a:hover {
	font-size:12px;
	color:#390;
	text-decoration:none;
	font-style:bold;
}
/**************/

/** Body **/
body {
	margin-top: 0px;
	background-color: #002F00;
}

.mainBody {
	background:url(images/mainbg.gif);
	font-family:"Times New Roman", Times, serif;
	color:#030;
	font-size:18px;
}

.mainBody a {
	color:#060;
	font-family:"Times New Roman", Times, serif;
	/*font-weight:bold;*/
	text-decoration:none;
	border-bottom:1px dotted #060;
	font-size:18px;
}

.mainBody a:hover {
	color:#060;
	font-family:"Times New Roman", Times, serif;
	/*font-weight:bold;*/
	text-decoration:none;
	border-bottom:1px solid #060;
	font-size:18px;
}

.imageLinks a {
	text-decoration:none;
	border-bottom:0px;
}

.imageLinks a:hover {
	text-decoration:none;
	border-bottom:0px;
}
/**********/

/** Footer **/
.footer a {
	color:#E1FFE1;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}

.footer a:hover {
	color:#E1FFE1; 
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

.footer {
	color:#E1FFE1; 
	background:url(images/footerbg.gif); 
	line-height:25px;
}
/************/

/**** spam prevent ****/
#human {
	visibility:hidden;
	display:none;
}
/**********************/

/****** custom styles ********/
.staffHeaderTitle {
	font-size:28px;
	color:#333;
	font-weight:bold;
}

.staffHeaderName {
	font-size:22px;
	color:#333;
	font-weight:bold;
}

.staffHR {
	width:100%;
	height:1px;
	border:0;
	color:#030;
	background-color:#030;
}

/*****************************/