@charset "UTF-8";
/* CSS Document */

body {
font-family: Times New Roman;
background-image:url(bg_gradient.jpg);
background-color:#ffffff;
font-size: 80%;
line-height: 130%;
padding: 0;
margin: 0; 
}
 
#container {
padding: 0px;
margin: 0px auto;
width: 800px;
height: 600px;
z-index: 200;
}

* html #container {
width: 800px;
w\idth: 800px;
}

#container2 {
position: absolute;
background-color:#ffffff;
border: 2px solid #076324;
width: 800px;
min-height: 600px;
top: 60px;
}

#container3 {
position: absolute;
background-color:#ffffff;
border: 2px solid #076324;
width: 800px;
min-height: 850px;
top: 60px;
}


#logo {
float: left;
width: 790px;
padding-left: 10px;
padding-top: 10px;
height: 90px;
border-bottom: 2px solid #076324;
}

#motto {
float: right;
height: 90px;
border-bottom: 2px solid #076324;
}


#indexnav {
font-size: 110%;
float: left;
height: 28px;
width: 780px;
background-color: #076324;
padding-left: 20px;
padding-top: 8px;
margin-bottom: 25px;
color: #ffffff;
}


* html #indexnav {
float: left;
height: 28px;
width: 780px;
background-color: #076324;
padding-left: 0px;
padding-top: 5px;
color: #ffffff;
}

#indexnav a {
text-decoration: none;
color: #ffffff;
text-align: center;
list-style: none;
padding: 0px 5px 10px 5px;
display: block;
z-index: 5000;
}

#indexnav a:hover {
text-decoration: none;
display: block;
color: #ec1750;
z-index: 5000;
}

#indexnav ul {
padding: 0px;
margin: 0px;
list-style: none;
background-color: #076324;
color: #ffffff;
z-index: 5000;
}

#indexnav li { 
float: left;
width: 12%;
background-color: #076324;
z-index: 5000;
}


* html #indexnav li { 
float: left;
width: 13%;
background-color:  #076324;
z-index: 5000;
}


img {
border: 0px;
}

img a {
border: 0px;
}


#content {
color: #000000;
width: 700px;
height: 236px;
margin: 0px auto;
}


#content2 {
color: #000000;
width: 600px;
min-height: 700px;
margin: 0px auto;
}


#linkbox{
position: absolute;
top: 398px;
width: 200px;
height: 200px;
border-top: 2px solid #076324; 
border-right: 2px solid #076324;
}

#linkbox2 {
position: absolute;
top: 398px;
left: 202px;
width: 200px;
height: 200px;
border-top: 2px solid #076324; 
border-right: 2px solid #076324;
}

#linkbox3 {
float: right;
}


#footer {
font-size: 90%;
padding-top: 15px;
position: absolute;
top: 610px;
color: #FFFFFF;
}

#footer2 {
font-size: 90%;
padding-top: 15px;
position: absolute;
width: 250px;
top: 610px;
left: 580px;
color: #FFFFFF;
}

#footer2 a {
color: #FFFFFF;
}

#footer2 a:hover {
color: #FFFFFF;
}





