body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 1.3em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; /* leave as bold headings */
	letter-spacing: .1em; /* Give the letters some spacing */
	margin: 1em 0 0 0; /* Set heading bottom margins */
	color: #990000;
}

h1 {
	font-size: 140%; /* Size for H1 */
}

h2 {
	font-size: 130%; /* Size for H2 */
}

h3 {
	font-size: 125%; /* Size for H3 */
}

h4 {
	font-size: 120%; /* Size for H4  */
}
h5 {
	font-size: 110%; /* Size for H5 */
}

h6 {
	font-size: 105%; /* Size for H6 */
}
#header {
	width: 95%;
	margin: 0 auto 0 auto;
	height: 100px;  
}

.logo {
	float: left;
}
.tagline {
	float: right;
	margin-top: 60px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #999999;
}
#wrapper {
	width: 85%;
	margin: 0 auto 0 auto;
}

#sideBar {
	display: none;
	visibility: hidden;
}

#content {
	float: left;
	width: 100%;
	padding-top: 1.5em;
	font-size: 10pt;
}
#content a:link, #content a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
}
#content ul {
	list-style-type: square;
}

#footer {
	width: 80%;
	margin: 0 auto 0 auto;
	height: 1.5em;
	margin-top: 1.0em;
	border-top: 0px solid #CCCCCC;
	font-size: 8pt;
	color: #999999;
}
.left {
	float: left;
	padding-left: 1em;
}
.right {
	float: right;
}
.clear {
	clear: both;
	padding-right: 1em;
}
