/* CSS Document */

body {
background-color:#E7EAEF;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#505050;
}
a {
text-decoration:none;
color:#E77817;
font-weight:bold;
}
a:hover {
color: #666666;
}
p {
margin:8px;
}
h1, h2, h3, h4, h5 {
margin:0px;
}
h1 {
font-size:24px;
color:#666666;
border-bottom:5px solid #E9E9E9;
margin-bottom:15px;
clear:left;
}
h2 {
font-size: 18px;
border-bottom:1px solid #E77817;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
margin-bottom:1px;
padding:3px;
background-color: #DDDDDD;
width:auto;
}
h5 {
font-size: 12px;
}
p {
margin:7px 0px;
}
#top_left {
position:absolute;
left:0px;
top:0px;
width:50%;
height:158px;
background:url(images/top_left.jpg) repeat-x top left;
}
#top_right {
position:absolute;
right:0px;
top:0px;
width:50%;
height:158px;
background:url(images/top_right.jpg) repeat-x top left;
}
#container {
text-align:center;
}
#content_container {
position:relative;
margin:0px auto;
width:870px;
background:url(images/bodybg.jpg) repeat-y top left;
}
#header {
height:158px;
text-align:left;
}
#top_menu_holder {
position:relative;
top:93px;
left:350px;
width:520px;
}
#footer_menu_holder {
position:relative;
top:16px;
font-size:10px;
font-weight:bold;
color:#505050;
}
#footer {
height:45px;
}
#copyrights {
font-size:10px;
}
.text {
text-align:left;
margin:0px 80px;
}

