/* Body */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Main Elements */
#wrapper {
	width: 95%;
}
#topmenu {
	display: none;
}
#container {
	clear: both;
}
#menu {
	display: none;
}
#content {
	float: left;
	width: 100%;
}
#footer {
	clear: both;
}

/* Styles */
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-top: 1px solid black;
	height: 1px;
}
.title {
	font-size: 22px;
	color: white;
	font-weight: bold;
}
a {
	color: #7d0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 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 */
