@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	border: thin ridge #009900;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	height: 159px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.jpg);
}
#Header h1 {
	margin-top: 0px;
	font-style: italic;
	color: #FFFFFF;
}

#Header {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/header2blue.jpg);
	height: 66px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content {

}

#leftColumn {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-left: 40px;
}
#rightColumn {
	float: right;
	width: 460px;
	background-color: #C5E8FD;
	background-image: url(../images/subheader2blue.jpg);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-top: 10px;
	padding-left: 20px;
	height: 850px;
}
#rightColumn h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#RtCol2 {
	margin: 0px;
	width: 350px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
#RtColtestim {
	margin: 0px;
	width: 460px;
	float: left;
	padding: 0px;
}
#ContRtCol {
	height: 705px;
}


#Nav {
	display: block;
	width: 150px;
	color: #FFFF00;
}
#Nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#Nav li {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/button7.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	font-weight: bolder;
	height: 40px;
	padding-left: 5px;
	padding-top: 10px;
}
#footer {
	clear: both;
	height: 0px;
	margin-top: 0px;
}
#offers {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
	display: block;
}





a:active {
	text-decoration: none;
	color: #00CCFF;
}
#ContRtCol a:link {
	color: #0000FF;
}
#ContRtCol a:visited {
	color: #0000FF;

}
#ContRtCol a:hover {
	color: #FF0000;
}
#ContRtCol a:active {
	color: #FF0000;

}

.starsbold {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

