﻿.body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
}
.pagetitle {
	color: #D8E0B7;
	text-transform: uppercase;
	font: bold 120% Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #487F9E;
	font: bold 115% Arial, Helvetica, sans-serif;
}
a {
	color: #4E7DD6;
	text-decoration: none;
}
a:visited {
	color: #4E7DD6;
	text-decoration: none;
}
a:active {
	color: #4E7DD6;
	text-decoration: none;
}
a:hover {
	color: #4E7DD6;
	text-decoration: underline;
}
b {
	font-size: 100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.centered_cell {
	text-align: center;
}
.picture_left {
	border: 1px #000000 solid;
	margin-right: 15px;
}
.picture_right {
	border: 1px #000000 solid;
	margin-left: 15px;
}


.thumbnails {
	border: 1px #171715 solid;
}
.video {
	text-align: center;
}

/*Top Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#ddcolortabs {
	margin-left: 4px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}
#ddcolortabs ul {
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ddcolortabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
#ddcolortabs a {
	float: left;
	color: white;
	background: #487F9E url(../images/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}
#ddcolortabs a span {
	float: left;
	display: block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 9px 2px 6px;
}
#ddcolortabs a span {
	float: none;
}
#ddcolortabs a:hover {
	background-color: #7AA9C2;
}
#ddcolortabs a:hover span {
	background-color: #7AA9C2;
}
#ddcolortabs #current span {
	/*currently selected tab*/
background-color: #487F9E;
}
#ddcolortabs #current a {
	/*currently selected tab*/
background-color: #487F9E;
}
#ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #487F9E;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/*Green Focus Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	border-bottom-width: 0;
	width: 200px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	border-right: 1px #000000 solid;
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 185px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #82AA58;
	border-bottom: 1px #165300 solid;
	border-left: 7px solid #608040;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 184px; /*IE 5*/
w\idth: 200px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #ABCB8A;
	border-left-color: #165300;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 4px 0 4px 0;
	padding-left: 5px;
	background-color: #165300;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-align: left;
}

