body{
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:150%;
    background-color:white;
}

h1, h2, h3, h4, h5, h6{
    margin:0px;
    padding: 0px;
}

#submenu {
    display:none;
}

#main {
    margin:auto;
    width:800px;
}

#header {
    background: url('header-background.gif') no-repeat top left;
    height: 100px;
    width: 800px;
}

#menu {
    display:none;
}

#title {
}

#title h1 {
    font-size: 18px;
    color: black;
    font-weight: bold;
    float:left;
    padding-right: 7px;
}

#title h2 {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

#content {
}

#header h1 {
	font-size: 60px;
	color: #9C0015;
	height: 52px;
	float: left;
	line-height: 60px;
}
#header h2 {
	font-size: 26px;
	color: #000000;
	height: 52px;
	line-height: 26px;

}
#header h2 font {
	font-size: 26px;
	color: #9C0015;
	line-height: 26px;
}
#header h3 {
	font-size: 12px;
	color: #000000;
	clear: both;
	font-weight:normal;
}

#content a {
    text-decoration: underline;
    color: #9C0015;
}

#content ul {
    padding-left: 18px;
}

#footer {
    padding-top: 50px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    clear: both;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer address {
    font-style: normal;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
}

#footer li {
    margin: 0px;
    padding: 0px;
}