@charset "utf-8";
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #333333;
	background-color: #FFFFCC;
	margin-top: 0px;
}

#pageholder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 1px solid #660000;
}
#topbanner {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 750px;
}
#linkbar {
	text-align: right;
	height: 20px;
	width: 740px;
	font-size: 1.4em;
	background-color: #660000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #FFFFCC;
}
#leftmenu {
	float: left;
	height: 100%;
	width: 200px;
}
#footer {
	height: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: .9em;
}

#main {
	float: left;
	height: 100%;
	width: 350px;
}
#right {
	float: right;
	height: 100%;
	width: 175px;
	text-align: right;
}
#pageholder #main h1 {
	font-size: 1.4em;
}
#pageholder #right img {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pageholder #leftmenu a {
	display: block;
	padding: 6px;
	width: 160px;
	background-color: #660000;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
#pageholder #leftmenu a:visited {
	text-decoration: none;
	background-color: #3E0000;
	display: block;
}
#pageholder #leftmenu a:hover {
	background-color: #A60000;
	display: block;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
}

#pageholder #leftmenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 1px;
}
.clear {
	display: block;
	clear: both;
}
.logo {
	text-align: center;
	width: 160px;
	margin-top: 25px;
}
#pageholder #right p {
	padding-right: 5px;
}
