html {
	background-image: url(../Graphics/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #000000;
	margin: 0px;
	min-height: 100%;
	height: auto; 

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../Graphics/top_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	list-style-image: url(../Graphics/bullet.gif);
	height: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
}
.top {
	background-image: url(../Graphics/top_back.gif);
	width: 604px;
	text-align: left;
}
.sasha {
	margin-top: 5px;
	margin-left: 95px;
}
.logo {
	margin-left: 15px;
}
.tagline {
	margin-left: 25px;
}
.bottom {
	clear: both; /* We have to clear our floats */
	background-image: url(../Graphics/bottom_back.gif);
	width: 604px;
	text-align: left;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.middle {
	background-image: url(../Graphics/middle_back.gif);
	width: 604px;
	text-align: left;
	margin: 0px;
	z-index: 50;
}
.middlecontent {
	padding-right: 25px;
	padding-left: 125px;
	position: relative;
	width: 430px;
	top: -285px;
	margin: 0px;
}
.navbutton {
	padding-bottom: 5px;
}
.navigation {
	position: relative;
	width: 165px;
	left: -70px;
	z-index: 100;
	top: 20px;
	min-height: 390px;
}
.certificate {
	border: thin solid #FF0066;
	margin-right: 15px;
}
a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	color: #FF0066;
	text-decoration: underline;
}
.bottomlinks {
	font-size: 11px;
	color: #FF0066;
	padding-left: 32px;
	padding-top: 20px;
}
.bottomlinks a:link, .bottomlinks a:visited  {
	color: #FF0066;
	text-decoration: none;
}
.bottomlinks a:hover, .bottomlinks a:active  {
	color: #FF0066;
	text-decoration: underline;
}.testimonial {
	font-style: italic;
	color: #FF0066;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.image {
	margin-left: 15px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
