body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#container  {
	width: 776px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
#header  {
	background-image: url(images/new_header.jpg);
	background-repeat: no-repeat;
	padding-top: 137px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
} 
#header ul    {
	list-style-type: none;
	background-color: #a2a2a2;
	width: 770px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#header ul li {
	float: left;
	width: 128px;
}
#header ul a {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/nav_divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #A2A2A2;
	font-size: 11pt;
	margin: 0px;
	height: 30px;
	vertical-align: middle;
	line-height: 22pt;
}
#header ul .first a {
	background-image: none;
}
#header ul a:hover {
	color: #000;
	background-image: url(images/nav_divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	background-color: #f1e30a;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 132px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 9px;
	color: #FFF;
	background-color: #fcf9ce;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 175px;
}
/*-- End Forms --*/	
#sidebar1 li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.5pt;
	color: #000;
	margin-left: -30px;
	list-style-position: inside;
}
#sidebar1 ul {
	list-style-type: square;
}
#sidebar1 ol {
	list-style-type: decimal;
}
#sidebar1 h3 {
	font-size: 0.8em;
	background-image: url(images/p2p_sidebar_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	margin-left: -9px;
	padding: 0px;
	width: 150px;
	margin-top: -1px;
}
#sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#sidebar1 a {
	text-decoration: underline;
	font-size: 8.5pt;
}
#sidebar1 a:hover {
	text-decoration: none;
}
#mainContent  {
	margin-top: 7px;
	margin-right: 158px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 37px;
	color: #2A3657;
	background-color: #f7f7f7;
	text-align: left;
} 
#mainContent td , p , ul, li, a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #58595b;
	text-decoration: none;
}
#mainContent a {
	font-weight: bold;
	text-decoration: underline;
	color: #4050E1;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent ul li {
	list-style-type: none;
}
#mainContent h1 {
	color: #000;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#mainContent h6 {
	text-decoration: underline;
	display: block;
	height: 12px;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #a2a2a2;
} 
#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: 9px;
	color: #C3C324;
	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;
	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;
}

/*-- Forms --*/
fieldset {
	width: 447px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f7f7f7;
}
textarea {
	height: 100px;
	width: 255px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
	background-color: #cacaca;
}

legend	 {
	font-size: 8pt;
	font-family: Arial;
	color: #f0e8cd;
	background-color: #bf0d22;
	padding: 1px 10px;
	border: solid 1px #26a;
	font-weight: bold;
	}	
label    {
	color: #333333;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	float: left;
	clear: both;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 120px;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	height: 20px;
		}
input	  {
	color: #1b0c80;
	font-size: 0.9em;
	font-family: Arial;
	background-color: #cacaca;
	width: 255px;
	padding: 3px;
	line-height: 1em;
	margin-bottom: 5px;
	height: 20px;
	margin-left: 10px;
	}
.submit	{
	margin-left: 10px;
	color: #000;
	background: #fb0;
	border: 2px #9cf outset;
	padding-right: 2em;
	padding-left: 2em;
	display: inline;
	width: 90px;
	float: right;
	margin-right: 20px;
	}		

td {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#button_wrap {
	width: 550px;
	margin-bottom: 60px;
	height: 240px;
}
#button_wrap img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#button_wrap ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#button_wrap li {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
