/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #000066;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
}
p {
	font-size: 80%;
	font-weight: 400;
}
h1 {
	font-size:120%;
}
h2 {
	font-size:100%;
	}
h3 {
	font-size:90%;
	}

#holder {
	position:relative;
	width: 770px;
	w\idth: 770px;
	background:#ffffff;
	text-align: left;
	margin: 10px auto 0 auto;
	background-image: url(../images/colbackground.jpg);
	background-repeat: repeat-y;
	/*border: thin solid #000000;*/
}
#absimg {
	position:absolute;
	background-image:url(../images/traverselogotrans.gif);
	height:67px;
	width:120px;
	bottom:70px;
	left: 1px;
	}
#header {
	background:#CCCCCC;
	background-color: #CCCCCC;
	height: 125px;
	}
#bannerfooter {
	background:#000066;
	margin:0;
	padding:0;
	border: 1px solid #000000;
	/*background-image: url(../images/bannfoot.gif);*/
	height: 16px;
	background-image: url(../images/bannerfoot2.gif);
	background-repeat: repeat-x;
}

#nav {
	width:139px;
	float:left;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	margin:20px 0px 0px 10px;
	display:inline;
	background-repeat: no-repeat;
	background-image: url(../images/navback2.gif);
	height:500px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#nav #links {
	line-height:100%;
	padding-bottom:350px;
	background-image:url(../images/linkbottom2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#nav #links ul {
	padding:0;
	margin:62px 0px 0px 0px;
	list-style-type:none;
	/*border:1px solid #333;*/
}

#nav #links ul li a {
	display:block;
	text-decoration:none;
	color:#000066;
	padding:8px 0 5px 10px;
}

#nav #links li a:hover,#nav li a:focus {
	color:#009900;
	background-image:url(../images/blockback.gif);
}
#undernav {
	padding: 0px;
	float:left;
	width:139px;
	text-align: center;
	}
#undernav p {
	font-size:60%;
	}
#rightcol {
	width:140px;
	margin:20px 10px 0 10px;
	float:right;
	display: inline;
	}
#rightcol h1 {
	font-size:120%;
	}
.rightpod {
	width:130px;
	padding:2px 2px 6px 2px;
	margin:5px 5px 0 5px;
	font-size:90%;
	background-image: url(../images/podback.gif);
	text-align: center;
	background-repeat: no-repeat;
	/*(word-wrap: break-word;*/
	}
.rightpod p {
	background-color:#FFFFCC;
	border:1px solid #999999;
	padding:3px 3px 3px 3px;
	}
.rightpod h3 {
	color:#FFFFFF;
	font-size:18px;
	}
.strongtext {
	font-weight:800;
	}
#content {
	padding: 15px;
	margin-left: 155px;
	margin-right: 165px;
	margin-top: 10px;
	background-image: url(../images/topfadedimg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#content p {
	line-height: 130%;
	text-align:justify;
	padding:15px 0 10px 0;
}
#content li {
	text-align:justify;
	font-size:80%;
	margin:0 0 0 30px;
	padding: 5px 0 5px 0;
	}
#content h3 {
	padding:10px 0 10px 0;
	/*border-bottom:1px dotted #999999;*/
	}
#content h2 {
	padding:20px 0 0 0;
}
#content #object {
	margin:0;
	padding:0;
	width:400px;
	height:100%;
	border:1px solid #000000;
	}
#contemt td {
	height:12px;
	}
#prefooter {
	Height:18px;
	border-top:1px solid #999999;
	text-align:center;
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	margin-top:20px;
}
#prefooter a {
text-decoration:none;
}	
#footer {
	background:#990000;
	height: 50px;
	background-image: url(../images/footergraphic.gif);
	color: #333333;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p {
	margin:0px;
	padding:15px 5px 0px 30px;
	color:#333333;
	}
.callout {
font: bold 130% georgia, "Times New Roman", Times, serif;
color: #333;
margin: 0;
padding: 0px 0px;
}
.rightfloat {
float:right;
border:solid #333333 1px;
margin-left:10px;
}
.pictures {
	border:2px solid #999999;
	}
a:active, a:visited {
	color:#000066;
	}
a:hover, a:focus {
	color:#00CC00;
	}
.clearit{
clear: both;
}
form {
  margin: 10px 10px 0 10px;
  }
#name, #email {
  width: 200px;
  }
#message {
  width: 370px;
  height: 150px;
  }
/* warning style */
.warning {
	color:#FF0000;
	}
