
/*************************/
/* MAIN BODY */
/*************************/
body {
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	color: #707070;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.MainTable {
	width: 770px;
	margin: 0px 0px 0px;
	border-left: solid 1px rgb(125,125,125);
	border-right: solid 1px rgb(125,125,125);
	border-bottom: solid 1px rgb(125,125,125);
	background-color: #ffffff;
	height: 100%;
}

.img-header {background-image: url(header.jpg); background-repeat: no-repeat; width: 770px; height: 144px;}
.img-leftnav {background-image: url(leftnav.jpg); background-repeat: no-repeat; width: 69px; height: 375px;}
.img-footer {background-image: url(footer.jpg); background-repeat: no-repeat; width: 770px; height: 36px;}

.GlobalNav {
	margin-bottom: 3px;
	margin-left: 200px;
	margin-top: 120px;
	color: #007C99;
	font-weight: bold;
	font-size: 100%;
}
.GlobalNav a {color: #007C99; text-decoration: none;}
.GlobalNav a:hover {color: #996633; text-decoration: underline;}

/******************************/
/* SUB-NAVIGATION */
/******************************/
.nav-sub {
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
.nav-sub ul {float: left; width: 160px; margin: 0px; padding: 0px;}	
.nav-sub li {margin: 0px; padding: 0px;}
.nav-sub li.group a {
	height: 1.5em;
	line-height: 1.5em;
	margin: 1px 0px 1px 0px;
	padding: 0px 3px 0px 10px;
	color: #007C99;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 1pt dashed Silver;
}
.nav-sub li a {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	margin: 1px 0px 1px 0px;
	padding: 0px 3px 0px 20px;
	color: #007C99;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1pt dashed Silver;
}
.nav-sub li a:hover, .nav-sub li a.selected {
	color: #007C99;
	text-decoration: none;
	background: #F2F2F2;
}

.small {
	font-size: 75%;
	line-height: 1.5em;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 5px 0px;
}

p {margin: 0px 10px 5px 5px; padding: 0px; line-height: 1.3em; font-size: 85%;}
p a {color: #007C99; font-size: 95%;}
h1 {font-size: 130%; color: #996633; text-align: left;}
h2 {font-size: 100%; color: #996633;}

.footer td {
	color: White;
	padding-top: 16px;
	letter-spacing: .1em;
	font-size: .72em;
	font-weight: 500;
}

.footer a {
	color: White;
}


