*
{
margin:0;
padding:0;
}

body
{
background-color:#145d94;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
background-image:url(images/tile.gif);
background-repeat:repeat-y;
}

#header
{


}

#wrapper
{
background-image:url(images/bg.gif);
background-repeat:no-repeat;
width:800px;
min-height:500px;
}

#nav
{
width:800px;
}

#nav ul
{
padding-top:20px;
margin-left:30px;
margin-bottom:2px;
}

#nav li
{
list-style-type:none;
font-size:1.6em;
display:inline;
margin-right:25px;
font-weight:bold;
}

#imagery
{
width:800px;
margin-top:20px;
padding-left:30px;
}

#imagery img
{
margin-right:10px;
}

#text
{
width:514px;
margin-top:20px;
margin-left:30px;
margin-bottom:20px;
border: 2px #ef7b31 solid;
padding:15px;
}

#imageholder
{
float:right;
margin-left:10px;
margin-top:12px;
}

#imageholder p
{
text-align:center;
}

#imageholder a:hover
{
border:none;
}

#footer
{
width:800px;
padding-left:30px;
}

#footer p
{
color:#cccccc;
font-size:1.1em;
}

h1
{
font-size:1.8em;
padding-bottom:10px;
}

h2
{
color:#ef7b31;
font-size:1.5em;
padding-bottom:10px;
padding-top:8px;
}

p
{
font-size:1.3em;
padding-bottom:1em;
line-height:1.3em;
}

a
{
color:#CCCCCC;
text-decoration:none;
}

a.lit
{
border-bottom-width: 2px;
border-bottom-color: #ef7b31;
border-bottom-style: solid;
color:#FFFFFF;
}

a:hover {
border-bottom-width: 2px;
border-bottom-color: #ef7b31;
border-bottom-style: solid;
color:#FFFFFF;
}

#footer a
{
color:#CCCCCC;
}

#header a
{
border:none;
}

input
{
width:200px;
}

.button
{
width:60px;
}

textarea
{
width:200px;
height:100px;
}

legend
{
display:none;
}

fieldset
{
border:none;
}

td
{
font-size:1.3em;
}

#text ul
{
margin-left:3em;
margin-bottom:1em;
}

#text li
{
font-size:1.3em;
margin-bottom:3px;
}


