/* the style sheet */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
/* Main page title, big grey text */
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:18px;
	font-weight:650;
	color:#95c3b9;
	}
/* Top header links Home|Contact|Links|About */
h2 {
	margin:0px 5px 0px 0px;
	padding:0px;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	text-align:right;
	}	
/* Use for text on left navigation - main categories */
h3 {
	margin:0px 0px 0px 5px;
	padding:5px;
	font-size:11px;
	line-height:11px;
	font-weight:600;
	}	
/* Use for bold text - contact information */	
h4 {
	margin:0px 0px 2px 0px;
	font:12px/15px verdana, arial, helvetica, sans-serif;
	font-weight:400;
	}
p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align:justify;
	text-indent:0px;
	}
p.small {
  font:9px/11px;
	text align:left;
	color:grey;
	}	
p.left {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align:left;
	text-indent:0px;
	}
/* Use for short text items, left align w/ small bottom spacing */
p.short {
  font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-align:left;
	text-indent:0px;
	}
p.center {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align:center;
	text-indent:0px;
	}
ol.inside {
	margin:0px 0px 16px 0px;
  list-style-position:inside;
	font-size:11px;
	line-height:20px;	
	}
ol.outside {
	margin:0px 0px 16px 0px;
  list-style-position:outside;
	font-size:11px;
	line-height:20px; 
	}		
ul.inside {
  margin:0px 0px 16px 0px;
  list-style-type:disc;
	list-style-position:inside;
	font-size:11px;
	line-height:20px;
  }
ul.outside {
  margin:0px 0px 16px 0px;
  list-style-type:disc;
	list-style-position:outside;
	font-size:11px;
	line-height:20px; 	
  }
/* Use for left navigation */
ul.menu {
  margin:0px 0px 0px 15px;
	text-align: left;
	font:11px/13px verdana, arial, helvetica, sans-serif;
  list-style-position:outside; 
	list-style-image: url("images/arrow_bullet.gif");
	padding:0px;
	}
li.menu {
  margin-bottom:5px;
	}
table {
  border:0px;
	font: 11px/13px verdana, arial, helvetica, sans-serif;
	text-align:center;
	}
table.left {
  text-align:left;
	}
		
td {
  padding:10px 10px 10px 10px;
	vertical-align:top;
	}	
img.left {
  margin:5px 10px 5px 0px;
	}
img.right {
  margin:5px 0px 5px 10px;	
	}
	
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#008080;
	margin-bottom:10px;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#008080;}
a:visited {color:#008080;}
a:hover {background-color:#e0fff0;text-decoration:underline;}

/* Use for items under left navigation - main links */
a.main {
	color:#008080;
	margin-bottom:10px;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#008080;}
a:visited {color:#008080;}
a:hover {background-color:#e0fff0;text-decoration:underline;}

/* Use for items under left navigation - sublinks */
a.one {
	margin-bottom:10px;
	text-align: left;
	color:#2F4F4F;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	font-weight:300;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a.one:link {color:#2F4F4F;}
a.one:visited {color:#2F4F4F;}
a.one:hover {background-color:#F8F8FF;}

/* Use for small text */
a.small {
	color:#008080;
	margin-bottom:10px;
	font-size:9px;
	line-height:20px;
	text-decoration:none;
	font-weight:300;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a.small:link {color:#008080;}
a.small:visited {color:#008080;}
a.small:hover {background-color:#e0fff0;}

#Header {
	margin:50px 0px 0px 0px;
	padding:0px 0px 5px 20px;
		/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:16px; /* 14px + 0px + 2px = 16px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background:url(images/raindropslight.jpg) repeat fixed;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:35px;
	left:20px;
	width:140px;
	padding:0px;
	background:url(images/raindropslight.jpg) repeat fixed;
	border-style:dashed;
	border-color:black;
	border-width:1px;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

/* modified/changed by kelsie. Original version found @ www.bluerobot.com */

