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

/* STYLES */

html {
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #001b61;
	}

body {
	margin: 0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
	}

body a {
	text-decoration:none;
	color:#000000;
	}

body a:hover {
	text-decoration:underline;
	color:#000000;
	}

body p {
	text-indent:25px;
	}

p.noindent {
	text-indent:0px;
	}

#Content h1 {
	text-align:center;
	font-family:Palatino Linotype, Adobe Garamond, Times New Roman, Times, serif;
	color:#000000;
	text-shadow: 3px 3px 2px #CCCCCC;
	}

img.RightImage {
	float:right;
	margin: 5px 0 10px 10px;
	}

img.LeftImage {
	float:left;
	margin: 5px 10px 10px 0;
	}

p.StaffBox {
	display: block;
	float: left;
	width:288px;
	height: 325px;
	padding:12px;
	text-indent:0px;
	}

img.StaffImg {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width:175px;
	text-indent:0px;
	}

/* LAYOUT */

#Container {
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0;
	border: solid;
	border-color: #000000;
	border-width: 2px;
	overflow:visible !important;
	}

#Header {
	background-image:url(images/header.jpg);
	width: 970px;
	height: 210px;
	clear:both;
	}

#Nav {
	background-color: #FFFFFF;
	width: 135px;
	height: 400px;
	float:left;
	}

.navlink{
	display:block;
	width: 111px;   /* Subtract 10 (121) */
	height: 24px;   /* Subtract 2  (26)*/
	background-image:url(images/navbuttonb1.gif);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:2px 10px 0px 0px;
	text-decoration:none;
	}

.navlink:hover{
	background-image:url(images/navbuttonb2.gif);
	color:#001b61;
	text-decoration:none;
	}

/* SUB NAV */

.SubNavWrap {
	height:20px;
	}

.SubNav{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
	}

.SubNav ul{
	list-style:none; 
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
	} 

.SubNav li{
	float:left;
	}

.SubNav li a{
	float:left;
	position:relative;
	padding: 2px 10px 2px 10px;
	float:left;
	height: 27px;
	background-image:url(images/SubNav-Bar_02.gif);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	}

.SubNav li a:hover{
	background-image: url(images/SubNav-Barb_02.gif);
	color:#FFFFFF;
	text-decoration:none;
	}

.SubNav li a.Selected{
	background-image:url(images/SubNav-Barb_02.gif);
	}

.LeftSubNav {
	width:22px;
	height:31px;
	background-image:url(images/SubNav-Bar_01.gif);
	}

.RightSubNav {
	width:23px;
	height:31px;
	background-image: url(images/SubNav-Bar_03.gif);
	}

#Sidebar {
	background-color: #FFFFFF;
	width: 175px;
	height: auto;
	float: right;
	}

#Content {
	padding: 0px 180px 0px 150px;
	}

#Footer {
	background-image:url(images/footer_gloss.gif);
	color:#FFFFFF;
	width: 970px;
	height: 25px;
	clear:both;
	}

#Copyright a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	}

#Copyright a:hover {
	color: #CCCCCC;
	}
