* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 62.5%;
}
#header {
	height: 90px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	color: #B295C1;
	font-weight: normal;
}
#header img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#header a {
	color: #B295C1;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
	color: #7D6887;
}
#headertitle {
	float: right;
	width: 500px;
	padding-top: 10px;
	text-align: right;
}
#imagebar {
	background-color: #7D6887;
	width: 100%;
	height: 103px;
	text-align: center;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width: 150px;
	float: left;
	text-align: center;
	padding-bottom: 15px;
}
#navigation img {
}

#navigation ul {
	list-style-type: none;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7D6887;
}
#navigation li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7D6887;
	text-align: left;
	text-transform: lowercase;
	width: 100%;
}
#navigation a {
	color: #B295C1;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}
#navigation #active a {
	color: #7D6887;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	color: #7D6887;
}
#content {
	float: right;
	width: 580px;
	color: #7D6887;
	font-size: 1.4em;
	margin-top: 15px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#content a {
	color: #B295C1;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	color: #B295C1;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F5E2FF;
	font-size: 1.6em;
}#footer {
	width: 100%;
	border-top: 2px solid #7D6887;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #B295C1;
}
#footer a {
	color: #B295C1;
}
#footer a:hover {
	text-decoration: none;
}
.gobutton {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #B295C1;
	text-decoration: none;
	border: 1px solid #B295C1;
	background:#FFFFFF;
}

