body {
	background-color:#6f3782;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: auto;
	width: 800px;
	background-color: #6f3782;
	}

#top {
	text-align: center;
	color: #ffffff; 
	padding: 0px 0px 0px 0px;
	background-image: url(/layout/siteimages/top.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#header {
	text-align: center;
	color: #ffffff; 
	background-image: url(/layout/siteimages/middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header ul {
	margin: 0;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#header li {
	display: inline;
	font-weight: bold;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #ffffff;
}
#header-bottom {
	text-align: center;
}
#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: center;
}
#header-bottom li {
	display: inline;
	color: #ffffff;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: #ffffff;
}
#tagline {
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
}


#subheader {
	text-align: center;
	color: #ffffff; 
	width: 720px;
}

#content {

	width: 800px;
	background-color: #6f3782;
	padding: 0px 0px 0px 0px;
	background-image: url(/layout/siteimages/middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #ffffff;
}



#main {
	text-align: center;
	padding: 0px 0 0px 0;
	vertical-align: middle;
	width: 720px;

}

#main a:link, #main a:visited {
	text-decoration: none;
	color: #ffffff;
}	

#main img {
	padding: 4px;
	border: outset;
	text-align: center;
}


#main2 {
	margin-left: 15px;
	color: #ffffff;
    text-align: left;
}

#clearone {
	clear: both;
	height: 2px;
}


#footer2 {
	clear: both;
	text-align: center;	
}
#footer2 li {
	display: inline;
	color: #ffffff;
	font-weight: bold;
}
#footer2 ul {
	margin-left: 0;
	padding-left: 10px;
}
#footer2 p, #footer li {
	font-size: 90%;
	line-height: 1.4em;
}
#footer2 ul a:link, #footer ul a:visited {
	color: #ffffff;
}


#footer {
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(/layout/siteimages/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;

}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}


.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}