@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}


/** main typographic styles **/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
	margin: 0 0 12px 0;
	padding:0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #006633;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #33855c;
	margin:5px 0;
	padding:0;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #33855c;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.1em;
	color: #33855c;
	}
h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	padding: 0;
	margin: 0;
	}

	
ul { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	color: #333; 
	line-height: 1.5em;
	}
ul ul { font-size: 1em;}
ol { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333; line-height: 1.5em} 

.tabletext {
		font:Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333;}


a:link { text-decoration: underline; color: #006633; }
a:visited {text-decoration: none; color: #006633; }
a:hover {text-decoration: underline; color: #333; }

/** images **/
.photoleft {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #666;
	float: left;
}

.photoright {
	margin: 10px;
	padding: 2px;
	border: 1px solid #666;
	text-align: right;
	float: right;
	clear: right;
}

.caption {
	text-align: left;
	font-size: 70%;
	caption-side: bottom;
	color:#666666;
	}

/** main structural items **/

#containall {
	width: 714px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right:;
	border-right: 1px dotted #cce0d6;
	border-bottom: 1px dotted #cce0d6;
	border-left: 1px dotted #cce0d6;
	background: #FFF;
} 

#header {
	width: 714px;
	height: 130px;
	margin-bottom: 25px;
	padding: 0;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#containall #content_main {
	margin-left: 215px;
	padding-left: 15px;
	padding-right: 15px;
	clear: right;
}
#containall #sidebar {
	float: left;
	width: 200px;
	background-position: center top;
	padding-top: 15px;
}
#containall #sidebar #navlinks {
	text-align: left;
	margin: 0;
	list-style-type: none;
}

#containall #sidebar #navlinks ul {
	padding: 15px 15px 15px 5px;
	list-style-type: none;
}
#containall #sidebar #navlinks ul li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	margin: 5px 5px 5px 0;
	padding-bottom: 8px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#containall #sidebar #navlinks ul li a:link {
	color: #006633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#containall #sidebar #navlinks ul li a:visited {
	color: #006633;
	text-decoration:none;
	font-size: .9em;
	}
#containall #sidebar #navlinks ul li a:hover {
	color: #2e7f6b;
	}	
#containall #sidebar a img {
	text-decoration: none;
	border-style: none;
}
ul li h3 a {
	font-size: 120%;
	padding-top: 1em;
}


#sidebar #navlinks li a.current, #sidebar #navlinks  li a.current:hover, #sidebar #navlinks li a.current.active {
	color: #063;
	padding: 4px;
	border-left: 8px solid #063;
	cursor: default;
}
#content_main #profiles {
	float: right;
	width: 200px;
	margin-top:50px;
	margin-left: 8px;
	padding: 0;
	background: #f7faf8;
	border-right: 1px dotted #cce0d6;
	border-bottom: 1px dotted #cce0d6;
	border-left: 1px dotted #cce0d6;
}
#profiles h3 {
	padding: 5px 0 10px 10px;
	font-style: italic;
	color: #063;
}

	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	clear: both;
	text-align: center;
	padding: 1.2em;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cce0d6;
}
/*-------------- Author's Table Styles---------------- */
#content_main table#infoTbl {
	width: 450px;
	margin: 0 auto;
	background: #f7faf8;
	border: 1px solid #333;
	border-collapse:collapse;
}
#content_main #infoTbl thead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#fff;
	font-weight: bold;
}
#content_main #infoTbl tbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .725em;
	color: #333;
	text-align: left;
}
#content_main #infoTbl caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #063;
	text-align:center;
	padding-bottom: .5em;
}
#content_main #infoTbl th {
	color: #fff;
	background: #063;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0.3em;
	border: 1ps solid #333;
}
#content_main #infoTbl td {
	padding: .5em .5em;
}
#content_main #infoTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#content_main #infoTbl tr.odd {
	background: #F2F2F2;
}
#content_main #infoTbl tr:hover {
	background: #4d9470;
}
/*------------ End Author's Table Styles-----------*/
