html, body{
    text-align: center;
    padding:0px;
    color:black;
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:150%;
    background-color:white;
    text-indent: 0px;
}

h1, h2, h3, h4, h5, h6{
    margin:0px;
    padding: 0px;

}

#main {
    margin: auto;
    width: 800px;
    text-align: left;
}

#header {
    background: url('header-background.gif') no-repeat top left;
    height: 100px;
    width: 800px;
}

#submenu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    padding-bottom: 30px;
    list-style:none;
}

#submenu li {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

#submenu a {
    text-decoration: underline;
    color: #9C0015;
    font-size: 12px;
}

#submenu a:hover {
    text-decoration: none;
    color: black;
}

#menu {
    width: 200px;
    float: right;
    background:#9C0015;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
}

#menu li {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-size: 14px;
}

#menu a:hover {
    text-decoration: underline;
}

#title {
    margin-left: 26px;
    margin-top: 50px;
    background: url('title-background.gif') no-repeat top left;
    height: 45px;
    line-height: 100%;
}

#title h1 {
    font-size: 18px;
    color: black;
    font-weight: bold;
    display:block;
    line-height: 26px;
}

#title h1:first-letter{
    font-size: 26px;
    color: #9C0015;
    font-weight: bold;
}

#title h2 {
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-left: 40px;
    display:block;
}

#content {
    padding-left: 45px;
    width: 510px;
    padding-right: 45px;
    padding-top: 20px;
}

#content label {
	margin: 0px;
	padding: 0px;
    float:left;
    width: 99px;
    font-weight:bold;
}

.news_header {
    padding-top: 20px;
    font-size: 11px;
}

.news_title {
    padding: 0px;
    margin: 0px;
    margin-left:80px;
    color: #9C0015;
    font-weight: bold;
}

.news_date {
    float: left;
}

.news_title a {
    text-decoration: underline;
}

.news_title a:hover{
    text-decoration: none;
}

.news_short {
    font-size: 11px;
    display:none;
}

.news_long {
    display:none;
}

#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 h1 {
    font-size: 28px;
    font-weight: bold;
    padding-left: 100px;
    padding-top:50px;
}

#content h2 {
    font-size: 28px;
    font-weight: bold;
    padding-left: 150px;
    padding-top:25px;
}

#content h3 {
    font-size: 28px;
    font-weight: bold;
    padding-left: 200px;
    padding-top:25px;
}

#content h4 {
    padding-top: 30px;
    font-size: 14px;
    font-weight: normal;
}

#content h6 {
	padding-left: 100px;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#content h1:first-letter {
    font-size: 28px;
    color: #9C0015;
    font-weight: bold;
}

#content h1 p {
    margin-left: 25px;
}

#content hr {
    padding: 0px;
    margin:0px;
    color: #9C0015;
    background-color: #9C0015;
    width: 80%;
    height: 0px;
    border: 0px;
    border-bottom: 2px dashed #9C0015;
    line-height:5px;
}

#content .button {
    background-color: #9C0015;
    color: white;
    border: 0px;
    font-weight: bold;
}

#content address {
	margin: 0px;
	padding: 0px;
    padding-left: 100px;
    font-style:normal;
}

#content a {
    text-decoration: none;
    color: #9C0015;
}

#content a:hover {
    text-decoration: underline;
    color: black;
}

#content ul {
    list-style-image: url('list.gif');
    list-style-type: circle;
    padding: 0px;
    margin: 0px;
}

#content li {
    padding: 0px;
    margin: 0px;
}

#index_choose {
    margin-left: 25px;
    padding-left:35px;
    padding-top:35px;
    background: url('title-background.gif') no-repeat top left;
    height: 60px;
    width: 175px;
    line-height: 100%;
    float: left;
}

#index_choose a {
    font-size: 26px;
    color: black;
    text-decoration: none;
}

#index_choose a:hover {
    text-decoration: underline;
}

#footer {
    padding-top: 50px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    clear: both;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer a:hover {
    text-decoration: underline;
    color: #9C0015;
}

#footer address {
    font-style: normal;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
}

#footer li {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    float: left;
}

#footer hr {
    color: #9C0015;
    height: 2px;
}
