/* CSS Document */


body  {
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	line-height:1.1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

p {margin-bottom:-10px;}

h1{
font-weight:normal;
}

h2{
font-weight:normal;
}

li{font-weight:600; 
}

#frame{
width: 770px;
border: solid 1px;
background-image:url(../images/green-bg.gif);
background-position:right;
background-repeat:repeat-y;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #AAAAAA;
text-align: left; /* this overrides the text-align: center on the body element. */
}
#columnMain{
float:right;
width:370px;
margin-left:10px;
margin-right:10px;
margin-bottom:40px;
}

#columnLeft{
font-size:.75em;
line-height:1.6em;
float:left;
width:210px;
}

#columnRight{
float:right;
width:170px;
background-image:url(../images/green-bg.gif);
background-position:right;
background-repeat:repeat-y;
background-color:#006633;
}

#header{
margin-top:0;
padding-top:0;

}

#header #logo{
margin-top:0;
padding-top:0;
padding-bottom:10px;
}

#enclose{
float:left;
width:600px;
}

#footer{
background-image:url(../images/footer-bg.jpg);
background-position:top;
background-repeat:repeat-x;
clear:both;
padding-top: .5em;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
background-color:#ffffff;
}

#columnLeft ul{
list-style:none;
margin-left: 0px;
padding-left: 15px;
}

#logo{
margin-top:0;
padding-top:0;
}

#columnLeft a{
padding-left:3px;
padding-right:3px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color:#006699;
}

#columnLeft a:hover{
font-family:Arial, Helvetica, sans-serif;
border: 1px solid;
text-decoration: none;
color:#006699;
}

#columnLeft a.green{
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color:#37A52A;
}

#columnLeft a.green:hover{
font-family:Arial, Helvetica, sans-serif;
border: 1px solid;
text-decoration: none;
color:#37A52A;
}

#topnav{
margin-top:15px;
line-height:14px;
}

#image{
float:left;
}

#topnav ul{
margin-top:5px;
list-style:none;
margin-left: 0px;
padding-left: 5px;
}

#topnav ul li{
margin-top:3px;
}

#topnav a{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color:#006699;
}

#topnav a:hover{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid;
text-decoration: none;
color:#006699;
}

#tagline h4 {
margin-top:15px;
color:#ffffff;
font-size:14px;
line-height:17px;
text-align:left;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
}

.back {font-size:70%;}
