* {
margin: 0;
padding: 0;
}
	
body { 
background: #294d94 url("headertile.png") repeat-x top;
}

h4 {
font: bold 16px Arial;
padding: 10px 0 5px 10px;
}

h5 {
font: bold 15px Arial;
padding: 8px 0 4px 10px;
}

ul.body {
list-style: disc;
list-style-position: inside;
}

ul.body li {
margin: 0 0 0 10px;
}

ol {
margin: 5px 0 5px 0;
list-style-position: inside;
}

ol li {
margin: 0px 0 0px 10px;
}

hr {
border: 0px;
height: 1px;
background: #000000;
color: #000000;
margin: 10px 10px 0 10px;
}

table {
border-left: 1px solid black;
border-top: 1px solid black;
margin: 10px;
font: normal 12px Arial;
}

td {
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 2px;
}

th {
border-right: 1px solid black;
border-bottom: 2px solid black;
padding: 2px;
}

#header {
position: relative;
left: 50%;
background: url("header.png");
width: 670px;
height: 165px;
margin-left: -335px;
text-align: center;
}

#mainPage {
position: relative;
top: 0;
left: 50%;
background: #6196ff url("bodytile.png") repeat-y center;
width: 670px;
margin-left: -335px;
z-index: 1;
}

#menu {
position: relative;
float: left;
top: 0px;
width: 155px;
margin: 0px 10px 0px -93px;
z-index: 1;
}

#menu_head {
background: url("menu_head.png");
width: 155px;
height: 16px;
}

#menu_body {
background: url("menu_body.png") repeat-y center;
font: normal 15px Arial;
padding: 0 9px 0 9px;
}

#menu_body h3 {
display: none;
}

#menu_body ul {
list-style: none;
padding: 9px 0 9px 0;
background: url("menu_hr.png") bottom left no-repeat;
}

#menu_body ul li {
margin: 0;
padding: 0;
}

#menu_body li a {
text-decoration: none;
color: #000000;
}

#menu_body li a:hover, a:active {
color: #555555;
}

#menu_foot {
background: url("menu_foot.png");
width: 155px;
height: 16px;
}

#mainText {
position: relative;
top: 0px;
left: 173px;
width: 406px;
}

#mainText_bg {
background: url("untile.png") no-repeat;
background-position: 80px 100px;
width: 406px;
}

#mainText_head {
background: url("maintext_head.png");
width: 406px;
height: 19px;
}

#mainText_body {
background: url("maintext_body.png") repeat-y center;
font: normal 12px Arial;
width: 406px;
}

#mainText_body h3 {
font: normal 24px Arial; 
padding: 0 0 5px 10px;
background: url("maintext_hr.png") no-repeat;
background-position: 54% 100%;
}

#mainText_body p {
text-indent: 10px;
margin: 10px 10px 0 10px;
}

#mainText_body a {
color: #404040;
text-decoration: underline;
}

#mainText_body a:hover, a:active {
color: #555555;
text-decoration: none;
}

#mainText_foot {
background: url("maintext_foot.png") no-repeat top center;
width: 406px;
height: 17px;
}

#footer {
background: url("footer.png") no-repeat;
position: relative;
width: 670px;
height: 134px;
}

#footer p {
font: normal 10px Arial;
text-align: center;
position: absolute;
width: 100%;
bottom: 39px;
}

#footer p a {
color: #000000;
}

#header h1, h2 {
display: none;
}