body{
margin : 0px; padding : 0px;
background-color : #6b9099;
font-size: 62.5%; /* Resets 1em to 10px */
font-family : Tahoma;
text-align : center;
}

a{
text-decoration : none;
color : #172c32;
font-weight : bold;
}

a:hover {
text-decoration : none;
color : #fff;
}

a.type1 {
text-decoration : none;
color : #fff;
}

a.type1:hover {
text-decoration : underline;
color : #172c32
}

a.type2 {
text-decoration : none;
color : #6b9099;
}

a.type2:hover {
text-decoration : underline;
color : #6b9099
}

#pageblock{
width : 758px;
margin : 0px auto;
background-color : #90becb;
font-size : 1.2em;
border-left : 5px solid #537b86; border-right : 5px solid #537b86;
}

#pageheader{
width : 758px; height : 633px;
line-height : 0px;
}

/* STRIPS */
#stripContact{
background-color : #527178;
padding : 10px; padding-right : 100px;
color : #FFF; font-weight : bold;
text-align : right; text-transform : uppercase
}

.row1{
background-color : #deeef3; color : #527178;
font-size : 19px; font-family : 'Times New Roman', Georgia;
}
	.row1 td{
	padding-top : 10px; padding-bottom : 7px;
	padding-left : 10px; padding-right : 10px;
	}
	
	.divider {
	background-image : url('images/divide.gif');
	background-repeat : repeat-y;
	background-position : top center;
	}
	
	.row1 a{
	text-decoration : none;
	color : #527178; font-weight : normal;
	}
	
	.row1 a:hover{
	text-decoration : underline;
	color : #172c32;
	}

.row2{
background-color : #b9e6f1; color : #527178;
font-size : 19px; font-family : 'Times New Roman', Georgia;
padding : 20px;
}
	.row2 td{
	padding-top : 10px; padding-bottom : 7px;
	padding-left : 10px; padding-right : 10px;
	}
	
	.row2 a{
	text-decoration : none;
	color : #527178; font-weight : normal;
	}
	
	.row2 a:hover{
	text-decoration : underline;
	color : #172c32;
	}

.row3 {
color : #527178;
font-size : 19px; font-family : 'Times New Roman', Georgia;
padding : 20px;
}
	.row3 td{
	padding-top : 25px; padding-bottom : 25px;
	padding-left : 10px; padding-right : 10px;
	}