#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 100%;
	z-index: 1;

}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#banner {
	height: 100px;
	position: relative;
}

#navigation {
  float:left;
  width:100%;
  background:#DAE0D2 url("images/tabs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}

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

#navigation li {
  float:left;
  background:url("images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#navigation a {
  display:block;
  background:url("images/tabs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#407FA9;
}

#navigation a.normal {
	display: inline;
	padding: 0;
	background-image: none;
}

#navigation a:hover {
  color:#333;
}

#navigation #current {
  background-image:url("images/tabs/left_on.gif");
}

#navigation #current a {
  background-image:url("images/tabs/right_on.gif");
  color:#fff;
  padding-bottom:5px;
}

#greeting {
	position: relative;
	float: right;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #407FA9;
	font-size: .9em;
	font-weight: bold;

}

#maincontent {
	clear: both;
	top: 150px;
	padding: 10px;
	background-color: #407FA9;
	margin: 0;
}

#maincontent h3{
	margin: 5px 0 0;
	padding: 2px 0 2px 5px;
	background-color: #FEA84C;
	border-bottom: solid 1px #407FA9;
	color: #fff;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontent h4{
	margin: 0;
	padding: 2px 0 2px 5px;
	background-color: #FEA84C;
	border-bottom: solid 1px #407FA9;
	color: #fff;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#maincontent a{
	color: #407FA9;
}

.floatleft {
	float: left;
	clear: left;
	width: 485px;
	margin-bottom: 5px;
}

.floatright {
	float: right;
	clear: right;
	width: 285px;
	margin-bottom: 5px;
}

.floatleftsmall {
	float: left;
	clear: left;
	width: 285px;
	margin-bottom: 5px;
}

.floatrightbig {
	float: right;
	clear: right;
	width: 485px;
	margin-bottom: 5px;
}

.full {
	clear: both;
	width: 780px;
	border: solid 1px #90B0C4;
	margin-bottom: 5px;
}

#maincontent .full h3{
	margin-top: 0;
}

#maincontent.contenttext {
	background-color: #FFFFFF;
	margin: 0;
	border: solid 1px #90B0C4;
}

#maincontent p, #maincontent table {
	margin: 0;
	padding: 0 5px 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#maincontent table {
	width: 100%;
}

#maincontent ul {
	margin: 0;
	padding: 0 5px 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: none;
}

#maincontent li {
	padding-bottom: 10px;
}

form {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	left: auto;
	right: auto;
	padding: 0;
	margin: 10px 0 0;
	width: 100%;
	background-color: #90B0C4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
}

#footer a {
	color: #407FA9;
	font-weight: bold;
	text-decoration: none;
}

.ital {
	font-style: italic;
	color: #407FA9;
}

.tack {
	height: 17px;
	width: 21px;
}
.hide {
	display: none;
}
.show {
	display: block;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #407FA9;
	text-decoration: none;
	padding: 0px 2px 1px 3px;
	border: 1px solid #FEA84C;
	background-color: #FFFFFF;
}

a.button:hover {
	color: #FFFFFF;
	background-color: #FEA84C;
}


#maincontent h3 .button {
	border: 1px solid #407FA9;
}

.noshrink {
	font-size: 1.2em;
}
.clear {
	clear: both;
}
.sep {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
.key {
	border: 1px solid #000000;
	width: 200px;

}
fieldset {
	background-color: #FFFFFF;
}

legend {
	background-color: #FFFFFF;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
