@charset "UTF-8";
/* CSS Document */


body  {
	font: 120% Arial, Verdana, Helvetica, sans-serif;
	background: #9E8A84;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; line-height: 1.5em; letter-spacing:.6px;
}

a:link { color:#0000EE; text-decoration:underline; font-weight:800; 
}
a:hover { color:#990000; text-decoration:underline; font-weight:800; 
}

a:visited { color:#FFFFFF; text-decoration:underline; font-weight:800; 
}

.twoColFixRtHdr #container {
	width: 920px;
	background: #9E8A84;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
} 
.twoColFixRtHdr #header { 
	background: #9E8A84; padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;	 /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 880px; display: inline; position:inherit; }

.twoColFixRtHdr #mainContent h1 { 
	color:#000000;
}

.twoColFixRtHdr #footer {
	padding: 6px 0 6px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
}
.fltlftsm { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.pop { /* this class can be used to float an element left in your page */
	color: #FFFFFF; font-size: 1.1em;  letter-spacing: .8px; font-weight: 100; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitehead  { width:660px; color:#FFFFFF; font-size:1em; letter-spacing:.95px; line-height:1.5em; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: 600; font-style: normal; font-variant: normal }

.subhead  {
	width:180px;
	margin-left:0px;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	letter-spacing:1px;
	font-style: normal;
	font-variant: small-caps;
	text-align: left;
}



.quote  { width:600px; color:#FFFFFF; font-size:1em; font-family:Georgia, 'Times Roman', Arial, Verdana, Helvetica, sans-serif; font-weight:100; line-height:1.5em; font-style: italic; text-align:right; padding:0px 10px 0 10px; margin:40px; border-right: 2px solid #666666; }

div.float { display:inline; padding: 0 3px 0 0;
  float: left; }
  
div.float p {
   text-align: center; line-height:1.2em; font-weight: 500; font-size: .9em;}
   
div.float img {
	border: 1px solid #000000;
	vertical-align: middle;
	margin: 0;
	top: auto;
}


.right { margin: 0.5em 0 0.5em 0; float:right; }
.left { margin: 0.5em 0 0.5em 0; float:left; }


div.figure {
  float: right;
  width: 100px;
  border: solid 1px #333333;
  margin: 10px;
  padding: 5px;
}
div.figure p {
  text-align: center; font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


.foot  { color: #333333; font-size: 0.7em; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 1.3em; text-align: center; vertical-align: middle; padding:6px; border-top: 1px solid #666666; border-bottom: 1px solid #666666; }

.title {
	font-family:Georgia, 'Times Roman', Times, serif;font-size: 1em; color: #333333; font-style: italic; font-variant: normal;
	font-size:12px
	line-height:1.5em;
	font-weight:300;
	margin-top: 0px;
}

hr { solid 2px #666666; }

#corner {
	width:190px;
	#color:#FFFFFF;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-variant: small-caps;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin:20px;
	border-left: 2px solid #666666;
}


#Menu {
font-family:Arial, Verdana, Helvetica, sans-serif; font-size:.9em; font-weight:500; background-color: #9E8A84; padding-top:6px; padding-top:6px;
}

#Menu ul {
text-align:center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin:3px 26px 5px 0; /* Just some margin to align the border below the menu */
padding:0 0 5px 0;
 }
 #Menu li {
 display: inline; /* Menu links are horizontally aligned using display: inline */
 }
 #Menu li a {
 padding: 3px 3px 3px 3px; /* Display: block won't work in this example, instead we are using padding to make the whole tab a clickable link */
 color: #FFFFFF;
 text-decoration: none;
 font-weight:500;
 }
 #Menu li a:hover {
 color: #990000;
 background-color: #9E8A84; }
 
 #Menu li a:visited {
 color: #333333;
 
 }
 
#Menu li a:active { color: #9E8A84;
 text-decoration: none;
 font-weight:500; background-color: #FFFFFF; 
 } 

  #Menu li a span {
 padding: 5px 5px 5px 5px; 
  /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
 }
 
 #Menu li.current a {color: #990000; font-weight:500; background-color: #FFFFFF;
  } 
 #Menu li a:hover span {
 }
 
 
#Menu2 {
font-family:Arial, Verdana, Helvetica, sans-serif; font-size:.8em; font-weight:500; background-color: #9E8A84; padding:6px 0 0 0; }

#Menu2 ul {
text-align:center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
margin-right:26px;
margin-top:3px;
margin-bottom:5px; /* Just some margin to align the border below the menu */
padding-bottom:5px;
 }
 #Menu2 li {
 display: inline; /* Menu links are horizontally aligned using display: inline */
 }
 #Menu2 li a {
 padding: 5px 5px 5px 5px; /* Display: block won't work in this example, instead we are using padding to make the whole tab a clickable link */
 color: #FFFFFF;
 text-decoration: none;
 font-weight:500;
 }
 #Menu2 li a:hover {
 color: #990000;
 background-color: #9E8A84; }
 
 #Menu2 li a:visited {
 color: #333333;
 
 }
 
#Menu2 li a:active { color: #9E8A84;
 text-decoration: none;
 font-weight:500; background-color: #FFFFFF; 
 } 

  #Menu2 li a span {
 padding: 3px 3px 3px 3px; 
  /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
 }
 
 #Menu2 li.current a {color: #990000; font-weight:500; background-color: #FFFFFF;
  } 
 #Menu2 li a:hover span {
 }

[if IE]>
<style type="text/css">
   3. /* Unfortunately, for some reason both IE6 and IE7 needs to be hacked. */
 .Menu1 li a {
 padding: 0 0 0 10px;
 }
 </style>
 <![endif]