body {
background-color: #ADD8E6;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
color: #787667;
margin-top: 0em; /*sets the top margin */
margin-right: 0em; /*sets the right margin */
margin-bottom: 0em; /*sets the bottom margin */
margin-left: 0em; /*sets the left margin */
}

/*style for tag elements here */
h1,h2,h3,p,table,li,address {
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
color: #000000;
font-family: Papyrus, Arial, Helvetica, sans-serif;
font-size: 30px;
}

h2 {
color: #000000;
font-size: 24px;
font-family:'trebuchet ms', tahoma, verdana, sans-serif;
}

h3 {
color: #000000;
font-size: 16px;
}

p,table,li,address {
color: #000000;
font-size: 14px;
}

/*style for classes here */
#container {
width: 780px;
margin: 0px auto;
text-align: left;
background-color: #FFFFFF;
}
	
ul#nav {
list-style: none;
margin: 0;
padding: 0;
background-color: #CAD3BB;	
}
	
ul#nav li a:link, ul#nav li a:visited {
text-decoration: none;
display: block; 
width: 90%;
padding: 5px 5%;
font-weight: bold;
font-size: 12px;
}
	
ul#nav li a:hover {
background-color: #D3C4BB;
}

ul#nav a:link {color: #5c2e2e; }
ul#nav a:visited { color: #5c2e2e; }
	
ul#nav li a.currentpage:link {background-color: #DDD1CB;}
ul#nav li a.currentpage:visited {background-color: #DDD1CB;}
ul#nav li a.currentpage:hover {background-color: #DDD1CB;}
ul#nav li a.currentpage:active {background-color: #DDD1CB;}

p.bottomnav {
font-size: 12px;
}

.box {
font-family: Papyrus, Arial, Helvetica, sans-serif;
font-size: 16px;
}

.leftcontact {
margin: .5em;
padding: .5em;
}
	
.clearleft {clear: left;}

.centered {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.boldtxt {font-weight: bold;}
.italictxt {font-style: italic;}

/*style for links here */
a:link {
color: #157DEC;
text-decoration: underline;
}

a:visited {
color: #157DEC;
text-decoration: underline;
}

a:hover {
color: #00c9b7;
text-decoration: underline;
}

a:active {
color: #157DEC;
text-decoration: underline;
}
table.threecol td {
width: 33%;
vertical-align:top;
text-align:center;
}
table.twocol td {
width: 50%;
vertical-align:top;
text-align:center;
}
table.fourcol td {
width: 25%;
vertical-align:top;
text-align:center;
}