html, body {
	margin: 0px;
	background-image: url(images-2010/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffffff;
	height: 100%;
}

h1 /* page titles */ {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 24px;
	line-height: 48px;
	display: inline;
	color: #0a00be;
	font-weight: normal;
}

h2 /* section titles */, strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	display: inline;
}

h3 /* phone */ {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	line-height: 36px;
	color: #996633;
	display: inline;
}

hr /* rules */ {
	width: 940px;
	height: thin;
	color: #cccccc;
	background-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	width: 1110px;
	top: 0px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(images-2010/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

* html div#wrapper {
	height: 100%; 
}

#header {
	width: 100%;
	height: 180px;
	top: 0px;
	position: relative;
}

#title {
	width: 100%;
	height: 48px;
	top: 0px;
	position: relative;
}

#content {
	width: 100%;
	top: 0px;
	padding-bottom: 80px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0033cc;
}

#content a:hover {
	text-decoration: none;
	color: #666666;
}

#footer {
	width: 100%;
	height: 80px;
	bottom: 0px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #321900;
}

.flash {
	margin: 0;
	line-height: 0;
}

.tablecd {
	width: 940px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	background-image: url(images-2010/cd-pricing.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.tablecdheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #ffffff;
}

.tabledefinition {
	background-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}

.select_class {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #646464;
	background-color: #ffffff;
	margin-top: 3px;
	border: thin;
	border-style: solid;
	border-color: #777777;
	width: 300px;
	height: 18px;
}

.textdropdowntitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #996600;
}

.textnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0000FF;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #321900;
}

a.copyright:hover {
	text-decoration: none;
}

.bgrepeat-x {
	background-repeat: repeat-x;
}

.bgrepeat-y {
	background-repeat: repeat-y;
}

.bgnorepeat {
	background-repeat: no-repeat;
}

.imageright {
	margin-left: 15px;
	margin-top: 5px;
}

.imageleft {
	margin-right: 15px;
	margin-top: 5px;
}
