/* ----------------------------GENERAL---------------------------- */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #CBC7B8;
	background-image: url(../images/general/main_background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #25821E;
}

strong {
	font-weight: bold;
	color: #165413;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #ffffff;
}

h2 {
	display: block;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin-top: 35px;
	background-color: #ECFFEC;
	border: 1px solid #64B864;
	background-image:  url(../images/general/green_fade.gif);
	background-repeat: repeat-x;
}

h3 {
	display: block;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #6899BE;
	color: #000040;
}

a:link, a:visited, a:active {
	color: #21761B;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

ul {
	list-style-image: url(../images/general/bullet.gif);
}

.menu_text {
	font-weight: bold;
	color: #000099;
	line-height: 18px;
}

.menu_text a:link, .menu_text a:visited, .menu_text a:active {
	display: block;
	color: #000099;
	text-decoration: none;
}

.menu_text a:hover {
	display: block;
	color: #0066FF;
	text-decoration: none;
}

.nav_text {
	font-size: 13px;
	font-weight: bold;
	color: #165413;
	text-transform: uppercase;
}

.nav_sidetext {
	color: #25821E;
	text-transform: none;
}

.nav_text a:link, .nav_text a:visited, .nav_text a:active {
	color: #25821E;
	text-decoration: none;
}

.nav_text a:hover {
	color: #FF0000;
	text-decoration: none;
}

.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

.footer_text strong {
	color: #000099;
}

.footer_text a:link, .footer_text a:visited, .footer_text a:active {
	color: #000099;
	text-decoration: underline;
}

.footer_text a:hover {
	color: #0066FF;
	text-decoration: none;
}

.bottom_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #165413;
}

.bottom_text a:link, .bottom_text a:visited, .bottom_text a:active {
	color: #165413;
}

.bottom_text a:hover {
	color: #FF0000;
	text-decoration: none;
}

.darktext {
	color: #165413;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.image {
	border: 1px solid #000000;
}

.noborder {
	border: none;
}

.align_top {
	border: none;
	vertical-align: top;
}

.align_middle {
	border: none;
	vertical-align: middle;
}

/* ----------------------------HOME---------------------------- */

.home_last_update a, .home_last_update a:visited, .home_last_update a:active {
	font-weight: normal;
}

/* ----------------------------BABBLINGS---------------------------- */

.babblings_title {
	text-transform: uppercase;
}

/* ----------------------------PHOTOS---------------------------- */

.photo_thumb {
	margin: 5px 10px 5px 0px;
	border: 1px solid #000000;
}

a:hover .photo_thumb {
	border: 1px dashed #25821e;
}