BODY{
	background-color : white;
	margin : 10px;
	padding : 0;
	text-align : center;
}

A{
	color : #4055a5;
	text-decoration : unerline;
}

A:hover{
	color : #900;
	text-decoration: : underline;
}


P{
	margin : 0 0 1em 0;
	line-height : 16px;
}


H1{
	margin : 0 0 12px 0;
	font-size : 190%;
	color : #011895;
	font-weight : normal;
}
H2{
	margin : 0 0 12px 0;
	font-size : 160%;
	color : #011895;
	font-weight : normal;
}

UL{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
	list-style : none;
}

UL LI{
	background-image : url(/assets/gfx/bullet.gif);
	background-position : 0px 4px;
	background-repeat : no-repeat;
	padding : 0 0 0 16px;
	margin : 0 0 8px 0;
	text-align : left;
}

#headerBlock{
	margin : 0 auto 0 auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	position : relative;
	background-image : url(../gfx/header-bgi.gif);
	background-repeat : no-repeat;	
	background-position : 0% 100%;
	width : 705px;
	height : 115px;
}

#tree{
	position: absolute;
	left : 25px;
	top : 0;
}

#logo{
	position: absolute;
	left : 185px;
	top : 50px;
}
#photoStrip{
	position: absolute;
	right : 0px;
	top : 45px;
}
#bodyBlock{
	margin : 0 auto 0 auto;
	padding : 10px 0 0 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	background-image : url(../gfx/body-bgi.gif);
	background-repeat : repeat-y;
	width : 705px;
	text-align : justify;
}

#footerBlock{
	margin : 0 auto 0 auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.65em;
	position : relative;
	background-image : url(/assets/gfx/footer-bgi.gif);
	background-repeat : no-repeat;	
	width : 705px;
	color : #011895;
	height : 15px;
}

#terms{
	position: absolute;
	left : 0px;
	top : 5px;
	width : 150px;
	text-align: left;
}
#updated{
	position: absolute;
	left : 185px;
	top : 5px;
	width : 200px;
	text-align: left;
}
#cwn{
	position: absolute;
	right : 0px;
	top : 5px;
	width : 200px;
	text-align : right;
}


#menu{
	float : left;
	width : 165px;
}

#menu h2{
	border : 1px solid black;
	color : white;
	font-size : 100%;
	background-image : url(/assets/gfx/gradiant.gif);
	background-repeat : repeat-x;
	background-color : #010e8d;
	padding : 1px 4px 2px 4px;
	font-weight : normal;
	margin : 0 0 3px 0;
	width : 145px;
}

#menu UL{
	text-align : left;
	width : 137px;
	border : 1px solid black;
	background-color: #f5f5f5;
	padding : 10px 8px 5px 8px;
	margin : 0 0 1em 0;
	list-style : none;
}

#menu UL LI{
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0 3px;
	padding : 0 0 0 15px;
	margin : 0 0 6px 0;
}
#menu UL LI A{
	color : black;
	text-decoration : none;
}

#menu UL LI A:hover{
	color : #011895;
	text-decoration : none;
}
#menu #contact{
	width : 137px;
	border : 1px solid black;
	background-color: #f5f5f5;
	padding : 5px 8px 5px 8px;
	margin : 0 0 3px 0;
}

#menu label{
	display: block;
}

#menu input, #menu textarea{
	font-family: : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
	padding : 2px 4px 2px 4xp;
	width: 135px;
	border : none;
	font-size : 100%;
}
#menu input.submit{
	background-color : #011895;
	margin : 5px 0 0 0;
	font-size : 100%;
	color : white;
}
#content{
	float : right;
	width : 520px;	
}

.clear{
	clear : both;
	font-size : 5%;
	height: 1px;
	
}

.floatTable{
	width: 202px;
	border : none;
	float : right;
	font-size : 100%;
	clear : right;
	margin : 0 0 1em 15px;
}

.floatTable TH{
	border : 1px solid black;
	color : white;
	background-image : url(/assets/gfx/gradiant.gif);
	background-repeat : repeat-x;
	background-color : #010e8d;
	padding : 1px 4px 2px 4px;
	font-weight : normal;
	margin : 0 0 3px 0;
	text-align : left;
}

.floatTable TD{
	border : 1px solid black;
	background-color: #f5f5f5;
	padding : 6px 8px 0 8px;
	margin : 0 0 3px 0;
	vertical-align : none;
	text-align : left;
}

.floatTable TD UL{
	list-style : none;
	margin : 0 0 0 0;
	padding: : 0 0 0 0;
}
.floatTable TD UL LI{
	background-image : url(/assets/gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0 3px;
	padding : 0 0 0 15px;
	margin : 0 0 6px 0;
}
.floatTable P{
	margin : 0 0 6px 0;
	padding: : 0 0 0 0;
}

#slideshow{
	width: 200px;
	border : none;
	float : right;
	font-size : 100%;
	clear : right;
	margin : 0 0 1em 15px;
}

.dataTable{
	border : 1px solid black;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	width : 300px;
}
.dataTable TH{
	border : 1px solid black;
	border-collapse: collapse;
	font-size : 100%;
	padding : 2px 3px 2px 3px;
	background-color : #f5f5f5;
}
.dataTable TD{
	border : 1px solid black;
	border-collapse: collapse;
	font-size : 100%;
	padding : 2px 3px 2px 3px;
}
