body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bckgrnd5.jpg);
	background-repeat: repeat;
}

#wrapper {
	text-align:center;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}

#heading {
	text-align: left;
	width: 475px;
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFCC;
	border: thin solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: auto auto 15px;
}

#sitelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	border: none;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	text-align: center;
	font-style: italic;
	color: #0000aa;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h3 {
	text-indent: 25pt;
	font-style: italic;
	color: #0033FF;
}


th {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	border-collapse: collapse;
	background-color: #FFFFCC;
	border: 0px;
}
td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 0px;
	background-color: #FFFFCC;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
#sites .url {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
}

a:link {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
	padding-bottom: 5px;
}

#sites img {
	padding: 5px;
	border: none;
}

#sites p {
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, sans-serif;

}
#email {
	background-color: #FFFFCC;
	text-align: center;
	width: 275px;
	padding: 0px 0px 0px 3px;
	border: thin solid #FF3333;
	margin: 0% auto 2%;
	font-weight: bold;
	font-style: italic;
	height: auto;
}

.center {
	text-align:center
}

.left {
	text-align:left
}

.right {
	text-align:right
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	text-align: left;
	background-color: #FFFFCC;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 10px;
	border: thin double #F00;
	font-size: 8pt;
	
}

.row {
	background-color: #FFFFCC;
	width: 678px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999;
}

.text_lft {
	text-align: left;
	width: 418px;
	border-right-width: thin;
	border-right-style: solid;
	height: 150px;
}

.text_rt {
	text-align:right;
	float: right;
}
