body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #333333;
	background-color:#F0E3DD;
	margin:0px auto 0px auto;
	padding:0px;
	border:none;
	width:800px;
}

a:link, a:visited{
	color:#003366;
}

a:hover{
	color:#669933;
}

h1{
	font-size:16px;
	font-weight:bold;
}

#banner{
	color: #fff;
	border-bottom:1px solid #fff;
	background:url(../images/header_bg.jpg) repeat-x;
	height:88px;
}

#fish{
	background:url(../images/fish_bg.jpg) repeat-x;
	border-bottom:1px solid #fff;
	height:162px;
}

#navigation{
	float: left;
	width: 130px;
	background:url(../images/nav_col_base.gif) repeat-y;
}

#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li a{
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color:#fff;
}

#navigation ul li a:hover{
	color: #000;
}

#content{
	float:left;
	width:590px;
	padding:10px;

}

.cleardiv{
	clear: both;
	height:.1px;
}

/*                     ------- CIT Styles -----                  */

#footer{
	padding:5px 0px 5px 0px;
	border-top:1px solid #ffffff;
	background-color:#754A41;
	text-align:center;
	color:#FFFFFF;
	font-size:85%;
	float:left;
	width:800px;
}

.gray_strip{
	border-top:1px solid #ffffff;
	width:auto;
	height:27px;
	background-color:#EEE;
	font-size:11px;
	color:#113355;
	padding:4px 0px 2px 15px;
}

.gray_strip a{
	text-decoration:none;
}

.square{
	background:url(../images/square.gif) repeat-y;
	border-top:1px solid #fff;
	padding-left:20px;
	margin:0px;
	list-style-position:outside;
}

.rightArrow a{
	text-decoration:none;
	align:center;
	padding-left:30px;
}

.leftArrow a{
	text-decoration:none;
	align:center;
}

.navbuttons {
	text-align:center;
	padding:10px;
}


.title{
	background-color:#2C3554;
	color:#CBBC9E;
	padding:1px 0px 1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	line-height:22px;
	text-indent:20px;
}

.selected{
	background:url(../page/graphics/red_arrow.gif) no-repeat;
	margin-left:5px;
}







