/* CSS Document */

body {
background: url(images/bg.gif);
margin-top: 0px;
top: 0px;
}

a:link {
color: #003300;
text-decoration: underline;
}
a:visited {
color: #003300;
text-decoration: underline;
}
a:hover {
color: #669966;
text-decoration: underline;
}
a:active {
color: #669966;
text-decoration: underline;
}

html>body .container {
	height: auto;
}

.container {
position: absolute;
top: 0px;
left: 50%;
margin-left: -367px;
width: 734px;
background: url(images/bars.gif) #ECECEC;
height: 1000px;
min-height: 1000px;
}

.banner {
position: relative;
top: 0px;
left: 12px;
width: 710px;
height: 100px;
background: url(images/banner_bg.gif) #ECECEC;
}

.nav {
position: relative;
left: 12px;
width: 710px;
height: 25px;
background: url(images/nav_bg.gif) #ECECEC;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #003300;
}
.nav a:link {
color: #003300;
text-decoration: underline;
}
.nav a:visited {
color: #003300;
text-decoration: underline;
}
.nav a:hover {
color: #669966;
text-decoration: underline;
}
.nav a:active {
color: #669966;
text-decoration: underline;
}

.content {
position: relative;
width: 710px;
left: 12px;
background-color: #ECECEC;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #003300;
}

.footer {
position: relative;
width: 710px;
left: 12px;
background-color: #003300;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
color: #ECECEC;
}
.footer a:link {
color: #ECECEC;
text-decoration: underline;
}
.footer a:visited{
color: #ECECEC;
text-decoration: underline;
}
.footer a:hover {
color: #669966;
text-decoration: underline;
}
.footer a:active {
color: #669966;
text-decoration: underline;
}
