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

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
	padding:0;
	}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	}
	
h1 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom:18px;
	}
h2 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:0px;
	}
	
th {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:0px;
	}
	
img {
	border:none;
	}
	
#main {
	margin-top:10px;
	position:relative;
	top:240px;
	right:0;
	width:100%;
	}
	
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	}
	
#sidebar {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px;
	}
	
#sidebar ul {
	margin-left:10px;
	padding:0;
	list-style-type:none;
	margin-top:0px;
	text-indent:0px;
	}

#sidebar li {
	line-height:11px;
	}
#sidebar a:link, #nav a:visited {
	text-decoration:none;
	}
	
#sidebar .inner {
	padding-left:15px;
	}
	
.catalog {
	width:720px;
	
	overflow:auto;
	padding-top:10px;
	border:none;
	position:relative;
	}
	
.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
	
.navtitle {
	font-size:12px;
	}
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:none;
	color:#30bb5e;
	}
	
#content {
	margin-top:0px;
	margin-left:220px;
	background-color:#FFFFFF;
	color:#000000;
	position:relative;
	}
	
#content .inner {
	width:700px;
	}
	
.textheaders {
	height:20px;
	padding-top:10px;
	}
	
td{
	font-size:12px;
	line-height:14px;
	width:33%;
	
	}

td .about {
	width:216px;
	
	}

td p{
	color:#666666;
	font-size:90%;
	line-height:14px;
	}
	
.about {
	color:#666666;
	font-size:90%;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	padding-left:15px;
	padding-right:15px;
	}
	
table {
	border:none;
	padding-top:30px;
	width:700px;
	margin-top:30px;
	position:relative;
	}

	
hr {
	width:700px;
	margin:0;
	padding:0;
	position:relative;
	}
	
#footer {
	width:700px;
	padding:50px;
	margin-left:33%;
	margin-right:33%;
	position:relative;
	margin-top:15%;
	
	}
	
#footer p {
	font-size:80%;
	color:#000000;
	margin:0;
	padding:0;
	}