﻿* {
	margin-top: 0px;
	margin-bottom: 0px;
}
html {
	height: 100%;
	margin: 0px 0px 0px 0px;
}
body {
	background: #eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #732b2b;
	height: 100%;
	text-align: center;
}
#center {
	border-right: #dedede 2px solid;
	border-left: #dedede 2px solid;
	margin: 0px auto 0px auto;
	width: 900px;
	background: #ffffff url('images/banner.jpg') no-repeat left top;
	border-collapse: collapse;
	height: 100%;
	text-align: left;
}
h3 {
	font-weight: normal;
	color: #ffffff;
}
h2 {
	font-weight: normal;
	font-size: 167%;
	color: #ffffff;
}
h1 {
	font-weight: normal;
	color: #000000;
	font-size: 197%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
ol {
	font-size: 100%;
}
ul {
	font-size: 100%;
}
p {
	font-size: 100%;
}
a {
	color: #732b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* menu */
#menu {
	width: 650px;
	height: 90px;
	margin-left: 40px;
}
#menu h2 {
	display: none;
}
#menu ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 20px;
	border-bottom: 1px solid #732b2b;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
#menu .active {
	color: #732b2b;
}
#menu a:hover {
	color: #732b2b;
}
/* Content */
#content {
	float: left;
	width: 570px;
	height: 100%;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 0px;
	color: #666666;
}
#content p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 0px;
}
/* Sidebar */
.td-sidebar {
	vertical-align: top;
	text-align: left;
	width: 200px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: no-repeat;
}
#sidebar {
	z-index: 1;
	width: 190px;
	position: relative;
	top: 450px;
	left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	background: no-repeat;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
	padding-top: 10px;
}
#sidebar li li {
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 192px;
	border-bottom: 1px #cccccc solid;
}
#sidebar h2 {
	margin: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #732b2b;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 192px;
	border-bottom: 1px #cccccc solid;
}
#sidebar h3 {
	margin: 0px;
	margin-bottom: 5px;
	color: #333333;
}
#sidebar h4 {
	margin: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #732b2b;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 192px;
	border-bottom: 0px #cccccc solid;
}
#sidebar p {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666666;
}
#sidebar a {
	text-decoration: none;
	color: #666666;
}
#sidebar a:hover {
	color: #732b2b;
}