body {
    margin: 0;
    padding: 0;
	color: #000; 
	background: #eee;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

.container {
    /* Main body of the page */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
    padding: 5px;
	border: 1px solid #666;
	background: #ffffff;
	text-align: left;
}
	
.banner {
    height: 177px;
    margin: 0;
    padding: 0;
    background: #DF924E;
    text-align: center;
}

.banner p {
    margin: 0;
    padding: 25px 0 0 0;
    font-size: 300%;
    font-weight: bold;
}

#footer {
    clear: both;
    padding: 1px;
    margin: 0;
    background: #DF924E;
    text-align: center;
    font-size: 75%;
}

.p2 {
    font-size: 0.75em;
}

.p2 img {
	background:#FFF;
	border-top: 1px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 1px solid;
    border-color: gray;
}

.p2 table {
    margin: auto;
}

.p2 tr {
    vertical-align: bottom;
}

.p2 td {
    width: 200px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.pchoices {
    margin: 0 0 0 150px;
    background-color:#FFFFFF;
    border: solid #000 3px;
    border-collapse:collapse;
}

th.pchoices {
    background: #F0F0F0;
    text-align: center;
    line-height : 1.2em;
    font-weight: bold;
    padding: 7px;
    border: solid #000 1px;
}

td.pchoices {
    text-align: center;
    line-height : 1.2em;
    padding: 15px;
    border: solid #000 1px;
}



#leftnav {
    float: left;
    width: 8em;
	display: inline; /* doubled margin bug fix for IE/win */
	margin: 15px 20px 5px 20px;
}

#leftnav ul {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	width: 8em;
	border-top: 1px solid #000; /* Makes top border on flyouts */
	background: #edc;
}

#leftnav li {
  	margin: 0;
	padding: 10px 10px;
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-left: 1px solid #000; /* Makes side borders on flyouts */
	border-right: 1px solid #000; /* Makes side borders on flyouts */
	border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
	vertical-align: bottom; /* for IE5/win */
}

#leftnav ul a {
	display: block;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
	color: #552;
}

#leftnav ul ul { 
	position: absolute;  
	left: -3000px;
	background: #fed; 
}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
#leftnav li:hover {
    background: #ddf;
}

#leftnav ul li:hover ul {
	left: 7em;
	top: 4px;
}

#leftnav ul a:hover {
    text-decoration: underline;
}
	
/* \*/ /*/ 
#leftnav ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */








