
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #300;
	background-image: url(images/background.png);
	background-position: center 70px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	background-attachment: fixed;
}
#container {
	width:900px;
	text-align: left;
	margin:auto;
	background-color:#ffffff;
	-moz-border-radius: 4em;
	-webkit-border-radius: 4em;
	position: relative;
	margin-bottom: 10px;
}

#header {
	width:900px;
	margin:auto;
	height: 120px;
	background-image: url(images/banner_logo.png);
	background-repeat: no-repeat;
	background-position: 70px 10px;
	
}
#topnav {
	font-family:"Monotype Corsiva", Agnes, "Bradley Hand ITC", serif;
	font-size:120%;
	color:#000;
	width:900px;
	height: 30px;
	margin:auto;
	padding-bottom:2%;
	background-color:#fff;
	margin-top: 10px;
}
div#flash {
	margin-left: 20px;
}

a img {
	border: 0;
}
a {
	font-size: 100%;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
span.underline {
	text-decoration: underline;
}

h1 {
	font-size: 100%;
	color: #003333;
	margin-left: 20px;
	padding: 10px 0px;
}

h1 span {
	font-size: .90em;
	font-style: italic;
}

h2 {
	font-size: 100%;
	color:#003333;
	margin-left: 20px;
}

h3 {
	font-size: 110%;
	color: #003333;
	margin: 0px;
	font-variant: small-caps;
	font-style: italic;
}

h4 {
	font-size: 100%;
	color: #000;
	margin-left: 20px;
}

h5 {
	font-size: .8em;
	color: #000;
	margin: 10px 0;
	margin-left: 5px;
	text-align:center;
}

table {
	padding: 0 10px 0 10px;
	border: 1px solid #000;
	border-collapse: collapse;
}
td {
	padding:10px 10px;
	padding-left: 3px;
}
th {
	padding:5px 5px;
	padding-left: 3px;
}
tr.odd {
	background: #eea;
}
tr.end {
	background: #FFC;
}
td.check {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
table.tableAlign {
	margin-left: 30px;
}

p {
	padding:10px;
	margin: 5px 10px;
}
p.italic {
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}
ul {
	margin-left:30px;
	color:#000;
	padding-left:30px;
	list-style-type:circle;
}
ul li {
	padding-bottom: 10px;
}
ol {
	margin-left:10%;
	margin-right:10%;
	color:#000;
	padding-left:5%;
}

#footer {
	font-size:80%;
	text-align:center;
	width:900px;
	padding: 10px 0px;
	clear:both;
	margin-top: 20px;
	border-top: 1px solid #003333;
}


#left {
	float:left;
	width:680px;
	margin-left:10px;
}

#right {
	float:right;
	width:21%;
	line-height:150%;
	margin-top: -150px;
	padding-left: 10px;
}

.list {
	list-style-type:none;
	font-size:95%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-left: 10px;
}
ul.sites{
	list-style-type:none;
	line-height:150%;
}
img.alignment {
	margin-left:10px;
	margin-right:10px;
}

img.margin {
	margin: 10px;
}
img.padding {
	padding: 5px;
}

p span {
	font-style: italic;
}
span.bold {
	font-weight: bold;
}
.floatLeft {
	float: left;
	padding: 5px;
}

div.testimonial {
	width: 640px;
	margin-left: 20px;
	padding: 5px;
	font-size: 1em;
	color: #000;
	line-height: 100%;
	text-align: justify;
	border-bottom: 1px solid #000;
}
