/* CSS Document */

body {
	background-color:#fffedf;
	text-align: center;	
	font-family: Nyala, Lucida Bright, Verdana;
	font-size: 18px;
}

.main {
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}

.main td {
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	padding: 5px;
	border-style: solid;
}

.header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 175px;
}

.buttons {
	text-align: center;
	font-size: 18px;
	height: 50px;
	font-family: Segoe Script, Lucida Handwriting, Bradley Hand ITC;
	background-color: #7c5980;
	width: 12.5%;
}

.buttons a {
}

.buttons a:link {
	text-decoration: none; 
	color: inherit;
}

.buttons a:visited {
	text-decoration: none; 
	color: inherit;
}

.buttons a:hover {
	text-decoration: none; 
	color: white;
}

.container {
	width:1000px;
	font-family: Nyala, Lucida Bright, Verdana;
	font-size: 18px;
	text-align: center;
}

.banner {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height:50px;
	background-color: #7c5980;
}

.footer {
	text-align: center;
	background-color: none;
	color: black;
	font-size: 15px;
	height: auto;
	font-family: Nyala, Lucida Bright, Verdana;
}

.content {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	font-size: 16px;
	font-family: Nyala, Lucida Bright, Verdana;
}

.content td {
	text-align: center;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5x;
 }

 ul {
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}