/* Basics CSS*/

body {
 margin: 40px 0;
 color: #333;
 background:#9fb6cd;
 padding:0;
 font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #708090;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #708090;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #775D42;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 650px;
 margin: 0 auto;
 background: #fff url(bg.jpg) repeat-y;
  }

#hdr {
float: center;
 background: #fff url(headerlogo2.jpg) no-repeat;
 padding-top: 130px;
 padding-bottom: 0px;
 }

#hdr h1 {
 color: #fff;
 background:#708090;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:120px;
 padding: 1em;
 text-align: center;
 padding-bottom: 20px;
 background:#a2cd5a;
}

#nav ul {
 margin: 0;
 list-style: none;
}

#nav li {
	margin: 0;
}

#nav h2 {
 border:solid #000000;	
 border-width:1px 0 1px 0;
 margin: 1em 0 0 0;
 }


#nav a:link {
color: #ffffff;
text-decoration: none;
}
#nav a:visited {
text-decoration: none;
color: #ffffff;
}
#nav a:hover {
text-decoration: none;
color: #fff;
}
#nav a:active {
text-decoration: none;
color: #ffffff;
}


#cont {
 float: right;
 padding: 1.5em;
 }
 
#cont h2 {
 color: #8b7e66;
}

#ftr {
 clear: both;
 color: #fff;
 background:#708090;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }

#ftr a:link {
color: #ffffff;
text-decoration: none;
}
#ftr a:visited {
text-decoration: none;
color: #ffffff;
}

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#leftImg2
{
float:left;
width: 125px;
height: 215px;
padding: 0 0 0 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}


#rightImg2
{
float:right;
width: 125px;
height: 125px;
padding: 5px 5px 5px 5px;
}

#rightBox
{
float:right;
width: 225px;
height: 150px;
background: #FAFAD2;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
}


td.greenhd{
color: #775D42;
background: #CCFF99;
text-decoration: none;
font-weight: bold;
text-align: center;
}
