body {
margin:0;
padding:0;
background-color: #ffffff;
font-family:"Trebuchet MS", sans-serif;
font-size:14px;
line-height:15px;
color: #555555;
text-align:center;
}

#container {
width:900px;
margin:0 auto;
text-align:left;
position:relative;
}

/*--------------------HEADER--------------------*/
#header {
position:absolute;
background-image: url(images/header.gif);
left:0px;
top:8px;
width:900px;
height:83px;
}

/*--------------------BODY STRUCTURE--------------------*/
#body {
position:absolute;
background-image: url(images/body.gif);
left:0px;
top:91px;
width:900px;
height:506px;
}

.ex1, .ex2, .ex3, .ex4, .ex5, .ex6 {
position:absolute;
width:168px;
height:159px;
}
.ex1 {left:230px; top:240px;}
.ex2 {left:230px; top:410px;}
.ex3 {left:430px; top:240px;}
.ex4 {left:430px; top:410px;}
.ex5 {left:630px; top:240px;}
.ex6 {left:630px; top:410px;}

/*--------------------MENUS--------------------*/
.menu {
position:absolute;
left:37px;
width:149px;
}
.m-header {background-image: url(images/menu-header.gif); top:121px; height:22px;}
.m-body {background-image: url(images/menu-body.gif); top:143px; height:105px;}
.m-footer {background-image: url(images/menu-footer.gif); top:248px; height:6px; background-repeat: no-repeat;}

.a-header {background-image: url(images/menu-addr.gif); top:280px; height:22px;}
.a-body {background-image: url(images/menu-body.gif); top:302px; height:145px;}
.a-footer {background-image: url(images/menu-footer.gif); top:447px; height:6px; background-repeat: no-repeat;}

.i-header {background-image: url(images/menu-info.gif); top:280px; height:22px;}

/*--------------------TEXTBOXES--------------------*/
#textbox {
position:absolute;
left:230px;
top:121px;
width:600px;
height:225px;
}
#textbox2 {
position:absolute;
left:500px;
top:121px;
width:300px;
height:225px;
}
#menubox {position:absolute; left:52px; top:150px;}
#addrbox {position:absolute; left:52px; top:309px; width:120px; font-size:13px;}
#toplinks {position:absolute; left:645px; top:20px;}

#subfooter {
position:absolute;
left:0px;
top:615px;
width:900px;
font-size:10px;
color:#666666;
text-align:center;
}

/*--------------------DOTTED RULE--------------------*/
.rule {
position:absolute;
background-image: url(images/rule-dotted.gif);
background-repeat: no-repeat;
left:230px;
width:600px;
height:10px;
}
.rule1 {top:220px;}

/*--------------------FORM INPUT BOXES--------------------*/
#inputbox {position:absolute; left:100px;}

/*--------------------FOOTER--------------------*/
#footer {
position:absolute;
background-image: url(images/footer.gif);
left:0px;
top:597px;
width:900px;
height:19px;
}

/*--------------------FONT STYLES--------------------*/
H1 {font-size:19px; color:#659A41;}
.links {color:#659A41; text-decoration: none;}
.toplink {font-size:11px; color:#FFFFFF; text-decoration: none;}
.menutext {font-weight: bold; color:#659A41; text-decoration: none;}
B {color:#4284D6; font-weight: bold;}
IMG {border:0;}

/*--------------------HOVERS--------------------*/
A.yellow:hover {color:#FF9900;}
A.blue:hover {color:#4284D6;}
