body {
	font-family: arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0; 
}
body a:link {
    background-color : transparent;
    color : black;
    text-decoration : none;
   }
body a:visited {
    background-color : transparent;
    color : black;
    text-decoration : none;
   }
body a:hover {
    background-color : transparent;
    color : black;
	text-decoration: underline;
   }

#page {
	text-align: left;
	margin: 12px auto;
	padding: 0px;
	width: 760px;
}

#header {
	height: 80px;
	margin-bottom: -1px;
	border: 1px solid #7c0e0e;
	background: url("pics/header.jpg") no-repeat center center; 
}

#footer {
	margin: 0px;
	font-size: 10px;
	text-align:center;
}

#menu {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
}

#menu #navlist
{
		  background: url("pics/menu.jpg") repeat; 
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-left: 0;
        margin: auto;
        width: 100%;
}

#navlist li
{
        display: inline;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        padding-top: 5px;
}

#navlist li a
{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: white;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #d0ce2f;
        background-color: #8c0707;
}

#navlist li a:hover
{
        text-decoration: underline;
        background-color: #581414;
}

#navlist #active {
        border-left: 1px solid #fff;
}

#navlist #last a
{
        border-style: none;
}

h1 {
	font-weight: bold;
	color: #7c0e0e;
	padding: 0px;
	font-size: 25px;
	margin: 0;
}
h2, h3 {
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 120%;
}

h3 {
	color: #7c0e0e;
	padding-top: 5px;
	margin: 0px;
	font-size: 90%;
}

h4 {
	color: #7c0e0e;
	margin: 0px;
	font-size: 120%;
}

h5 {
	font-size: 90%;
	margin: 3px;
	color: white;}
}

.normal0 {
	background: white;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.normal1 {
	background: #eeeeee;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.main {
	font-size: 14px;
	color: black;
	text-align: left;
}
.right {
	font-size: 14px;
	color: black;
	text-align: right;
	font-weight: bold;
}
.menu {
	font-size: 14px;;
	color: black;
	font-weight: bold;
	background: #f1dddd;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

#button {
	color: white;
	text-align: left;
   padding-left: 100px;
	padding-top: 15; 
	padding-bottom: 15; 
}

#button a {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: white;
        	font-size: 120%;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #d0ce2f;
        background-color: #8c0707;
}
#button a:hover {
	background-color: #581414;
	text-decoration: underline;
   }

#button1 {
	color: white;
	text-align: left;
   padding-left: 0px;
	padding-top: 50; 
	padding-bottom: 15; 
}

#button1 a {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: white;
        	font-size: 120%;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #d0ce2f;
        background-color: #8c0707;
}
#button1 a:hover {
	background-color: #581414;
	text-decoration: underline;
   }


.small {
	font-size: 70%;
	margin: 0px;
	color: black;
	text-align: center;
}
