@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/purplegradient.png);
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-repeat: repeat-x;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
}
p {
	line-height: 125%;
}
#container {
	background-image: none;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: thin none #FC0;
}
#banner {
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
#navbar {
	font-weight: normal;
	font-variant: small-caps;
	background-color: #FBC527;
	padding: 5px;
	float: none;
	width: auto;
	border: thick none #EEEA9C;
	text-align: right;
	color: #DE185A;
	text-transform: none;
	font-style: italic;
	margin-bottom: 10px;
}
#content {
	background-image: none;
	background-position: right top;
	margin: 0px;
	float: left;
	width: 65%;
	text-align: left;
	padding: 10px;
	color: #953694;
	font-size: small;
	line-height: 125%;
	font-weight: lighter;
	background-color: #FFF;
}
#sidebar {
	float: right;
	width: 28%;
	background-image: none;
	text-align: right;
	padding: 10px;
	margin: 0px;
	color: #EE4786;
	background-color: #FFF;
	font-weight: normal;
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #609;
	border-right-color: #609;
	border-bottom-color: #609;
	border-left-color: #609;
}
/* CSS Document */

#footer {
	font-size: x-small;
	font-weight: lighter;
	color: #CF6;
	text-align: center;
	clear: both;
	margin: 0px;
	background-image: none;
	background-color: #AFACD6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #609;
	border-right-color: #609;
	border-bottom-color: #609;
	border-left-color: #609;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.imgright {
	padding: 5px;
	float: right;
	border: thin solid #953694;
	margin-left: 5px;
}
.centerimg {
	text-align: center;
}
.imgleft {
	float: left;
}
.redtext {
	color: #DB2F28;
}
.purpletext {
	color: #953694;
}
.borderlessimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
