/* Comment Line */
td,
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.4em;
}
body {
	background: #6B80B7;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#content a:hover,
#content .page-top a:hover,
a:hover {
	color: #aaaaaa;
}
div {
	position: relative;
}
.clear-floats {
	clear: both;
}
.centered {
	margin: auto;
	text-align: center;
}
.centered img {
	margin-left: 20px;
}
.bigger {
	font-size: 1.1em;
}
/****** Page Layout  ********/
#page-bg {
}
#page-border {
	position: relative;
	width: 900px;
	margin: auto;
	background: white;
}
#content {
/*  -moz-border-radius: 10px;*/
/*  border-radius: 10px;*/
  border: 1px solid #fff;
/*	background:  url(images/corners-top.gif) no-repeat scroll center top;*/
  padding: 5px 30px;
}
#page-content {
	float: left;
	width: 720px;
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 20px;
  z-index: 100;
	background: #C3DEFC;
}
#footer {
	background:  url(images/footer-back.jpg) no-repeat scroll center top;
	color: white;
	padding-bottom: 2px;
}
#footer table {
	position: relative;
	margin: auto;
}
#copyright {
/*	position: absolute;
	bottom: 10px;*/
}
#bayberry {
	width: 900px;
	margin: auto;
	color: white;
	font-size: 0.9em;
	padding-left: 10px;
	padding-top: 10px;
}
#right-ad {
	position: absolute;
	top: 10px;
	left: 580px;
	width: 290px;
	border: black 3px double;
	padding: 5px;
}
/****** Text  ********/
h1 {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #2B2853;
	font-size: 1.8em;
	padding-left: 3px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #2B2853;
	font-size: 1.6em;
	padding-left: 3px;
	font-weight: bold;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #2B2853;
	font-size: 1.2em;
	padding-left: 3px;
	font-weight: bold;
}
ul {
	left: 60px;
	position: relative;
}
#right-ad ul {
    left: 5px;
}
#header img {
	position: relative;
}
#header div {
	width: 210px;
	float: right;
	top: 40px;
	text-align: right;
	right: 10px;
}
#header a {
	color: #6B80B7;
}
#content a {
	color: #6B80B7;
}
#left-front {
	width: 600px;
}
.page-top {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 1.4em;
	font-weight: bold;
	color: #2B2853;
	left: 100px;
}
#content .page-top a {
	color: #2B2853;
}
.page-top p {
	position: relative;
}
.page-top .indent1{
	left: 40px;
}
.page-top .indent2{
	left: 80px;
}
.page-top .indent3{
	left: 120px;
}
.big-blue {
	color: #5B6D9C;
	font-size: 1.2em;
}
.bold-blue {
	color: #5B6D9C;
	font-weight: bold;
	font-size: .9em;
}
.less-space-vertical {
	margin-top: 0;
}
#flowchart {
	top: 20px;
	float: right;
	margin-bottom: 160px;
	width: 380px;
}
#flowchart p{
	font-style: italic;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 10px;
}
.trellis {
	margin-right: 15px;
}
/****** Menu ********/
#nav {
	z-index: 1;
/*	background: #C3DEFC;*/
	top: 10px;
	text-align: center;
	clear: both;
}
#nav ul {
	position: relative;
	float: left;
	left: 80px;
	display: block;
	margin: 3px auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#nav li {
  float: left;
/*  margin-left: 10px;*/
  text-align: center;
  padding: 2px 0;
  position: relative;
/*  border-top: #cccccc thin solid;*/
  background: url("images/button-back.gif") no-repeat scroll center;
}
#nav li a {
  font-weight: normal;
	display: block;
	font-size: 1.1em;
  position: relative;
  width: 160px;
  height: 30px;
  padding-top: 8px;
  color: white;
}
#nav li a:hover {
  color: #aaaaaa;
}

