/* CSS Document */
html, body {
border: 0;
margin: 0;
background-color:#669900;
background-image:url(../images/body_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
}

#container {
position: relative;
top: 0;
width: 790px;
height: 4600px;
background-color:#FFFFFF;
background-image:url(../images/container_bg.jpg);
background-position:top;
background-repeat:repeat-y;
margin: 0 auto;
}

#containerhome {
position: relative;
top: 0;
width: 790px;
height: 1160px;
background-color:#FFFFFF;
background-image:url(../images/container_bg.jpg);
background-position:top;
background-repeat:repeat-y;
margin: 0 auto;
}

#containercontact {
position: relative;
top: 0;
width: 790px;
height: 700px;
background-color:#FFFFFF;
background-image:url(../images/container_bg.jpg);
background-position:top;
background-repeat:repeat-y;
margin: 0 auto;
}

#header {
width: 790px;
height: 214px;
}

#menu {
position: absolute;
top: 181px;
left: 12px;
width: 740px;
height: 27px;
}
#menu span {
position: relative;
top: 6px;
}
#menu a {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin-left: 20px;
padding: 6px 11px 6px 11px;
text-decoration: none;
}
#menu a:hover {
background-color:#FFFFFF;
color:#990000;
}

#content {
width: 750px;
padding: 0 20px 0 20px;
}
#content h1 {
font-size:18px;
color:#990000;
}

#leftcolumn {
float: left;
width: 200px;
}

#middlecolumn {
float: left;
width: 500px;
}

#footer {
position: absolute;
bottom: 0;
left: 11px;
width: 768px;
height: 25px;
background-color:#666666;
}
#footer span {
position: relative;
top: 4px;
left: 180px;
color:#FFFFFF;
}

.highlight {
color:#003366;
font-weight:bold;
}

.highlightred {
color:#990000;
font-weight: bold;
}

.highlightred2 {
color:#990000;
font-size:16px;
font-weight: bold;
}

.underline {
border-bottom: 1px dashed #333333;
}

.overline {
border-top: 1px dashed #CCCCCC;
}

.floatright {
float: right;
}

.floatleft {
float: left;
margin: 0 8px 5px 0;
}

.nudgedown {
margin-top:5px;
}

.nudgedownmore {
margin-top: 14px;
}


