/* Body */
body {
	background: url(images/back.gif) repeat-x #414141;
	margin-top: 20px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Main Elements */
#wrapper {
	width: 765px;
	margin: 0 auto 0 auto;
	height: 73%;
}
#header {
	float: left;
	background: url(images/header.gif) no-repeat;
	padding: 0 10px;
	color: white;
	height: 95px;
	width: 100%;
}
#topmenu {
	float: right;
}
#container {
	clear: both;
	background-color: white;
}
#menu {
	clear: both;
	float: left;
	width: 150px;
	padding: 10px;
	background-color: white;
}
.outlined {
	margin-top: 20px;
	padding: 4px;
	border: 1px solid #EFEFEF;
}
#content {
	float: right;
	width: 575px;
	padding: 10px;
	background-color: white;
}
#footer {
	clear: both;
	padding: 25px 0;
	background: url(images/footer.gif) no-repeat;
	color: white;
}

/* Top Menu */
ul#navlisttop {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navlisttop li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
#navlisttop a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#navlisttop a:hover {
	text-decoration: underline;
}

/* Main Menu */
ul#navlistmain {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navlistmain li {
	display: block;
}
#navlistmain li a {
	display: block;
	margin-top: 5px;
	padding: 5px; /* Mozilla & IE7 */
	padding: 4px !ie; /* top left bottom right */
	padding-left: 17px;
	color: white;
	background: url(images/button.gif);
	height: 15px;
	font-weight: bold;
	text-decoration: none;
}

/* Sub Menu */
ul#navlistsub {
	padding: 0;
	margin-left: 15px;
}

/* Styles */
p {
	margin-bottom: 15px;
	line-height: 18px;
}
li {
	line-height: 18px;
}
h1 {
	color: #7d0000;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #7d0000;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #7d0000;
	font-size: 14px;
	font-weight: bold;
}
hr {
	border: 0;
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 10px;
}
.title {
	font-size: 22px;
	color: white;
	font-weight: bold;
}
a {
	color: #7d0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer a {
	color: white;
}

/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-Mac */
