/* ----------------------------------------------------------------------
HTML Redefine Tags
-----------------------------------------------------------------------*/
html{
background-image: url(images/background.png);
}
body {
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-size: 100%;
}
a {
  text-decoration: none;
*/ color: white; */
}

a:hover {
   text-decoration: underline;
}

a:selected {
font-weight: bold;
}

p {
color: black;
line-height: 21px;
}

h2 { 
color: black;
font-size: 30px;
}

li {
list-style: none;
}

/* ----------------------------------------------------------------------
Structure of page
-----------------------------------------------------------------------*/


#container {
margin: auto;
width: 961px;
}

#header {
position: absolute;
background: url(images/header.png);
width: 961px;
height: 150px;
top:0px;

}

#nav {
position: relative;
background: #918E00;
height: 35px;
overflow: hidden;
margin: 0 0 6px 0;
padding: 0 0 0 31px;
top: 140px;
}

#nav li {
float: left;
line-height: 35px;
}

#nav li a {
border-right: 1px dotted #1D3403;
padding:0 1em;
color: #1D3403;
}

#nav li a.first {
padding-left: 0;
}

#primary {
position: relative;
background: url(images/main.png) no-repeat;
float: left;
width: 648px;
height: 662px;
top:128px;
font-size:12px;
}

#primary bold{
font-weight:bold;
}

#primary td{
text-align: left;
padding-left: 25px;
}

#primary h2{
text-align: left;
padding-left: 25px;
font-size: 18px;
color: black;
}

#primary p{
color: black;
text-align: left;
padding-left: 30px;
padding-right: 30px;
font-size: 14px;
border-bottom: 1px dotted white;
}

#primary a{
text-decoration: underline;
color: white;
border-style: none;
position: relative;
}

#secondary{
position: relative;
background: url(images/secondary.png);
float: right;
top: 129px;
width: 313px;
overflow: hidden;
height: 662px;}

#secondary h3{
 color: black;
padding-top: 70px;
}

#secondary p{
padding-left: 15px;
padding-right: 15px;
color: black;;
font-size: 14px;
}

#secondary ul{
float:left;
width:100%;
padding:0;
padding-top: 15px;
margin:0;
list-style-type:none;
}
#footer{
position: relative;
background: url(images/footer.png) no-repeat;
top: 128px;
height: 150px;
width: 961px;
text-align: center;
padding-top: 2em;
float: left;
font-size: 14px;
}

#footer p{
}

#footer a{
color: white;
text-decoration: underline;
font-size: 14px;
}
