@charset "UTF-8";
/* CSS Document */
 
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
	background-image: url(../bg.png);
}
table, td
{
	border-color: #CCCCCC;
	border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
	margin: 0;
	padding: 6px;
	border-width: 1px 1px 0 0;
	background-color: #FFFFFF;
}
.formtxt {
	font-size: 13px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.eleven {
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
}
#right a:hover {
	color: #BDD4E1;
	text-decoration: none;
}
#right a {
	color: #006699;
	text-decoration: underline;
}
.thrColFix #container {
	width: 940px;
	text-align: left;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDD4E1;
	border-bottom-color: #BDD4E1;
	border-left-color: #BDD4E1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	border-top-width: 0px;
	border-top-style: none;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	background-image: url(../cont_bg.png);
} 
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	padding-bottom: 15px;
}
.thrColFix #left {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
.thrColFix #right {
	float: right; /* since this element is floated, a width must be given */
	width: 158px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainContent a:visited {
	color: #006699;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	color: #006699;
	text-decoration: none;
}
#right img {
	border: 8px solid #B4C6B9;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
h1 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.5em;
	color: #006699;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headercont {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 177px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BDD4E1;
	border-left-color: #BDD4E1;
}
#logo {
	float: left;
	width: 168px;
	height: 177px;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
}
#header {
	width: 772px;
	float: right;
	clear: right;
	height: 177px;
}
#noborder {
	width: 155px;
}
#noborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li a:visited {
	color: #175A40;
	text-decoration: none;
}
#right {
	font-size: 10px;
	color: #006699;
	line-height: 1.4em;
}
.caption {
	font-size: 10px;
	color: #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent li {
	margin-bottom: 20px;
	list-style-type: none;
	background-image: url(../bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 23px;
}
h3 {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
}
#right h1 {
	font-size: 14px;
}
#postcard {
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
}
