/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #FFF;
}

									/* SITE BODY ELEMENTS  */
									
.logo
{
margin: 0px auto 10px auto;
width: 400px;
height: 120px;
background: url(../images/logo.jpg) top left no-repeat;
}

.container
{
overflow: hidden;
margin: 30px auto 20px auto;
width: 800px;
}

.textleft
{
float: left;
margin: 20px 40px 20px 0px;
width: 360px;
}

.textright
{
float: left;
margin: 20px 0px 20px 0px;
width: 400px;
}



										/* FOOTER ELEMENTS */


.footer
{
margin: 0px auto;
width: 800px;
border-top: 2px solid #006600;
padding: 10px 0px;
}



										/* LIST STUFF */

.bullet-square
{
margin-left: 0px;
margin-top: 0px;
padding-left: 0px;
list-style: none;
}

.bullet-square li
{
background-image: url(../images/bullet-square.gif);
background-repeat: no-repeat;
padding-left: 25px;
background-position: 0.5em 0.3em;
clear: left;
font: 13px Arial, Helvetica, sans-serif;
line-height: 1.7em;
margin: 0em 0em 0.5em 0em;
}

										/* FONTS */


h1
{
clear: left;
font: 20px Geneva, Arial, Helvetica, sans-serif;
color: #006600;
margin: 0em 0em .4em 0em;
}

h2
{
font: 16px Geneva, Arial, Helvetica, sans-serif;
color: #000;
margin-top: 0px;
margin-bottom: 5px;
line-height: 1.5em;
text-align: center;
}

h3
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
line-height: 1.7em;
margin: 0em 0em 0.5em 0em;
text-align: center;
}

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
line-height: 1.7em;
margin: 0em 0em 0.5em 0em;
}

.footer p
{
text-align: center;
}




									
										/* GRAPHICS */

/* removes borders from images with links */
img
{
border: none;
}

.rightthumb
{
clear: both;
float: right;
margin: 5px -5px 10px 15px;
width: 200px;
}

.caption
{
float: left;
width: 190px;
padding: 3px 5px 5px 5px;
background: #D1CEB6;
border-top: 1px solid #fff;
}



			
										/* LINKS  */


/* standard link */
.body a:link 
{
color: #006600;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #006600;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{
color: #FFF;
background: #006600;
border-bottom: 1px solid #006600;
}
