@charset "UTF-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	background-color: #0d5296;
	background-image: url(images/bodyBG_x.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Calibri;
	font-size: 12pt;
	color: #000;
	margin: 0;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	margin: 0;
}
.orange {
	color: #d68903;
	font-weight: bold;
}
.blue {
	color: #65BADC;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ABAB97;
}
h2 {
	font-size: 14px;
	color: #70180E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a1800;
	line-height: normal;
}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	font-family: arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#wrapper{
	height: auto;
	width: 818px;
	margin-left:auto;
	margin-right: auto;
}

#header {
	widows: 800px
	background-position: center;
	margin: 0px;
	padding: 0%;
}
#contentWrapper{
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBG_y.jpg);
}
#wecomeSubHeader {
	background-image: url(images/subHeader.jpg);
	height: 69px;
}
#aboutSubHeader {
	background-image: url(images/aboutSubHeader.jpg);
	height: 69px;
}
#contactSubHeader {
	background-image: url(images/contactSubHeader.jpg);
	height: 69px;
}
#thanksSubHeader {
	background-image: url(images/thankYouSubHeader.jpg);
	height: 69px;
}
#contentStyles {
	background-image: url(images/topBodyBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 400px;
}
#textPlacement {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 44px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul {
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.jpg);
	font-size: 12px;
	list-style-position:outside;
	line-height: 20px;	
}
.bullet2 {	
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet2.jpg);
	font-size: 12px;
	list-style-position:outside;
	
}
li {
	vertical-align: middle;
}	
ol {	
	color:#20858C;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.jpg);
	font-size: 12px;
	list-style-position:outside;
	line-height:22px;
	
}
a:link { 
color: white; 
text-decoration: none;
}
a:visited { 
color: white; 
text-decoration: none;
}
a:hover {
color: #006; 
text-decoration: none;
} 
a.alt:link {
	color: #6cb3dc;
	text-decoration: none;
}
a.alt:hover {
color: #006; 
text-decoration: none;
} 

