/*--------------------------18 July 2005 10:07 pm------------------*/
body { 
margin: 0;
padding: 0;
background: #808080 url(images/imgs/bkgrnd-09.jpg) fixed no-repeat;
}
a:link {
color: #ffffff;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #0000ff;
background-color: transparent;
}
a:active {
color: #0000ff;
background-color: transparent;
}
/*-----------------------------DIVS-----------------------*/
div.content
{
position: absolute;
top:80px;
width: 70%;
margin-left: 27%;
}
div.copyright
{
position: absolute;
text-align:center;
padding-left:6%;
padding-bottom:5px;
font-weight: normal;
color: #000000;
font-size: .6em;
font-family:tahoma, arial, helvetica, geneva, sans-serif;
z-index: 5;
}
div.hdr {
position:absolute;
top:3%;
text-align: left;
left: 12px;
z-index: 3;
}
div.photo1
{
padding-top: 5px;
padding-bottom: 10px;
padding-left: 5px;
float: right;
}
div.photo2
{
padding-top: 5px;
padding-bottom: 10px;
padding-right:10px;
float: left;
}
div.photo3
{
padding-top: 5px;
padding-bottom: 10px;
padding-right:10px;
float: left;
}
div.srch
{
position:absolute;
top:48px;
right: 12px;
z-index:8;
}
/*-------------------------- Navigation Menu white--------------------------*/
ul#mainnav
{
position: absolute;
display: block;
list-style: none;
margin: 0px;
padding: 0px;
background-color: transparent;
top:15%;
width: 21%;
left: 8px;
z-index: 3;
}
ul#mainnav li
{
border-top: 1px solid #A5B5C6;
padding-bottom: 1px;
}
ul#mainnav li a
{
display: block;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 3px 2px 5px;
color: #ffffff;
text-decoration: none;
font: .7em /1.2 tahoma, arial, helvetica, geneva, sans-serif;
}
ul#mainnav li a:hover
{
background-color: #A5B5C6;
color: #000080;
}

/*--------------------------------------FONTS----------------------*/
.bld
{
font-weight:bold;
}
.emph
{
font-weight:bold;
text-decoration: underline;
}
.end
{
color:#A5B5C6;
font-weight:bold;
font-size: 1.2em;
}
.shade
{
color:#A5B5C6;
}
h1.cert
{
font-weight: normal;
text-align: left;
padding-left: 1em;
color: #ffffff;
line-height: 1.3em;
font-size: .9em;
font-family: garamond, times new roman, times, new york, serif;
}
h1.list
{
font-weight: normal;
text-align: left;
color: #ffffff;
line-height: 1.4em;
font-size: .6em;
font-family: tahoma, arial, helvetica, geneva, sans-serif;
}
h1.content
{
font-weight: normal;
text-align: left;
text-indent: 1em;
color: #ffffff;
font-size: 1em;
font-family: garamond, times new roman, times, new york, serif;
}
h1.content1
{
font-weight: normal;
text-align: left;
text-indent: 1em;
color:#A5B5C6;
font-size: 1em;
font-family: garamond, times new roman, times, new york, serif;
}
h1.hdr {
color: #ffffff;
font-size: 1.8em;
font-family: garamond, times new roman, times, new york, serif;
}
/* Removes default top margin from left/right column paragraphs in Mozilla */

div > p {
margin-top: 0;
}

