@charset "utf-8";
/* ----------------------------- layout styles ----------------------------------- */
body   {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
#wrapper {
	background: #900;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #600;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
} 
.twoColLgSide #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 
#tableInt {
	border-top: 1px solid #600;
}

.twoColLgSide #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 */
}
.twoColLgSide #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColLgSide #mainContent {
	margin: 0 250px 0 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 0px 0 20px;
	color: #333300;
	background: #FFFFCC;
} 
.column {
	color: #663300;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 600px;
}
.figure {
	float: left;
	width: 440px;
	padding-bottom: 15px;
	border: 1px dashed #990000;
	background: #99CCCC;
}
.figur {
	padding: 10px;
	float: left;
}




.twoColLgSide #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.column p {
	float: left;
	width: 220px;
	display: block;
	margin: 0px 0px 0px 20px;
}

.twoColLgSide #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 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: 8px;
}
.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;
}

/* ----------------------------- presentation styles ----------------------------------- */

.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #003366}
.unbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000066}

.unrefer {  font-family: Arial, sans-serif; font-size: 8.5pt; font-style: normal; line-height: normal; font-weight: normal; color: #666666}
.head_bordo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #660033}

.head_green {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #003333}
.linkforall {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #003366}
.head_greenbkgrd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #003333 ; background-color: #E9E9D1}
.head_bordobkgrd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #660033 ; background-color: #F5DEE6}
.head_lila { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #996699}
.head_lilabkgrd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #663366; background-color: #DFD0DF}
.unrefer_tumb { font-family: Arial, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #000066}
.head_navy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #000066}
.head_orage { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #FF6600}
.head_oragebkgrd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #7D3200; background-color: #FFDFBF}
.untable1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #663366}
.head_navybkgrd { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #000066 ; background-color: #CCCCdd}
.head_bordodark { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF; background-color: #993366}
.someex {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #660000}
.untable_blue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699}
.untable_bluedark { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333366; font-weight: bold}
.head_pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #CC6699
}
#illustrTitle {
	font: bold 0.8em Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 30px;
	float: left;
	padding-top: 0px;
}

.head_pinkbkgrd {
	font-size: 11pt;
	font-weight: bold;
	color: #993366;
	background-color: #F8E9F0
}
.untable_bd9 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #663366; font-weight: normal}
.deftitle {
	font-family: "Century Gothic", Verdana;
	font-size: medium;
	color: #666666;
	background-color: #FFFFFF;
	width: 300px;
	margin: 0px auto;
	padding: 2px 0px 4px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;



}
.unspaces {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
	border: 1px solid gray;
	padding: 10px;


}
.headpinkdark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #9966CC;
	text-decoration: underline;

}
.headnavybkgrdlight {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #000066 ; background-color: #E0E0EB
}
.greater {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #003366;

}
.someexCopy {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #000033
}
.untablebluedarkCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333366;
	font-weight: bold;
	border-bottom-style: groove;
	border-bottom-color: #663333;
}
.figure img {
	float: left;
}

