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

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: top center;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1585b5;
	font-family: Gotham-Book, Arial, Helvetica;
	font-style: normal;
	background-image: url(../images/bkgrd.png);
	background-color: #1585b5;
	margin-top: 0px;
	background-repeat: repeat;
	z-index: 3;
}

a {
	color: #90cd85;
	text-decoration: none;
	border-bottom: 0px dotted;
}
a:visited {
	border-bottom: 0px #ffffff solid;
}
a:hover {
	border-bottom: 0px solid;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gotham-Book, Arial, Helvetica;
	font-style: normal;
	color: #4f879d;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
}

/* Header Area Styles */
div#header {
	height: 180px;
	width: 800px;
	text-align: center;
	margin-left: 12%;
	background-image: url(../images/main2.png);
	background-repeat: no-repeat;
	top: 0px;
}

/* Main Area Styles */
div#Main {
	width: 800px;
	margin-left: 12%;
	height: 600px;
	text-align: center;
	background-image: url(../images/main3short.png);
	background-repeat: no-repeat;
}

div#content {
	width: 800px;
	height: 410px;
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: center center;
}

	
div#subcontent {
	width: 700px;
	float: left;
	padding: 0 10px 15px 15px;
	height: 490px;
	overflow: scroll;
}
	div#subcontent p {
		margin: 0 0 12px 8px;	
	}
	div#subcontent h1 {
		margin: 40px 0 6px 8px;
	}
	div#subcontent h2 {
		margin: 60px 0 6px 8px;
	}
	div#subcontent h3 {
		margin: 0 0 0 8px;
	}
	div#subcontent h3 a {
		border: none;	
	}
	div#subcontent h3 a:hover {
		border-bottom: 1px dotted;	
	}

	
/* Footer Area Styles */
div#footer {
	font-family: Gotham-Book, Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	width: 800px;
	height: 45px;
	text-align: center;
	margin-left: 12%;
}
