body {

background-repeat: repeat-x;

}


body {
margin: 0;
}


img {
border: none;
}

img.topleft {
padding: 0 0 0 0;
}

img.left {
float: left;
padding: 0 0 0 0;
}


img.right {
float: right;
padding: 20px 70px 10px 10px;
}

img.indent1 {
position: relative;
left: 28px;
}

img.indent2 {
position: relative;
left: 28px;
}

img.indent3 {
position: relative;
left: 10px;
}



div.right 
{text-align: right;
}

div.center 
{text-align: center;
}

h2 {
font-size: 11px;
}

h3 {
font-family: arial, verdana, sans-serif;
font-size: 14px;
}

h1 {
font-family: Verdana, arial, sans-serif;
font-size: 15px;
text-align: center;
background-image: url(h1bg.jpg);
background-repeat: repeat-x;
}


h5 {
font-family: verdana, arial, sans-serif;
font-size: 15px;
text-align: center;
}


p {
margin-top: 1em;
margin-bottom: 1em;
}

p.line {
margin-top: 2px;
}



#center {
position: relative;
width: 822px;
height: 564px;
color: #3d3d5f;
top: 20px;
margin-left: auto;
margin-right: auto;
}



#header {


border-top: 2px solid #fff;
border-right: 1px;
border-left: 2px;
border-bottom: 1px;
height: 200px;
width: 822px;
}



#content {
position: absolute;
background: #fff no-repeat;
top: 187px;
font-family: verdana, arial, sans-serif;
font-size: 13px;
height: 344px;
margin-left: 175px;
margin-top: 15px;
width: 496px;

}


#content2 {
position: absolute;
background: #fff no-repeat;
top: 2px;
font-family: verdana, arial, sans-serif;
font-size: 13px;
height: 344px;
margin-left: -10px;
margin-top: 10px;
width: 580px;
}



#right {
position: absolute;
top: 200px;
margin-top: 15px;
margin-left: 682px;
width: 148px;
border-right: 1px;
border-left: 1px;
border-bottom: 1px;
height: 405px;
}



/*navigation sets the height & position of the overall space */

#navigation { 
height: 344px;
top: 187px;
position: absolute; 
margin-top: 15px; 
margin-right: 5px; 
font-family: verdana, arial, sans-serif; 
font-size: 13px;
font-weight: bold;
border-left: 2px;
border-right: 1px;
border-bottom: 1px;
border-top: 5px solid #468543;
background: #468543;
} 


#navigation ul { 
list-style: none; 
margin: 0; 
padding: 3px 8px 29px 3px;
border-right: 2px;
border-left: 2px;
border-bottom: 2px;
background: #468543 repeat-x;
} 


#navigation li { 
border-top: 1px solid #468543; 
border-bottom: 1px solid #468543; 
} 


#navigation li a { 
display: block; 
padding: 3px 8px 3px 3px; 
color: #fff; 
text-decoration: none; 
} 

#navigation li a:hover { 
background-color: #fff;
color: #468543;
}


