/* CSS Document */
body {
color:#003300;
background-color:#003300;
font-family:Arial, Helvetica;
font-size:12px;
margin:0px;
padding:0px;
}
.main {
position:relative;
width:100%;
}
.header_strip {
position:relative;
background-image:url(../images/layout/top_strip.jpg);
background-repeat:repeat-x;
}
.header {
height:198px;
width:737px;
position:relative;
background-image:url(../images/layout/header.jpg);
background-repeat:no-repeat;
}
.footer_strip {
position:relative;
background-image:url(../images/layout/bottom_strip.jpg);
background-repeat:repeat-x;
}
.footer {
height:140px;
width:737px;
position:relative;
background-image:url(../images/layout/footer.jpg);
background-repeat:no-repeat;
}
.content {
width:737px;
position:relative;
background-image:url(../images/layout/content_strip.jpg);
background-repeat:repeat_y;
}
a {
color:#003300;
font-weight-bold;
text-decoration:none;
}
a:hover {
color:#FF6600;
}
a.nav {
color:#003300;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.nav:hover {
color:#ffffff;
}
a.nav_sub {
position:relative;
color:#003300;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
a.nav_sub:hover {
color:#FF6600;
font-style:italic;
}
