@charset "utf-8";
/* CSS Document */
<!-- 

body  {
	font: 100% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #006633;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	box-shadow:10px 10px 20px #000;
-webkit-box-shadow:10px 10px 20px #000;
-moz-box-shadow: 10px 10px 20px #000;
} 
#header { 
	padding: 0px;  /* 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. */
} 
#rightsidebar {
	float: right; 
	width: 200px; 
	background: #fff; 
	padding: 15px 10px;
}
#mainContent { 
	margin: 20px 15px 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: 20px 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#logos { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align:right;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#669933; 
} 
#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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	text-align:center;
}

.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;
	width:300px;
	margin-left: 10px;
	padding-bottom:10px;
	text-align:right;
}

.fltrt_hip { /* 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;
	width:150px;
	margin-top:30px;
	margin-left:10px;
	margin-right:20px;
	padding-bottom:10px;
	text-align:right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
	width:187px;
}
.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;
}
--> 

ol {list-style-type:lower-alpha;}
li.bullet {padding-bottom:10px;}

h1 {font-size: 1.6em;}
h2 {padding-top:10px; font-size:1.4em; color: #060;}
h3 {padding-top:10px; font-size:1.2em; color: #060;}
h4 {font-size:1.1em; color: #000;}
p {font-size:1em; padding-bottom:10px;}
p.big {font-size:1.4em; padding-bottom:10px;}

span {color: #669933; font-weight:bold;}

img {border:none;}
/*navigation*/

a {color: #060; text-decoration:underline;}
a.bigger {color: #060; font-size:18px; text-decoration:underline;}
a.footer {color: #FFF; text-decoration:underline;}

/*form*/

.formfield {
		border: #c6c6c6 1px solid; font-size: 11px; color:#676767; font-family:Arial, Helvetica, sans-serif; background-color:#ffffff;}
		
.formbutton {
		border: #999999 1px solid; font-weight:bold; font-size: 12px; background-color: #669933; color: #ffffff; font-family:Arial, Helvetica, sans-serif}
--> 