@charset "utf-8";

/* CSS Document */



<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

}

body {

  background-color: #cbe0da;

  color: #000;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 11px;

  line-height: 14px;

  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

  text-align: center; /* Centers the page content container in IE 5 browsers. */

}



h1 {

  color: #993300;

  font-size: 16px;

  font-family: Georgia, Times Roman, Times, serif;

  font-weight: bold;

  line-height: 14px;

}

/* Commonly used to style section titles. */

h2 {

  color: #06665B;

  font-size: 14px;  font-family: Georgia, Times Roman, Times, serif;

  font-weight: bold;

  line-height: 14px;

}

/* Sets the style for unvisited links. */

a,  a:link {

  color: #000;

  font-weight: bold;

  text-decoration: none;

}

/* Sets the style for visited links. */

a:visited {

  color: #000;

  font-weight: bold;

  text-decoration: none;

}

/* Sets the style for links on mouseover. */

a:hover {

  color: #000;

  text-decoration: underline;

}

/* Sets the style for a link that has focus. */

a:focus {

  color: #000;

}

/* Sets the style for a link that is being activated/clicked. */

a:active {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;

}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {

	background-color: #fff;

	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: left; /* Redefines the text alignment defined by the body element. */

	width: 850px;

	border: 1px outset #005C4F;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

}

#outerWrapper #header {

	background-color: #FFFFFF;

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */

	font-size: 18px;

	font-weight: bold;

	height: 156px;

	line-height: 15px;

	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}

#outerWrapper #topNavigation {

	background-color: #FFFFFF;

	border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */

	height: 37px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	background-image: url(images/menu.gif);

	background-repeat: repeat-x;

	background-position: top;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#outerWrapper #contentWrapper #rightColumn1 {

	background-color: #FCEFC5; /* Sets the left border properties for an element using shorthand notation */

	float: right;

	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	width: 212px;

	margin-top: 20px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: normal;

	border: 1px solid #CB9F3C;

}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {
	margin-top: 20;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outerWrapper #contentWrapper .clearFloat {

  clear: right;

  display: block;

}

#outerWrapper #footer {

	background-color: #FFFFFF; /* Sets the top border properties for an element using shorthand notation */

	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	background-image: url(images/footer.gif);

	height: 66px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

}



</style>

<style type="text/css" media="print">



/* It is common to set printer friendly styles such as a white background with black text. */

body {

	background-color: #cbe0da;

	background-image: none;

	border-color: #000; /* Sets the border color properties for an element using shorthand notation */

	color: #000;

}



</style>

[if IE 5]>

<style type="text/css"> 

/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */

#outerWrapper #contentWrapper #rightColumn1 {

  width: 220px;

}

</style>

<![endif]

[if IE]>

<style type="text/css"> 

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */

#outerWrapper #contentWrapper #content {

  zoom: 1;

}

</style>

<![endif]

<style type="text/css">



.style1 {

	color: #FFFFFF;

	font-size: 11pt;

	vertical-align: middle;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.style2 {

	font-size: 12pt

}

.style4 {

	font-size: 12pt;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #993300;

}

.style6 {font-size: 12pt; font-weight: bold; }

.style8 {color: #FFFFFF; font-size: 11pt; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }}

img.pic_center{

	float:center;

	padding:3px;

	margin:0 8px 8px 8px;

	border:1px solid #005C4F;

	background-color: #FFFFFF;

}





</style>
#outerWrapper #contentWrapper #content p .style102 {
	font-size: 10pt;
}
#outerWrapper #contentWrapper #content p {
	font-size: 10pt;
}
#outerWrapper #contentWrapper #content p .style96 .style98 {
	font-size: 10px;
}
#outerWrapper #contentWrapper #content p .style96 .style98 {
	font-size: 10pt;
}
#outerWrapper #contentWrapper #content p .style102 {
	font-size: 10pt;
}

