				body{
				padding: 0px;
				margin: 0px;
				background: white;
			}

/***************************** LOGO BAR *******************************/
			
		
		#logoHeader{
			    position: relative;
			    top: 0px;
			    left: 0px;
			    background-color: white;
			    Border-right: 1px #666 solid;
			    border-top: 1px #666 solid;
				width: 700px;
				height: 53px;
				margin: 0px;
				padding: 0px;
			}
			
			#logo{
			    position: absolute;
			    top: 10px;
			    left: 10px;
			}
			
			#partner{
			     position: absolute;
			     right: 20px;
			     bottom: 10px
			}
			
			#cpa{
			     position: absolute;
			     right: 125px;
			     bottom: 12px
			}
			
/***************************** MENU *******************************/
			
			#menubar{
				font-family: Trebuchet MS;
				font-size: 12px;
				width: 700px;
				height: 2.5em;
				background: url(tile2.jpg);
				border: solid #c00; /* #960 */
				border-width: 1px 0;
				margin: 0px;
				padding: 0px;
			}
			
			#nav, #nav ul {
				float: left;
				z-index: 5;
				list-style: none;
				line-height: 1;
			    background: url(tile2.jpg);
				padding: 0;
				margin: 0 0 0em 0;
			}
			
			#nav a {
				display: block;
				width: 10em;
				w\idth: 6em;
				color: #FFFFCC; /* #FAA61A */
				text-decoration: none;
				padding: 0.25em 2em;
			}
			
			#nav a:hover {
				color: #FAA61A;
				/*font-weight: bold;*/
			}
			
			
			
			#nav li:hover ul, #nav li.sfhover ul{
				font-style: normal;
			}
			
			#nav li { /* all list items */
				float: left;
				width: 10em; /* width needed or else Opera goes nuts */
			}
			
			#nav li ul { /* second-level lists */
				position: absolute;
				background: #3C4B76;
				filter:Alpha(Opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity: 0.8;
				left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
				height: auto;
				width: 10em;
				w\idth: 9em;
				font-weight: normal;
				border: dotted 1px #333;
				border-top: none;
				border-bottom: solid 1px #333;
				margin: 0; 
			}
			
		    *html #nav li ul {
				border: none;
				border-bottom: solid 1px #333;
			}
			
			#nav li ul li {
			     filter:Alpha(Opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity: 1;
			}
			
			#nav li ul ul { /* third-and-above-level lists */
				margin: -1em 0 0 10em;
			}
			
			#nav li:hover ul ul, #nav li.sfhover ul ul {
				left: -999em;
			}
			
			#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
			}
			
			
/***************************** CONTENT *******************************/
			
				#content {
				background-color: #BAB3B7;
				height: 500px;
				width: 700px;
				border-bottom: 5px #223 solid;
				margin-bottom: 10px;
				padding: 0px;
			}
			#innerContent {
				position: relative;
				top:0px;
				left:0px;
				width: 700px;
				height: auto;
				margin: 0px;
				padding: 0px 0px 10px 0px;
			}
			
			.topImg {
			    float: right;
			    width: 700px;
			    height: 175px;
			    margin: 0px;
			    padding: 0px;
				z-index: 2;
			}
			
			/ #header{
			    display: inline;
			    float: left;
			    margin: 20px 0px 20px 100px;
			    width: 450px;
				color: #111;
				letter-spacing: 0px;
				font-family: Arial, sans serif;
				font-weight: bold;
				font-size: 20pt;
				z-index: 3;/
			}
			
			.caption{
			    display: inline;
			    float: left;
			    width: 470px;
			    margin: 0px 0px 20px 200px;
				color: black;
				border-top: black dotted 1px;
				padding-top: 3px;
				font-family: Georgia, sans-serif;
				font-size: 14px;
				text-indent: -15px;
				padding-left: 15px;
				padding-right: 5px;
				line-height: 30px;
			}
			
			#content .text{
			 	display: inline;
			    float: left;
			    width: 450px;
			    margin: 0px 0px 0px 200px;
				color: black;
				padding-top: 5px;
				font-family: Georgia, sans-serif;
				font-size: 14px;
				text-indent: 15px;
				text-align: justify;
				padding-left: 15px;
				padding-right: 15px;
				line-height: 25px;
			}
			
			#mainImg {
			     display: inline;
			     float: left;
			     margin: 0px 0px 30px 60px;
			     height: auto;
			}
			
			
			* html .caption{ /* dotted borders in IE */
			     border-top: none;
			     background: url(dotted_top.gif) repeat-x top;
			}
			
			#copyright {
				position: absolute;
				bottom: 0px;
				right: 10px;
				font-family: Tahoma, Helvetica, Verdana, Sans-serif;
				font-size: 10px;
				color: #333;
			}