body {
	color:#000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: url(images/cdbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 760px;
}

#header{
	height: 163px;
	text-align: center;
	background-color: #00844B;
}

#left {
	float:left;
	width: 200px;
	padding: 0px;
}

#right {
	float:right;
	width: 516px;
	color: #000000;
	padding: 22px;
	background-color: #FFFFFF;
}

#footer{
	clear:both;
	text-align: center;
	background-color: #93A2C3;
	margin: 0px;
	height: 50px;
	width: 230px;
}

#footer p {
	font-size: 90%;
	color:#FFFFFF;
	background-color: #93A2C3;
	padding-top: 17px;
}

p {
font-size: 100%; 
color: #000000;
}

#left p{
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
	text-align: center;
}

#right p {
	font-size: 12px; 
	color: #000000;
	line-height:1.2em;
}
h1 {
	color: #333333;
	font-size: 18px;
	border-bottom: 5px solid #00633A;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 35px;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
}
h3{
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
}
h4 {
	color: #333333;
	font-size: 110%;
	border-bottom: 2px solid #336666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	color: #333333;
	list-style-type: disc;
}
li {
	margin-bottom: 10px;
}

ol {
	font-size: 12px;
	color: #336666;
}

table.green {
	margin-top: 0px;
	margin-bottom: 5px;
}
table.green td {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
table.green td a:link, table.green td a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
table.green td a:hover, table.green td a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

table.navbar {
	border-collapse: collapse;
	height: 100%;
	border-top: 5px solid white;
	background-color: #FFFFFF;
}
table.navbar td {
	text-align: center;
	border-bottom: 5px solid white;
}
table.navbar td a{
	display: block;
	width: 198px;
	text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #00844B;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #00844B;
	border-right-color: #00844B;
	border-bottom-color: #00844B;
	font-weight: bold;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #FFFFFF;
	background-color: #56AA1C;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.quote {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
table.quote td {
	text-align: left;
	font-size: 10px;
	color: #666666;
}
table.logos td {
	padding-top: 5px;
	padding-bottom: 5px;
}
form {
	font-size: 12px;
	color: #333333;
}

.fineprint {
	font-size: 10px;
	color: #336666;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.quotes {
	font-size: 10px;
	color: #993300;
	text-align: left;
	padding: 5px;
}

.code {
	font-size: 100%;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	margin: 20px;
}

.validbutton {
	font-size: 90%;
	border: 1px solid #B83D3D;
	padding: 4px;
	margin-right: 6px;
}

.title {
	font-size: 24px;
	color: #333366;
}

.orange {
	font-weight: bold;
	color: #FF6600;
}
.image {
	border: 1px solid #000000;
	margin: 5px;
	margin-left: 15px;
}

.imagewide {
	border: 1px solid #000000;
	margin: 5px;
}

a:link {color:#006098;}
a:visited {color:#000033;}
a:active {color:#FD812C;}
a:hover {color:#409A33}	
