@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../Assets/images/blue%20tissue.jpg);
}

#container {
	background-color: #FFFFFF;
	width: 780px;
	border: thick ridge #9C7BA5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 165px;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(../Assets/images/Bevelled%20Side%20bar.jpg);
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#nav a:link, #nav a:visited {
	color: #800080;
	text-decoration: none;
	background-image: url(../Assets/images/3d%20pink%20button.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:hover, #nav a:active {
	color: #008000;
	background-image: url(../Assets/images/3d%20pink%20button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
#sideContent {
	width: 163px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#sideContent h1 {
	font-size: 110%;
	color: #FF00FF;
	text-align: center;
}

#sideContent p {
	font-size: 80%;
	margin-right: 5px;
	margin-left: 5px;
	color: #FF00FF;
}
#sideContent a {
	color: #FF00FF;
	text-decoration: underline;
}




#content {
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h1 {
	font-size: 110%;
	margin-top: 0px;
	color: #800080;
}
#content p {
	font-size: 100%;
	line-height: 1.4;
	margin-right: 5px;
	margin-left: 5px;
	color: #401872;
}
#content li {
	font-size: 80%;
	list-style-image: url(../Assets/images/petal%20bullet%20smallest.jpg);
}
form {
	padding: 10px;
	width: 450px;
	margin-left: 20px;
	border: 2px dashed #800080;
}
input.highlighted {
	background-color: #FFCAFF;
	display: block;
	border: 1px solid #401872;
}
textarea {
	margin-top: 5px;
	border: 1px solid #401872;
}


#footernavarea {
	background-color: #401872;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footernavarea ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footernavarea li {
	display: inline;
}
#footernavarea a:link, #footernavarea a:visited {
	font-size: 80%;
	color: #FF00FF;
	margin: 5px;
}
#footernavarea a:hover, #footernavarea a:active {
	color: #00CC00;
	text-decoration: none;
}


#footer {
	text-align: center;
	margin: 5px;
	border: 0px none #FFFFFF;
	font-size: 50%;
	color: #000000;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
}

