@charset "utf-8";
/* CSS Document */

body {
font-family:'Bookman Old Style', serif;
color:#666666;
margin:0px;
padding:0px;
background-color:#f3f3f4;
background-image:url(images/constants/background_wallpaper.gif);
background-attachment:fixed;
background-position:bottom;
background-repeat:no-repeat;
text-align:justify;
}

a:link, a:active, a:visited {
color:#535f23;
text-decoration:none;
}

a:hover {
color:#c5cea2;
text-decoration:none;
}

h1 {
letter-spacing:-1px;
padding-bottom:10px;
}

h2 {
letter-spacing:-1px;
padding:20px 0px 10px 0px;
}

h3 {
text-align:right;
padding-bottom:40px;
}

a:link, a:active, a:visited {
color:535f23;
}

* {
padding:0px;
margin:0px;
}

a img {
border-style:none;
}

.clear {
clear:both;
}

p2 {
font-size:10px;
font-weight:bold;
}

#container {
width:940px;
height:auto;
margin:auto;
}

#header {
width:100%;
height:75px;
margin-top:5px;
background-image:url(images/header.png);
}

#main_menu {
font-size:15px;
float:left;
display:block;
width:210px;
height:510px;
margin-top:5px;
background-image:url(images/menu_bg.png);
text-transform:uppercase;
font-weight:bold;
letter-spacing:-2px;
}

#main_menu a:link, a:active, a:visited {
color:#535f23;
text-decoration:none;
}

#main_menu a:hover {
color:#c5cea2;
text-decoration:none;
}

#main_menu ul {
list-style:none;
margin:1px;
}

#main_menu li {
padding:7px 0px 0px 7px;
border-bottom:dashed 1px #787d64;
width:190px;
height:23px;
}

#home_page_image {
float:left;
width:730px;
height:510px;
margin-top:0px;
/* background-image:url(images/home_page_img.png); */
}

#main_content_bg {
float:left;
width:730px;
height:510px;
margin-top:5px;
background-image:url(images/content_background_img.png);
}

#main_content {
margin:20px;
padding:0px 15px 5px 5px;
width:670px;
height:445px;
overflow:auto;
}

#main_content p {
letter-spacing:-1px;
padding-bottom:15px;
}

#main_content a {
font-size:10px;
font-weight:bold;
text-decoration:underline;
}

#main_content a:hover {
color:#FFFFFF;
background-color:#535f23;
text-decoration:none;
}

#footer {
width:100%;
height:30px;
background-image:url(images/footer.png);
}

#footer p {
padding:6px 15px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:9px;
text-align:right;
}