form {
	margin: 0px;
	padding: 0px;
}

p, td, ul, ol, .normal, .content {
	font: 12px/20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	}	

.oldcontent {
	color: #504623;
}

.blue {
	font: 12px/20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #004973;
	}	

.brown {
	font: 12px/20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #835B4F;
	}	

.red, .alert {
	font: 12px/20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #B43535;
	}	

.title {
	font: 16px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #498D8A;
	}	

.bluetitle {
	font: 16px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #004973;
	}	

.browntitle {
	font: 16px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #835B4F;
	}	

.redtitle {
	font: 16px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #B43535;
	}	

.rightbar {
	font: 10px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #504623;
	}	

.rightbartight {
	font: 10px/14px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #504623;
	}	

.topnav {
	font: 11px/16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #357471;
	}	

.submenu {
	font: 10px/10px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	}	

.submenu2 {
	font: 10px/10px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	}	

.rightbartitle {
	font: 16px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #333333;
	}	

.rightbarbg {
	background-color: #D5E0E4;
}

.copyright {
	font: 10px/10px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	}

a:link 	{ text-decoration: underline; color: #000000 }
a:active	{ text-decoration: underline; color: #000000 }
a:visited	{ text-decoration: underline; color: #000000 }
a:hover	{ text-decoration: underline; color: #000000 }

*.topnav a:link 	{ text-decoration: none; color: #357471 }
*.topnav a:active	{ text-decoration: none; color: #357471 }
*.topnav a:visited	{ text-decoration: none; color: #357471 }
*.topnav a:hover	{ text-decoration: none; color: #000000 }

*.submenu a:link 	{ text-decoration: none; color: #FFFFFF }
*.submenu a:active	{ text-decoration: none; color: #FFFFFF }
*.submenu a:visited	{ text-decoration: none; color: #FFFFFF }
*.submenu a:hover	{ text-decoration: none; color: #000000 }

*.submenu2 a:link 	{ text-decoration: none; color: #000000 }
*.submenu2 a:active	{ text-decoration: none; color: #000000 }
*.submenu2 a:visited	{ text-decoration: none; color: #000000 }
*.submenu2 a:hover	{ text-decoration: none; color: #000000 }

A:link img    {text-decoration: underline; border-color : #000000 ; text-decoration: none}
A:visited img {text-decoration: underline; border-color : #000000 ; text-decoration: none}
A:active img  {text-decoration: underline; border-color : #000000 ; text-decoration: none}
A:hover img   {text-decoration: underline; border-color : #000000 ; text-decoration: none}

.submit, .button { background-color: #498D8A; color: #FFFFFF; font-size: 10px; font-weight: bold; line-height:16px; height: 19px; padding: 0px 4px; border: 1px solid #88BEBC; }

/* ADMIN CSS */

#admin .button {
    margin: 0 3px 6px 0;
}

#admin .admin_table {
    width: 100%;
}

#admin .admin_table td {
    padding-right: 4px;
}

#admin ul, #admin ol {
    padding-left: 0px;
}

.admin-index-list img {
    float: left;
    padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.admin-index-list li {
    padding: 3px;
    margin: 5px 0;
    line-height: 17px;
    background-color: #aaa;
    background-image: url('../images/admin_bar_bg_light.png');
    background-position: center left;
    background-repeat: repeat-x;
    border: 1px solid #999;
}

.admin-index-list li div {
    float: right;
    padding: 0;
    margin: 0 3px;
    text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
    width: 143px;
    height: 188px;
    padding: 8px 0 0 8px;
    float: left;
    background-color: #aaa;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
}

.emailbox {
	height: 19px;
	width: 150px;
	padding: 0px 0px 0px 4px;
	float: left;
	margin: 0px 2px 0px 0px;
}
