/* Main Style Sheet */

body {
	background-color: #000000;
	margin: 0;
	padding: 10;
	text-align:center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #FFFFFF;
}

ul {
	margin-left: 15;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #FFFFFF;
}

a {
	color: #0D74B9;
	text-decoration: none;
	font-weight: bold;
}

a:HOVER {
	color: #E6E6E6;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
}

.caption {
	color: #0D74B9;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #FFFFFF;
}

/* Layout Structure */

.table_body {
	width: 770px;
/*	height: 100%;*/
	margin-left:auto; 
	margin-right:auto;
}

.td_body {
	height: 100%; 
	vertical-align: top;
}

.table_content {
	 width: 100%;
}

.td_logo {
	 height: 112px;
	 width: 207px;
	 align: center;
	 padding-bottom: 10; 
	 padding-top: 10;
	 text-align: center;
}

.td_nav {
	 height: 60px;
	 vertical-align: bottom;
	 padding-bottom: 5;
	 text-align: center;
/*	 width: 563px;*/
	 width: 770px;
}

.td_sidebar {
	width: 385px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.td_copy {
	 height: 100%;
	 vertical-align: top; 
	 padding: 10; 
	 padding-top: 0;
}

.td_sidebar1 {
	width: 288px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.td_copyright {
	 height: 25px;
	 text-align: center;
}