/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
margin: 0;
padding: 0;
background: #fff url(images/bg_site.gif) top left repeat;
text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, ol, li, td {
font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}

p {
margin: 0;
padding: 1px 45px 16px 30px;
color: #103407;
line-height: 15px;
}

h1 {
margin: 0 0px 15px 0px;
border-bottom: 1px solid #fff;
padding: 15px 10px 0px 30px;
height: 34px;
font:  bold 19px Arial, Helvetica, Verdana, sans-serif;
color: #163d0b;
background: url(images/header_bg.jpg) top left repeat-y;
}

h2 {
margin: 5px 55px 15px 55px;
padding: 0;
font: bold 12px Arial, Helvetica, Verdana, sans-serif;
color: #333;
}

ul, ol {
margin: 0;
padding: 0 60px 16px 60px;
}

ul li {
margin: 3px 0 3px 25px;
padding: 0;
list-style-image: url(images/bullet.gif);
}

address {
margin:0 auto;
padding:10px 10px;
font:normal 11px Arial, Helvetica, Verdana, sans-serif;
color:#072202;
text-align: right;
background: #6a7857;
height: 250px;
}

div {
margin: 0;
padding: 0;
}

/* ----------------- LINK STYLE ----------------- */
a:link {
color: #e7f4d3;
text-decoration: underline;
}

a:hover, a:active {
color: #e7f4d3;
text-decoration: none;
}

a:visited {
color: #e7f4d3;
text-decoration: none;
}


a.email:link {
color: #103407;
text-decoration: underline;
font-weight: bold;
}

a.email:hover, a:active {
font-weight: bold;
text-decoration: underline;
}

a.email:visited {
font-weight: bold;
color: #103407;
text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
 td, th {
font-weight: bold;
border-collapse: collapse;
padding-top: 19px;
margin-left: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
color: #103407;
border: 1px solid #cad2bd;
margin-bottom: 30px;
}

.logos {
font-weight: bold;
border-collapse: collapse;
padding-top: 19px;
text-align: center;
margin-left: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
color: #103407;
border: 1px solid #cad2bd;
background: #9ba88d;
margin-bottom: 30px;
}

.input{
margin-bottom: 30px;
}



/* DIV HEADER */
div#all, div#header {
width: 760px;
margin: 0 auto;
padding: 0;
}

/* DIV CONTAINER */
div#container {
width:760px;
margin:0 auto;
padding:0;
background: url(images/bg_content.gif) top left repeat-y;
}

/* DIV CONTENT */
div#content {
float:right;
/* width:500px; */
width:612px;
vertical-align:top;
text-align:left;
}

/* DIV RIGHTCOLUMN */
div#rightcolumn {
float:left;
width:145px;
vertical-align:top;
}

#listfloatleft {
float:left;
margin:0 50px 15px 50px;
padding:0;
}

/* DIV FOOTER */
div#footer {
width:760px;
margin:0 auto;
padding:3px 0;
font:normal 9px Arial, Helvetica, Verdana, sans-serif;
background: #a3b29f;
border-top: 1px solid #fff;
background-repeat:no-repeat;
color:#000;
clear:both;
}

div#footer a:link, div#footer a:visited {
font-size:9px;
color:#000;
text-decoration:underline;
}

div#footer a:hover, div#footer a:active {
font-size:9px;
color:#00f;
text-decoration:none;
}

/* DIV COPYRIGHT */
div#copyright {
width:760px;
margin:0 auto;
padding:10px 0;
font:normal 9px Arial, Helvetica, Verdana, sans-serif;
background:#fff;
color:#000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#00f;
text-decoration:underline;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
#imgleft {
float:left;
margin:0 50px 15px 10px;
padding:0;
}

#imgright {
float: right;
margin:0 50px 15px 10px;
padding:0;
}

#clearboth {
clear:both;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
width:760px;
height:32px;
margin:0 auto;
padding:0;
background: url(images/bg_nav.jpg) top left repeat-y;
}

ul#nav {
margin:0;
padding-left:148px;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
padding:8px 30px 7px 30px;
display:run-in;
line-height:30px;
font-size:11px;
font-weight: bold;
text-decoration:none;
text-align:center;
background: url(images/nav_on.jpg) top left repeat-y;
color:#fff;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
background: url(images/nav_off.jpg) top left repeat-y;
color:#0b2905;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.textcenter {
text-align:center;
}

.textcenterbold {
text-align:center;
font-weight:bold;
}

.textcolor {
font-weight: bold;
color: #072900;
}
