@charset "utf-8";
body {
	color: #003300;
}
/* CSS Document */
.wrapmain {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
}
#header {
	height: 200px;
	width: 900px;
}
#menubar {
	width: 900px;
	height: 70px;
}
#content {
	float: none;
	width: 860px;
	/*border: medium ridge #000000;*/
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 1em;
	padding-bottom: 20px;
	padding-left: 1em;
/*	background-image: url(images/background.jpg);*/
	background-color: #FFFFFF;	
}
#content a:link, a:visited, a:active {
	color : #000000;
}
#content a:hover {
	color : #000000;
	text-decoration: none;
	letter-spacing: normal;
}
#footer {
	clear: both;
	height: 130px;
	text-align: center;
	color: #000000;
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link, a:visited, a:active {
	color : #999999;	/*background : #000000;*/
}
#footer a:hover {text-decoration : none;
/*background : #000000;*/
color : #999999;
}
.title1 {
	font-family: "Trebuchet MS";
	font-size: 3.5em;
	color: #000000;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-weight: normal;
}
.title2 {
	font-family: "Trebuchet MS";
	font-size: 2.2em;
	color: #000000;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-weight: bold;
	padding-bottom: 10px;
	font-style: italic;
}
.title3bold {
	font-family: "trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
.title4boldital {
	font-family: "trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.title5boldcenter {
	font-family: "trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.title6bolditalcenter {
	font-family: "trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	font-style: italic;
	text-align: center;
}
.paragraph1main {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.paragraph2block {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	text-align: justify;
	padding-right: 10em;
	padding-left: 10em;
}
.paragraph3center {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	text-align: center;
}
.bullet1short {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	text-align: justify;
	margin-right: 15em;
	margin-left: 15em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.bullet2long {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	margin-right: 5em;
	margin-left: 5em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.footerTextwhite {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #FFF;
}
.footerTextblue {
	font-family: "trebuchet MS";
	font-size: 9pt;
	color: #014F91;
}
.footerTextblack {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 9pt;
}

.pic1 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 2em;
}
.pic2 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
.pic3 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 1em;
}
.bullet3left {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin-right: 45px;
	margin-left: 45px;
}
.title4redblock {
	font-family: "trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.paragraph4italic {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	font-style: italic;
}
.bullet1shortItalic {
	font-family: "trebuchet MS";
	font-size: 10pt;
	color: #000;
	text-align: justify;
	margin-right: 15em;
	margin-left: 15em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	font-style: italic;
}
.paragraph12pt {
	font-family: "trebuchet MS";
	font-size: 12pt;
	color: #000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.title6bolditalcenterred {
	font-family: "trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-align: center;
	background-color: #FFFFFF;
}
.paragraph5italic {
	font-family: "trebuchet MS";
	font-size: 12pt;
	color: #000000;
	text-align: justify;
	font-style: italic;
}
body {
	background-color: #000000;
}
a:link, a:visited, a:active {
	color : #999999;
}
 a:hover {
	color : #999999;
	text-decoration: none;

}
.style1 {font-size: 12px}
.style2 {color: #014F91; text-align: center; margin-top: 0.4em; margin-bottom: 0.4em; font-weight: bold; padding-bottom: 10px; font-family: "Trebuchet MS";}
.style3 {color: #000; text-align: justify; padding-left: 10px; padding-right: 10px; font-family: "trebuchet MS";}
