/* Includes */

@import url("navbar.css");

/* Main HTML settings */
body
{
height: 100%;
font-family: verdana, sans-serif;
font-size: 80%;
margin-top: 0px;
line-height: 1.5em;
background-color: white;
background: url (images/dropshad.jpg);
background-repeat: repeat-x;
}

/* Text settings */

 h1
 {
 font-size: 100%;
 margin-bottom: -10px;
 }

 h2
 {
 font-size: 95%;
 margin-bottom: -10px;
 }
 
hr{color: #ffffff;}

 p
 {
 padding: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 letter-spacing: -1px;
 }

 p,form.first
 {
 margin-top: 20px;
 }

 p.last
 {
 padding-bottom: 20px;
 }

 p.firstandlast
 {
 margin-top: 20px;
 padding-bottom: 20px;
 }

 /* links */

 a:link
 {
 color: #4885EF;
 text-decoration: none;
 }

 a:hover {
	color: #4885EF;
	text-decoration: none;
	}
 
 a:visited {
	color: #4885EF;
	text-decoration: none;
}
 
 a img
 {
 border: 0;
 }

 /*lists*/

 li.main
 {
 margin-bottom: 5px;
 }

 li.description
 {
 list-style-type: none;
 margin-bottom: 5px;
 }

 li.sub
 {
 margin-bottom: 0px;
 list-style-type: none;
 margin-right: 0px;
 }


/* Main Template */

#wrapper
{
width: 760px;
margin: 0 auto;
height: auto;
padding: 5px;
border-left: 1px solid #AEDAFF;
border-right: 1px solid #AEDAFF;
}

#masthead
{
width: 760px;
height: 151px;
margin-left: 20px;

}

#subscribe {
padding-right: 10px;
margin-right: 10px;
padding-top: 12px;
}

.mastbutton
{
height: 60px;
padding-top: 10px;
padding-right: 15px;
}

#navbar {
position: relative;
width: 760px;
height: 25px;
border-top: 1px solid #AEDAFF;
border-bottom: 1px solid #AEDAFF;
background-color: #ffffff;
margin: 17 auto;

}

#bodywrapper
{
width: 760px;
height: 100%;
}

#leftcol
{
float: left;
width: 120px;
height:500px;
margin-top: 10px;
}

#midcol
{
float: left;
width: 340px;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
border: 0px solid #3399ff;
}

#rightcol
{
float: right;
width: 230px;
margin-top: 20px;
}

/* Footer */

#footer
{
clear: both;
display: block;
margin: 0 auto;
width: 740px;
text-align: center;
font-size: 80%;
border-top: 1px solid #AEDAFF;
}

.copyright {
font-weight: bold;
}


#bottom
{
width: 100%;
height: 2px;
}

/* Facts and figures */

.factheading
{
float: left;
width: 125px;
margin-bottom: -20px;
}

.fact
{
float: left;
width: 300px;
margin-bottom: -20px;
}

.factlast
{
float: left;
width: 300px;
margin-bottom: 0px;
}