/* ************************************************************************** */
/*           Initiation of CSS declarations for applicable document           */

/*  Section describing the positioning declarations for applicable document   */

div {
	border: none;
	}


/* Constraining wrapper */

#siteContainer {
	background-color: #FFFFFF;
	border: 0px 0px solid #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	}


/* 2-section formatting declarations with header and footer */

#positionHeader {
	border-bottom: 3px double;
	background-color: #478430;
	height: 200px;
	position: relative;
	width: 100%;
	}

#positionBody {
	background-color: #478430;
	position: relative;
	width: 100%;
	}

#positionFooter {
	background-color: #478430;
	border-top: 3px double;
	height: 85px;
	position: relative;
	width: 100%;
	}


/* Content box declarations */

#contentHeader {
	left: 10px;
	padding-top: 10px;
	position: relative;
	top: 5px;
	}

#contentLeft {
	border-right: 2px dashed;
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 200px;
	}
	
#contentMain {
	margin-left: 2px;
	position: relative;
	top: 0;
	width: 99%;
	}

#contentFooter {
	left: 10px;
	position: relative;
	width: 98%;
	}


/* Usable content display declarations */

#sidePanel {
	float: right;
	overflow: wrap;
	padding: 0px;
	position: relative;
	top: 5px;
	width: 97%;
	}

#navPanel {
	float: right;
	position: relative;
	width: 98%;
	}

#presentationPanel {
	height: 100%;
	margin: 10px 30px 10px 10px;
	position: relative;
	width: 98%;
	}

#turtleScutes {
	padding: 0;
	position: relative;
	width: 99%;
	}


/*  Section describing the style declarations for for applicable document    */


/*  Head banner style */

.headerLine01 {
	color: #000000;
	font-family: lucida handwriting, cursive;
	font-size: 28px;
	line-height: .75;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	}

.headerLine02 {
	color: #000000;
	font-family: times, serif;
	font-size: 35px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
	
.headerLine03 {
	color: #000000;
	font-family: lucida handwriting, cursive;
	font-size: 28px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-align: right;
	}


/*                            Body content style(s)                           */

body { 
	font-size: 12px; 
	font-family: verdana,trebuchet,sans-serif; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

p { 
	color: #000000;
	font-family: verdana,trebuchet,sans-serif;
	font-size: 12px; 
	padding: 0px 20px 0px 20px;
	}


h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana, trebuchet, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 20px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin: 25px 15px 0px 15px;
	}

h3 {
	color: #000000;
	font-family: verdana, trebuchet, sans-serif;
	font-size: 14px;
	font-weight: bold;
    margin: 20px 15px 0px 20px;
	}

h4 {
	color: #000000;
	font-family: verdana, trebuchet, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

h5 {
	color: #000000;
	font-family: verdana, trebuchet, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	}

blockquote {
	color: #330000;
	font-size: 11px;
	font-style: italic;
	}

dl {
	padding: 5px 20px 10px 20px;
	}

.smText {
	font-family: verdana, trebuchet, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	}

.medText {
	font-family: verdana, trebuchet, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}

.lgText {
	font-family: verdana, trebuchet, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}


/*                                  Hyperinks                                 */

a:link { 
	color: #33FF00; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	}

a:visited { 
	color:  #CCFF66;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	}

a:active { 
	color:  #CC99FF;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

a:hover { 
	color:  #00FF00;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

/*             Special styles appearing within the navigation panel            */

.navText, .navText a:link, .navText a:active, .navText a:visited, .navText a:hover{ 
	color: #000000;
	font-family: verdana, trebuchet, sans-serif;
	font-size: 11px; 
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	}

.navText a:link {
	color: #333333;
	font-weight: bold;
	}

.navText a:visited {
	color:  #663300;
	font-weight: bold;
	text-decoration: line-through
	}

.navText a:active {
	color:  #0066CC;
	text-decoration: underline;
	font-weight: bold;
	}


.navText a:hover {
	color:  #993300;
	text-decoration: underline;
	font-weight: bold;
	}

/*             Special styles appearing within the navigation panel            */
.footerText {
	color:  #330033;
	font-size: 11px;
	padding: 0px;
	}



/*           Termination of CSS declarations for applicable document           */
/* *************************************************************************** */
