body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColElsCtr #header {
    text-decoration:none;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #container2 {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr  #topContent {
	background-color: #FFFFFF;
	height: 120px;
	width: 700px;
	top:25px;
	position: relative;
}
.oneColElsCtr #title {
}
.oneColElsCtr #text {
	border: 1px solid #cccccc;
	font-size:13px;
	margin-left:190px;
	padding:10px;
	width: 460px;
}
#nav{
position:relative;
float:left;
}
#nav div a{
	color: #006699;
	width: 147px;
	line-height:17px;
	height: 19px;
	padding-left: 9px;
	font-size: 10pt;
	background-repeat: no-repeat;	
	padding-top: 3px;
	display: block;	
}
#nav div a:hover{
text-decoration:underline;
}
.oneColElsCtr #title {
	float: right;
	position: relative;
	top: 130px;
	font-size: 63px;
	font-style: italic;
	font-family: Tahoma;
	color: #FFFFFF;
	right: 25px;
	z-index: 1;
}
.oneColElsCtr #titles {
	float: right;
	position: absolute;
	top: 132px;
	font-size: 63px;
	font-style: italic;
	font-family: Tahoma;
	color: #000000;
	right: 27px;
}
.oneColElsCtr #nav {
	width: 156px;
	margin-left: 24px;
}
.oneColElsCtr #Content {
	background-color: #FFFFFF;
	top: 35px;
	position: relative;
	padding-top: 20px;
}
#nav a {
	width: 156px;
	height: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav a,a:link,a:visited,a:hover,a:active{
	color: #0000ff;
	text-decoration:none;
}

.pics{
margin-top:15px;
padding-left:25px;
padding-bottom:15px;
}
