* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	background: transparent;
}

body {
	background: #F7E6FF;
}

img {
    border: 0;
}

#banner, #leftcontent {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	width: 50%;
	background: #6E567A;
}

#banner {
	margin: 10px auto 0 auto;
	border-top: 1px solid #000;
}

#banner h1 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	text-align: center;
	color: #fff;
}

#leftcontent ul {
	text-align: center;
	width: 100%;
	list-style: none;
}

#leftcontent ul li {
	line-height: 1.5;
	font-size: 0.9em;
	display: inline;
	width: 150px;
}

#leftcontent ul li a {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 10px;
	width: 100%;
	text-decoration: none;
	color: #000;
	background: #8860BF;
}

#leftcontent ul li a:hover {
	text-decoration: none;
	background: #B9ACBF;
	/*border-bottom: 1px solid #DECFE6;*/
	color: #000;
}

#leftcontent ul li a.selected {
	text-decoration: none;
	background: #DECFE6;
	border-bottom: 1px solid #DECFE6;
	color: #000;
}

#leftcontent ul li a.selected:hover {
	background: #DECFE6;
	border-bottom: 1px solid #DECFE6;
	color: #000;
}

#rightcontent {
	margin: 0 auto;
	width: 75%;
	background: #DECFE6;
	min-height: 500px;
	border: 1px solid #000;
}

#rightcontent h1 {
	font-size: 140%;
	margin-bottom: 10px;
	padding-top: 5px;
}

#rightcontent h2 {
	font-size: 120%;
	margin-top: 10px;
}

#rightcontent a {
	color: #333;
	text-decoration: underline;
}

#rightcontent a:hover {
	color: #900;
	text-decoration: none;
}

.blogpost {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
}

.blogpost h1 {
	font-size: 80%;
	margin-bottom: 0;
}

.blogpost p {
	margin-bottom: 10px;
}

.blogpost h3 {
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
	font-weight: normal;
}

.blogpost a {
	color: black;
	text-decoration: underline;
}

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

.boxout {
	border: 2px solid black;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	margin-bottom: 10px;
	margin-right: 20px;
}

.boxout h2 {
	margin-top: 0;
	padding-top: 0;
}

.boxout img {
	background-color: #000000;
	padding: 5px;
	display: inline;
	text-align: center;
	margin-bottom: 2px;
}

.boxout p {
	padding: 5px;
	display: block;
	margin-bottom: 10px;
}

#footer {
    clear: both;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #900;
}
