/* CSS Document */

body{
text-align:center; /* centers the wrapper in ie 5 and 5.5 */
font-size: 11px;
background-color: white;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin: 0;
padding:0;
}


/* bottom fixed position elements */

#corner {
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
}

#navSquaresContainer {
text-align: center;
width: 573px;
height: 37px;
margin: 0 auto;
}

#navSquaresContent ul li {
text-align: center;
padding: 10px 0 0 0;
list-style: none;
float: left;
}

#navSquaresContent ul li a {
text-decoration: none;
}

/* wrapper */

#container {
width: 576px;
margin: 0 auto;
text-align: center;
font-family: verdana, sans-serif;
padding: 48px 0 0 0;
}

/* logo and nav within wrapper */

#mainNav {
text-align: right;
float: right;
clear: both;
width: 576px;
}

/* main text and image area within wrapper */

#mainBody {
text-align: left;
width: 576px;
float: left;
padding: 2px 0 0 0;
}

#bottomNavBG {
width: 100%;
height: 37px;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 1;
background-color: #b9dbd9;
text-align: center;
}

#mainBody h1 {
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #ec8423;
font-weight: bold;
padding: 0 0 0 4px;
}

#mainBody h1 a {
font-size: 11px;
color: #003399;
text-decoration: none;
}

#mainBody p {
text-align: left;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
padding:  2px 0 4px 4px;
line-height: 18px;
color: #666;
font-weight: normal;
}

#view {
text-align: left;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: bold;
padding: 5px 0 0 4px;
}

#view a {
color: #003399;
text-decoration: none;
}


/* elements specific to about and contact pages*/

#secondaryPage {
text-align: left;
width: 576px;
float: left;
clear: both;
}

#secondaryPage h1 {
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #ec8423;
font-weight: bold;
padding: 32px 0 2px 3px;
}

#secondaryPage h1 a {
color: #039;
text-decoration: none;
}

#secondaryPage p {
text-align: left;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding:  2px 0 2px 4px;
line-height: 18px;
color: #666;
font-weight: normal;
}

#secondaryPage p a{
color: #003399;
text-decoration: none;
}
#secondaryPage li {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding:  2px 0 2px 4px;
line-height: 18px;
color: #666;
font-weight: normal;
list-style: circle;
}
.subHead {
text-align: left;
font-weight: bold;
font-size: 13px;
}

#secondaryArt {
text-align: left;
float: left;
clear: both;
}

/* form style */

.formemail {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
line-height: 20px;	
margin-left: 0;
margin-right: 2px;
font-weight: normal;
}
