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

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	background-image: url(images/bg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#wrapper {
/*	background-image: url(images/hood.jpg);
*/	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

/*#masthead {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
*/
#leftside {
	position: absolute;
	left: 0;
	font-size: 14px;
	font-style: oblique;
	width: 250px;
	padding-top: 50px;
}

#rightside {
/*	background-image: url(images/rightside.jpg);
	background-position: top;
	background-repeat: no-repeat;
*/	position: absolute;
	right: 0px;
	top: 0;
	width: 250px;
	height: 466px;
	padding: 0px;
}

#rightside a:link {
	color: #008AD9;
}
#leftside a:hover {
	text-decoration: none;
	color: #04A651;
}

#leftside h2 {
	font-size: 22px;
	padding-right: 20px;
}

#mainContent {
	background-image: url(images/content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 523px;
	position: absolute;
	left: 250px;
	padding-top: 75px;
}

#mainContent p {
	color: #666;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

#mainContent h1 {
	color: #38A4CD;
	font: Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
}
#mainContent h2 {
	color: #38A4CD;
	font: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}


#footertop {
	width: 520px;
	height: 90px;
}

#footer {
	font-size: 9px;
	width: 520px;
}

#footer p {
	font-size:9px;
}

#footertop a:link {
	color: #FFF;
}

#footertop a:link {
	text-decoration: none;
	color: #FFF;
}
#footertop a:visited {
	text-decoration: none;
	color: #FFF;
}
#footertop a:hover {
	text-decoration: none;
	color: #FFF;
}


/*#footer a:link {
	color: #FFF;
}
*/
/*#logo {
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 535px;
	height: 598px;
}
*/
h1, h2, h3, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: normal;
}
h1 {
	font-size: 32px;
	color:#FFF;
}
h2 {
	font-size: 24px;
	color: #0089D6;
}
h3 {
	font-size: 32px;
	color: #42A3CB;
	padding-left: 15px;
}

p {
	color: #666;
}

