@charset "utf-8";

/* to zero margins in browsers (as some have defaults 
* {
  	margin: 0;
  	padding: 0;
}
*/
body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}


#container {
	background-color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 100%;
}
#logo_image {
	margin: 0px;
	float: left;
	width: 600px;
	height: 160px;
}

#logo_name {
	background-color: #BDE8E8;
	float: left;
	height: 200px;
	width: 200px;
	background-position: center center;
	left: auto;
	top: 50px;
	right: auto;
	bottom: 50px;
	vertical-align: bottom;
}
#logo_name img {
	margin-top: 30px;
}
#nav {
	background-color: #FFFF9F;
	margin: 0px;
	float: left;
	width: 600px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-position: bottom;
	padding-bottom: 5px;
}


#nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
}
#nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
}
#bar_1 {
	height: 25px;
	clear: both;
	width: 800px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	background-color: #3A8785;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
}
#bar_1 .caption {
	width: 200px;
	float: left;
	margin-top: 3px;
}
#bar_1 .caption2 {
	margin-top: 3px;
	margin-left: 175px;
}
#boxes {
	margin: 0px;
}
#boxes .content_3 {
	font-size: 75%;
	float: left;
	width: 179px;
	color: #006699;
	padding: 10px;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
}
#boxes .content_3 p {
	margin: 0px 0px 10px;
}
#footer {
	background-color: #3A8785;
	width: 100%;
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	clear: both;
	float: none;
}


.box1 {
	background-color: #BDE8E8;
	float: left;
	margin: 0px;
	border: 25px solid #87D6D6;
}


.box2 {
	float: left;
	border: 25px solid #ADE2E2;
}
.box3 {
	float: left;
	border: 25px solid #BDE8E8;
}
.box4 {
	float: left;
	border: 25px solid #D5F0F0;
}
#content_1 {
	width: 800px;
	clear: both;
	margin: 0px;
}
#content_2 {
	font-size: 75%;
	color: #3A8785;
	margin-left: 200px;
	text-align: left;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #3A8785;
	border-right-color: #3A8785;
	border-bottom-color: #3A8785;
	border-left-color: #BDE8E8;
}
#content_2 a:link {
	text-decoration: underline;
	color: #3A8785;
}
#content_2 a:visited {
	text-decoration: underline;
	color: #3A8785;
}
#content_2 a:hover {
	text-decoration: underline;
	color: #474644;
}
#content_image {
	margin-top: 20px;
	float: left;
	margin-left: 13px;
	padding: 0px;
}
.left_image {
	margin-top: 20px;
	float: left;
	margin-left: 25px;
	padding: 0px;
}
#signoff {
	font-size: 60%;
	color: #CCCCCC;
	background-color: #999999;
	line-height: 120%;
	padding: 5px;
}
#signoff a {
	color: #CCCCCC;
	text-decoration: none;
}
#signoff a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#signoff a:hover {
	color: #333333;
	text-decoration: none;
}
