<style  TYPE="text/css">


body {
	background-image: url(images/bodybg.jpg);
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Tahoma;
}

a {
	color:black ;
	text-decoration: underline;
	}

a:hover {
	color:gray ;
	text-decoration: underline;
	}

table.layout {
	width: 100%;
	
}

	table.layout td.left {

		}

		
	table.layout td.center {
		width: 864px;
		}

		table.layout div.page {
			width: 864px;
			}

	table.layout td.right {

		}

		table.layout div.page table.pagestructure {
				width: 100%;
			}

			table.layout div.page table.pagestructure td.topbanner {
					background-image: url(images/topbannerbg.jpg);
					background-color: #ffffff;
					border: 0px solid black;
					color: #9a9a9a;
					vertical-align: top;
					padding: 0;
					text-align: center;
				}

			table.layout div.page table.pagestructure td.navbar {
					background-image: url(images/navbarbg.jpg);
					background-color: #ebebeb;
					border: 1px solid black;
					color: #9a9a9a;
					vertical-align: top;
					padding: 2px;
				}

				table.layout div.page table.pagestructure td.navbar a {
					color : black;
					text-decoration: underline;
				}

				table.layout div.page table.pagestructure td.navbar a:hover {
					color : white;
					text-decoration: underline;
				}

				table.layout div.page table.pagestructure td.navbar table.nav {

						}

					table.layout div.page table.pagestructure td.navbar table.nav td {
							padding: 0 2px 0 2px;
						}

			table.layout div.page table.pagestructure td.leftpanel {
					background-image: url(images/shadowleft.jpg);
					background-repeat: repeat-y;
					background-color: #3182BA;
					border: 0px solid black;
					color: white;
					vertical-align: top;
					width: 165px;
					padding:0;

					}	

				table.layout div.page table.pagestructure td.leftpanel a {
					color : white;
					text-decoration: none;
					}

				table.layout div.page table.pagestructure td.leftpanel a:hover {
					color : black;
					text-decoration: none;
					}
			
					table.layout div.page table.pagestructure td.leftpanel div.leftpanel {
						width: 150px;
						padding: 2px 0 0 10px;
					
						}

			table.layout div.page table.pagestructure td.content {
	background-image: url(images/shadowright.jpg);
	background-repeat: repeat-y;
	background-position: left
	background-color: #fff;
	border: 0px solid black;
	font-family:arial;
	color: black;
	height: 350px;
	vertical-align: top;
	text-align: justify;
	padding: 10px;
	width: 714px;
					}

				table.layout div.page table.pagestructure td.content a {
						color : black;
						text-decoration: underline;
						}

				table.layout div.page table.pagestructure td.content a:hover {
						color : gray;
						text-decoration: underline;
						}

			table.layout div.page table.pagestructure td.rightpanel {
						background-image: url(images/rightpanelbg.jpg);
						background-color: #ebebeb;
						border: 1px solid black;
						color: #9a9a9a;
						vertical-align: top;
						width: 3px;
						padding: 0;
					}
			
				table.layout div.page table.pagestructure td.rightpanel a {
					color : black;
					text-decoration: underline;
					}

				table.layout div.page table.pagestructure td.rightpanel a:hover {
					color : gray;
					text-decoration: underline;
					}

					table.layout div.page table.pagestructure td.rightpanel div.rightpanel {
						width: 0px;
						padding: 2px;
						}

			table.layout div.page table.pagestructure td.footer {
						background-image: url(images/footerbackground.jpg);
						background-color: #3399dd;
						color:white;
						border: 0px solid black;
						font-family:arial;
						color: black;
						vertical-align: top;
						text-align: center;
						font-size: 12px;
						padding: 10px 0 0 0;
					}

				table.layout div.page table.pagestructure td.footer a {
					color : white;
					text-decoration: none;
					}
				
				table.layout div.page table.pagestructure td.footer a:hover {
					color : gray;
					text-decoration: none;
					}
			

</style>