body, html {
	font-size : 80%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	background-color : #129cf9;
}

a {
	color : yellow;
	text-decoration : none;
}

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

h2 {
	font-size : 1.75em;
}

h4 {
	font-size : 1.5em;
}

h5 {
	font-size : 1em;
}

table {
	margin:0 auto 0.75em;
	padding:0;
	width:380px;
}

th {
	margin:0;
	padding:2px 0;
	border:1px solid #129cf9;
	background-color:yellow;
	text-align:center;
}

td {
	margin:0;
	padding:0;
	border:1px solid #129cf9;
	background-color:#2cb8fc;
	text-align:center;
	color:yellow;
	font-size:.9em;
	font-weight:bold;
}

#hdr_space {
	width : 100%;
	height : 72px;
	background-color : #ffff00;
}

#hdr_left {
	text-align : center;
	float : left;
	margin-left : 30px;
	margin-top : 10px;
}

#hdr_right {
	float : right;
	margin-right : 40px;
	margin-top : 10px;
	text-align : center;
}

#hdr_text1 {
	color : black;
	font-size : 1.7em;
	font-weight : bold;
}

#hdr_text2 {
	color : #ff188c;
	font-size : 2em;
	font-weight : bold;
}

#hdr_text3 {
	color : #129cf9;
	font-size : 2em;
	font-weight : bold;
}

#container {
	width : 100%;
}

#mainpic {
	margin-top : -72px;
	padding: 0;
}

#content_left {
	float : left;
	margin-left : 5px;
	margin-top : 40px;
	text-align : center;
	color : #ffff00;
}

#content_right {
	float : right;
	margin-right : 5px;
	margin-top : 40px;
	text-align : center;
	color : #ffff00;
}

#label1 {
	padding-top : 40px;
	color : black;
	font-size : 1.25em;
	text-decoration : underline;
	font-weight : bold;
}

#label2 {
	color : black;
	font-weight : normal;
	text-decoration : none;
}

#label3 {
	padding-top : 53px;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

#pop_heading {
	color : #ffff00;
	font-size : 1.5em;
	font-weight : bold;
	margin-bottom : 5px;
}

#pop_txt {
	font-size : 1.25em;
	color : black;
	padding-right : 0.75em;
}

#pop_close {
	padding-top : 1em;
	padding-right : 1em;
	font-size : 1em;
}

#pop_close_testimonials {
	padding-top : 0;
	padding-right : 1em;
	font-size : 1em;
}

#pop_image {
	float : left;
	padding-right : 1em;
}

#page_count {
	padding-top : 3.25em;
	color : blue;
	font-size : .9em;
	text-align : center;
}

dl {
	margin-left:5em;
}

dt {
	font-size:100%;
	font-weight:bold;
	text-decoration:underline;
	margin:1em 0 0 0;
}

dd {
	font-size:100%;
	margin:0 0 0.2em 9em;
}

ul {
	margin:0;
	padding:0 0 0 170px;
	list-style:none;
}

li.author {
	margin-bottom:1em;
	font-style:italic;
	font-weight:bold;
}