@charset "utf-8";
/* CSS Document */

body {
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top;
	font-family: century gothic, avant garde;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 14px;
	line-height: 125%;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

a:active {
	color: #990000;
}

a:active:hover {
	text-decoration: underline;
}

#wrapper {
	width: 710px;
	background-position: top;
	margin: 0px auto 0px 0px;
	padding: 30px 0px 0px 0px;
}

#container {
	width: 710px;
	margin: 0px;
	padding: 0px;
}

#topbar {
	font-size: 14px;
	float: left;
	height: 30px;
	width: 200px;
	color: #ffffff;
	margin: 0px;
	padding: 2px 15px 2px 15px;
	text-align: right;
}

#topbar a:link {
	color: #ffffff;
}

#topbar a:visited {
	color: #ffffff;
}

#topbar a:active {
	color: #ffffff;
}

#header {
	background-image: url('images/header2.jpg');
	width: 700px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	background-image: url('images/sidebarbg.jpg');
	background-repeat: no-repeat; 
	width: 200px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 35px 15px 15px 15px;
}

#sidebar ul {
	text-align: right;
}

#sidebar ul li {
	list-style-type: none;
	line-height: 225%;
	font-size: 20px;
	border-bottom: #999999;
	border-bottom-width: thin;
}

#sidebar ul li a:link {
	font-size: 20px;
}

#sidebar ul li .active {
	font-weight:bold;
	font-size: 20px;
}

#sidebar ul li .active {
	font-weight:bold;
	font-size: 20px;
}

.prop {
	height: 400px;
	float: right;
	width: 1px;
}

#content {
	width: 440px;
	background-image: url('images/contentbg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 50px 15px 15px 15px;
	float: left;
	text-align: left;
	color: #333333;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
}

#content ul {
	font-size: 14px;
	line-height: 125%;
}

#content ul li {
	list-style-image: url('images/bullet.gif');
}

#footer {
	float: left;
	width: 700px;
	padding: 10px 10px 10px 250px;
	font-size: 12px;
	color: #333333;
}

#footer p {
	font-size: 14px;
}

.button {
	font-family: Century Gothic, Avant Garde;
}