@charset "utf-8";
/***WORD Web Design layout styles***/
#container {
	width: 1084px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7693bd;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
body {
	background-color: #7693bd;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

/***WORD Web Design global text styles***/
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
}
.H1 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #09F;
}
.H2 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	font-style: normal;
}
.H3 {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	font-style: normal;
}
.rightcolumn {
	font-size: 12px;
	text-align: center;
}
.rightcolumnH1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.footertext {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.footercopyright {
	font-weight: normal;
	font-size: 10px;
	color: #CCC;
	text-align: left;
}
.footerdesigner {
	font-weight: normal;
	font-size: 10px;
	color: #CCC;
	text-align: right;
}
.rightcolumnH2 {
	font-weight: normal;
	font-size: 12px;
}
.formtext {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

/***WORD Web Design text link styles***/
a:link {
	color: #36638D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3F83B0;
}
a:hover {
	text-decoration: none;
	color: #373F90;
}
a:active {
	text-decoration: underline;
	color: #000;
}
a.ftrnav:link {
	color: #fff;
	text-decoration: none;
}
a.ftrnav:visited {
	text-decoration: none;
	color: #ccc;
}
a.ftrnav:hover {
	text-decoration: none;
	color: #F8DB36;
}
a.ftrnav:active {
	text-decoration: underline;
	color: #fff;
}
a.wwd:link {
	color: #ccc;
	text-decoration: none;
}
a.wwd:visited {
	text-decoration: none;
	color: #ccc;
}
a.wwd:hover {
	text-decoration: none;
	color: #fff;
}
a.wwd:active {
	text-decoration: none;
	color: #ccc;
}
