* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	background-color: #FFF;
}

body {
	height: 100%;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
	margin:0 auto;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #65cdff;
}

h1 {
	font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: 400;
	color: #65cdff;
	padding: 0;
	margin-top: 35px;
}

h2 {
	font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 600;
	padding-bottom: 15px;
}

h3 {
	font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: 600;
	color: #65cdff;
	padding: 0;
	margin-top: 3px;
}

p {
	margin-top: 25px;
}

ul {
	padding: 0;
	padding-top: 17px;
	margin-left: 20px;
}

li {
	color: #000;
	padding-top: 8px;
	padding-left: 20px;
	font-weight: bold;
}

ul li
{
list-style: none;
background: url(/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 12px;
} 

li a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

li a:hover {
	color: #66cbff;
	text-decoration: underline;
}

div#wrapper {
	position: relative;
	width: 1025px;
	padding-top: 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
	background-color: #cc99cc;
	width: 100%;
	height: 179px;
}

img#logo {
	position: absolute;
	left: 78px;
	top: 43px;
}

img#headerContact {
	position: absolute;
	right: 73px;
	top: 118px;
}

div#mainBody {
	position: relative;
	text-align: left; 
	margin-top : 3px;
	margin-bottom: 3px;
	background-image: url('/images/mainBody_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eff6fc;
	padding-top: 8px;
	min-height: 553px;
	margin-top: 3px;
}

img#mainImage {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

div#mainText {
	width: 533px;
	position: relative;
	margin-left: 78px;
	line-height: 20px;
	z-index: 2000;
}

#logotable{
}

div#menu {
	color: #959595;
	font-size: 85%;
	margin-left: 78px;
}

div#menu a {
	color: #959595;
	text-decoration: none;
}

div#menu a:hover {
	color: #c795ca;
}

.selectedLink {
	color: #c795ca;
	text-decoration: underline;
}

.smallText {
	font-size: 70%;
	margin-top: 10px;
	margin-bottom: 4px;
}

.moreInfo {
	font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: 500;
	color: #65cdff;
	padding: 0;
	margin-top: 3px;
}

div#footer {
	position: relative;
	padding-top: 5px;
	text-align: left;
	background-color: #cb99cc;
	width: 947px;
	height: 20px;
	color: #FFF;
	font-size: 70%;
	font-weight: 500;
	padding-left: 78px;
}

div#footerLink {
	position: absolute;
	top: 5px;
	right: 73px;
}

div#footer a {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #f2f2f2;
	text-decoration: none;
}