/* --------------------------GENERAL SITE STYLE-------------------------- */

/* --------------------------DEFAULT-------------------------- */
body {
background: #FFFFFF; 
color: #000000; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 90%; 
margin-left: 0px; 
margin-right: 0px; 
margin-top: 0px
}

p {
background: #D7FABA; 
color: #000000; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 90%;
margin-left: 20px;
margin-right: 20px; 
}

ol, ul {
background: #D7FABA; 
color: #000000; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
margin-left: 25px;
margin-right: 20px;
}

h1, h2, h3, h4 {
background: #D7FABA; 
color: #000000; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
margin-left: 5px;
}

h1 {
background: #FFFFFF; 
font-size: 150%; 
text-align: center;
}
h2 {font-size: 125%; 
}
h3 {font-size: 110%; 
}
hr {
background: #FFFFCC; 
color: #666699;
}
table {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
tr {
vertical-align: top;
}
td {
vertical-align: top;
}



/* --------------------------LINKS-------------------------- */
a {
text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
	}

img {border-style: none; margin-right: auto; margin-left: auto;}
/* --------------------------TEXT ALIGNMENT and SIZE-------------------------- */
.center {
text-align: center;
vertical-align: top;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.topalign {
vertical-align: top;
}
.small {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 80%;
}
.pagetop {
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 5%;
}


/* ---------------------TEMPLATE and NAVIGATION----------------------- */

.header {
background: #FFFFFF;
text-align: center;
vertical-align: top;
}

.topnav {
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 70%;
text-align: center;
}
.horbar {
background: #008C00;
color: #FFFF6B;
text-align: center;
vertical-align: top;
font-size: 10px;
}
.horbar a {
background: #008C00;
color: #FFFF6B;
text-decoration: none;
}
.horbar a:hover {
background: #008C00;
color: #FFFFFF;
text-decoration: underline;
}
.haworth {
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 70%;
text-align: right;
}
.haworthtext {
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 70%;
text-align: left;
}
.asistlinks {
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 10px;
text-align: center;
vertical-align: top;
}
.boxbody {
background: #D7FABA; 
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #000000;
border-style: solid;
padding: 0px;
}
.footer {
background: #008C00;
color: #FFFF6B;
text-align: left;
font-size: 70%;
}
.footer a {
background: #008C00;
color: #FFFFFF;
text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
	}

.rssbutton {
    border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:0;
    }

