* {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

body {


	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	}

a:active {
	color: #000000;
	background-color: #FFFFFF;				
	}
	

.clear { 
	clear: both;
}


#content {
width:700px;
text-align:left;



}

#header img {
	margin-left: 0px;
}


img {border: none;}
	
	
	
#nav {
	display: none;
}

#main {
	margin-top: 2em;
	min-height:800px;

}


#mainInnerLeft {
display: none;
	float: left;
	width: 208px;
}
#mainInnerRight {
	margin-left: 0px;
}
#img {
	float: left;
	width: 480px;
}
#txt {
	margin-left: 500px;
}

#txt table{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#txt p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.4em;
}

#txt h1 {
	font-weight: normal;
	padding-bottom: 2em;
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#txt h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1em;
}
#footer {
	font-size: 0.7em;
	color: #000;
	position: absolute;
	right: 0px;
	top: 95px;
	white-space: nowrap;
}
table td, table th, table caption {
	vertical-align: text-top;
	text-align: left;
	line-height: 1.5em;
	border-top: 1px solid #000;
}

table caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0px none transparent;
}

table th {
	padding-top: 0.9em;
}

table td {
	font-size: 0.9em;
}

table td strong{
	font-family: Verdana, sans-serif;

	color: #000;
}


.borderNo {
border: 0px none transparent;
}

.pTop2em {
padding-top: 2em;
}

.pTop3em {
padding-top: 3em;
}

.pTop4em {
padding-top: 4em;
}

