/* CSS Document */

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.25em;
	letter-spacing: 0em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #002621;	
}

html>body { /* be nice to Opera */
	font-size: small;
}


/* -------------   Presentation   ------------- */


div#container {
	padding-top: 20px;
	width:900px;
	margin:0 auto;
}





div#maincanvas {
	float: left;
	
	width: 900px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
}


div#header {
	float: left;
	
	width: 900px;
	height: 264px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}


div#footer {
	float: left;
	
	width: 900px;
	height: 144px;
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 0px 0px;
	
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

div#footer p {
	font-size: 85%;
	line-height: 1.25em;
	color: #006550;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 30px;
}

div#contentarea {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	background-image: url("../images/main_canvas_grad_yellow.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F2F8F6;	
}


div#container #maincanvas #header #title h1 {
	float: left;
	text-indent: -9999px;
}


div#contentarea p {
	font-size: 85%;
	line-height: 1.65em;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div#contentarea p.emphasis {
	font-size: 95%;
	font-weight: bold;
}

div#contentarea #maincolumn {
	float: left;
	width: 540px;
	padding: 0px 15px 30px 30px;
	margin: 60px 0px 30px 0px;
	background-color: transparent;
	border-right: 1px solid #B9DAD1;
}

div#contentarea #maincolumn_wide {
	float: left;
	width: 840px;
	padding: 0px 30px 30px 30px;
	margin: 60px 0px 30px 0px;
	background-color: transparent;
}

div#contentarea h2 {
	font-size: 185%;
	font-weight: 100;
	line-height: 1em;
	color: #006651;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

div#contentarea h3.pointer {
	height: 2em;
	font-size: 135%;
	font-weight: 100;
	line-height: 1.25em;
	color: #006651;
	padding: 0px 0px 0px 40px;
	margin: 20px 0px 16px 0px;
	background: url("../images/arrow_yellow.gif") no-repeat;
}

div#contentarea h3.pointer a {
	text-decoration: underline;
	
}

div#contentarea ul {
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
}

div#contentarea li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div#contentarea .maincolumn_1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 245px;
	float: left;
}


div#contentarea .maincolumn_2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 245px;
	float: left;
}


div#contentarea a {
	color: #006550;
	text-decoration: none;
}

div#contentarea a:hover {
	color: #000;
	text-decoration: none;
	background-color: #A9CEC4;
}



.linkedlist li {
	list-style-type:none; 
	
}

.linkedlist a {
	color: #006550;
	text-decoration: none;
	margin: 0px 0px 0px -13px;
}

.linkedlist a:hover {
	color: #000;
	text-decoration: none;
	background-color: #A9CEC4;
}



div#footer a {
	color: #006550;
	text-decoration: none;
}

div#footer a:hover {
	color: #000;
	text-decoration: none;
	background-color: #A9CEC4;
}

div#footer p.footercontent {
	width: 500px;
	margin: 10px 0px 0px 30px;
	background-color: transparent;
}








div#contentarea #subcolumn {
	float: left;
	width: 240px;
	padding: 0px 30px 30px 30px;
	margin: 60px 0px 0px 0px;
	background-color: transparent;
}

div#contentarea #panelheader {
	float: left;
	width: 200px;
	padding: 20px 20px 16px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #006651;
	
}

div#contentarea #subcolumn #panelheader h2 {
	color: #fff;
}

div#contentarea #panel {
	float: left;
	width: 200px;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: url("../images/sidepanel_grad.jpg");
	background-repeat: no-repeat;
}



div#contentarea #panel_footer {
	float: left;
	width: 240px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff url("../images/sidepanel_bottom.gif") no-repeat;
}



div#contentarea #subcolumn h2 {
	font-size: 135%;
	font-weight: 100;
	line-height: 1em;
	color: #006651;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}

div#contentarea #subcolumn ul {
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
}

div#contentarea #subcolumn li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 00px;
}


div#contentarea #rule {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #B9DAD1;
}



.clearer {
	clear: both;
}



/* For great looking ampersands, use this code instead of &amp;: 
   <span class="amp">&amp;</span>  */
  
.amp { 
  color: #006651; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.1em;
  line-height:10%; /* Fix to maintain correct baseline */
  font-style: italic;
}
