@charset "utf-8";
/* CSS Document */


/* ---- STANDARD STYLES ---- */
body {
	background-image: url(../images/bkgrnd-template1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

a {
	color: #003471;
	text-decoration: underline;
}

a:hover {
	color: #003471;
	text-decoration: overline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 6px 12px 0px 10px;
	margin: 0px;
}

hr {
	height: 1px;
	color: #999999;
	border: 0;
}

img {
	border: 1px solid black;
}

/*--------- MAIN NAV -----------*/

.menu {
	position: absolute;
	top: 192px;
	left: 0px;
	z-index:10;
	margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {	
	padding:0;
	margin:0;
	list-style-type:none;
	width:155px;
}

/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px; 
	ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */
.menu li {
	position: relative;
	background: ;
	height: 26px;
	padding:0;
	margin:0;
}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block; 
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 155px;
	color: #000;
	text-indent: 10px;
	border-bottom: 1px solid black;
	padding:0;
	margin:0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	background: white; 
	width: 155px; 
	w\idth: 155px;
	padding:0;
	margin:0;
}

/* style the link hover */
* html .menu a:hover, .menu #selected {
	color:#790000; 
	background:white;
	font-weight: bold;
}

.menu :hover > a {
	color:#790000; 
	background:white;
	font-weight: bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:155px;
	background:#a9ac99;	
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

/*--------- TEAM -----------*/

.contenthead {
	position: absolute;
	top: 192px;
	left: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.content {
	position: absolute;
	top: 238px;
	left: 190px;
	width: 610px;
	height: 570px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #790000;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/*--------- FOOTER -----------*/

.footer {
	position: absolute;
	top: 838px;
	left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 6px 0px 16px 0px;
	margin: 0px;
}

.footer #ibar {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px 6px 0px 6px;
	display: inline;
}

.footer a, .footer a:visited {
	color: black;
	text-decoration: underline;
}

.footer a:hover {
	color: black;
	text-decoration: overline;
}
