body {
	background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
	line-height: 1.5em;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 782px;
}
a{
	font-size:14px;
	font-weight: bold;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	width:782px;
	height:231px;
	margin-bottom: 25px;
}

#nav ul{
	background-color:#911687;
	width:782px;
	display:block;
	margin: 0px 0px 0px 0px;
	height:32px;
	padding:5px 0px 0px 0px;
	text-align:center;
	line-height: 2em;
}
#nav li{
	display:inline;	
}
#nav ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#nav ul a:hover{
	text-decoration:none;
	color:#9E8D00;
}

/********************** Content ***************************/
#content {
	background: #ffffff;
	width:782px;
}
img{
	border-width:0px;
}
h1{
	color:#911687;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#911687;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}
#left {
	float:left;
	width:545px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

.list {
	line-height: 1.5em;
	margin-left: 50px;
	color: #911687;
	font-weight: bold;
}

#right {
	float:right;
	width:210px;
	padding: 0px 0px 15px 15px;
	margin-top:10px;
}

/********************** Footer ***************************/


#footer {
	background: #911687;
	width:782px;
	height: 28px;
	text-align:center;
	font-size: 10px;
	line-height: 2.6em;
	clear:both;
	color: #ffffff;
}

