/* CSS Document */

/*General doc details*/

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333366;
font-size:small;
margin:5px;
background-color: #dbe0ec;
}

hr	{
padding: 2px;
margin: 0;
width: 700px;
text-align: center;
}

h1{
font-size:200%;
}


h2	{
font-size: large;
text-align: left;
}

h3	{
font-size: 13px;
text-align: left;
color:#030391;
}


h4 {
font-size:small;
text-align:left;
font-style:bold;
}

h5 {
font-size:12px;
text-align: justify;
}

h6 {
font-size:12px;
text-align:left;
}

p	{
font-size: small;
text-align:justify;
line-height:130%;
}

#container
{
width:887px;
margin: 10px auto;
background-color: #fff;
border: 1px solid gray;
color: #333;
line-height: 130%;
}

#pageheading{
padding-top:108px;
background-image: url(../images/banner7.gif);
background-position:top center;
background-repeat:no-repeat;
border: #333366;
position:relative;

}

#pageheading h1{
font-family:Tahoma;
background-color: #FFFFFF;

}

.hide{
position:absolute;
visibility:hidden;
}

#pageheading img{
position: relative;
right:10px;
top:0px;
}

#top{
padding: .1em;
background-color: #FFFFFF;
border-bottom: 1px solid black ;
}

#top h1{
padding: 0;
margin: 0;
}

/*main navigation menu*/
#mainnav ul{
padding: .2em 0;
margin: 0;
height: 20px;
list-style-type: none;
background-color: #1b6fc1;
color: #FFF;
width: 100%;
font: normal 80% arial, helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

li { display: inline; }

li a{
text-decoration: none;
background-color: #1b6fc1;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
height: 20px;
}

li a:hover{
background-color: #030391;
color: #fff;
height: 32px;
}

/*Main Body*/
#content
{
border-right: 1px;
border-left: 1px;
padding: 1em;
z-index:1;
min-height:700px;
}

/*Division for the display summaries and pictures, specific styles*/

#displaysummary	{
width: 850px;
clear: both;
}

#displaysummary img	{
border: solid black 1px;
display: block;
margin:-200px 0 0 -20px;
height: 176px;
width: 440px;
float:right;
}

#displaysummary h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
text-align:left;
color:#000000;
padding: 0 0 0 10px;
}

#displaysummary h4{
font-size:14px;
text-align:center;
font-style:italic;
color:#6699FF;
}

#displaysummary p	{
display:block;
height: auto;
width: 600px;
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-left:20px;
padding: 1px 0 10px 10px;
}

#displaysummary p.link {
height: 20px;
width: 345px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 10px 0 0 10px;
}

#displaysummary hr	{
padding: 2px;
margin:0;
width: 850px;
text-align: center;
clear:both;
}
 
/*Tables*/

table  {
border-top: 1px solid #2A3F55;
border-left: 1px solid #2A3F55;
border-collapse:collapse;
}

table caption {
font-family:"Times New Roman", Times, serif;
color:#0000FF
padding-bottom: 6px;
}

table td {
padding: 10px;
border-right:1px solid #2A3F55;
border-bottom:1px solid #2A3F55;
}

table th {
font-family:"Times New Roman", Times, serif;
background: #6699CC;
padding: 10px;
border-right:1px solid #2A3F55;
border-bottom:1px solid #2A3F55;
}
 
/*Thumbnails*/
div.float {
float: left;
width: 100px;
padding:0 100px 10px 50px;

}
div.float img{
border: none;
padding:20px

}

div.float p {
text-align: center;
font-size: 12px;
padding:10px 0 0 30px;
   }
   
div.spacer {
clear: both;
}


/*footer*/
#footer ul{
padding: 5px 0 0 0;
margin: 0;
height: 40px;
list-style-type: none;
background-color: #1b6fc1;
color: #FFF;
width: 100%;
font: normal 80% arial, helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

#footer li { display: inline; }

#footer li a{
text-decoration: none;
background-color: #1b6fc1;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
height: 20px;
}

#footer li a:hover{
background-color: #030391;
color: #fff;
height: 32px;
}



#leftnav p { 
margin: 0 0 1em 0; 
}

