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

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

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

#wrapper {
/*	background-image: url(images/logo.jpg);
*/	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	width: 1024px;
	height: 820px;
	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-top: 50px;
}

#rightside a:link {
	color: #008AD9;
}
#rightside p {
	padding-left: 30px;
	text-align: right;
}
#leftside a:link {
	color: #008AD9;
}
#leftside a:hover {
	text-decoration: none;
	color: #04A651;
}

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

#rightside h2 {
	color: #0075BA;
}


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

#footertop {
	position: absolute;
	top: 530px;
	clear: left;
	width: 520px;
	height: 90px;
	left: 250px;
}

#footer {
	position: absolute;
	top: 630px;
	clear: left;
	font-size: 9px;
	width: 520px;
	left: 250px;
}


#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;
}

/*#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: 24px;
}

p {
	color: #666;
}

