* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#banner {
	margin-bottom: 20px;
}


#cta {
	float: right;
	width: 420px;
	height: 120px;
}
#cta p {
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	line-height: 130%;
	font-size: 90%;
}

#content {
	margin-bottom: 40px;
}

#cta h1 {
	font-size: 190%;
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-bottom: 45px;
}
#contentLeft {
	float: left;
	width: 540px;
}


.floatLeft {
	float: left;
}
#content p {
	line-height: 120%;
	color: #000000;
	margin-bottom: 10px;
	font-size: 160%;
}
#contentRight {
	float: left;
	width: 420px;
}
#content h1 {
	font-size: 180%;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



.clear {
	clear: both;
}
.blackBKG {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/grad-small.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.blackBKG a {
	color: #000000;
}
#content a {
	color: #999999;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
}


.blackBKG a:hover {
	color: #000000;
}




#content h2 {
	font-size: 160%;
	color: #000000;
	margin-bottom: 10px;
}
.contact {
	font-size: 100%;
}

.intro {
	font-size: 160%;
	line-height: 190%;
	text-transform: inherit;
	font-weight: normal;
	margin-bottom: 20px;
}
.marginBottom {
	margin-bottom: 15px;
}
.black {
	color: #000000;
}
#footer p {
	text-align: center;
	font-size: 80%;
}
#footer {
	margin-bottom: 50px;
}

#footer a {
	color: #999999;
}
#footer a:hover {
	color: #000000;
}
.marginRight {
	margin-right: 20px;
}
.marginLeft {
	margin-left: 20px;
}
#content ul {
	font-size: 170%;
	line-height: 120%;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-image: url(images/black-bullet.jpg);
}
#content  li {
	margin-left: 20px;
}
