/* CSS Document */

body {
	background-color: #c6dbdf;
	text-align:center;
	align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	}
	
img {
	display:block;
	}

div.headName {
	background-image:url(images/headerName.jpg);
	z-index:1;
	width:665px;
	height:89px;
	background-repeat:no-repeat;
	
}

div.headPic {
	background-image:url(images/headerPic.jpg);
	z-index:1;
	width:665px;
	height:48px;
	

}

div.navigation {
	vertical-align:top;
	width:665px;
  
	
}

div.welcom {
	width:665px;
	height:48px;
}

div.mainText{
   vertical-align:top;
	background-image:url(images/bgMain.gif);
	background-repeat:repeat-y;
	width:665px;
	z-index:1;
	height:auto;
	color:#4e0b06;
	font-size:14px;
	
}

p.content {
	padding:0 50px 0 50px;
}

div.list {
		padding:0 50px 0 50px;

}

div.footer {
	width:665px;
	color:#4e0b06;
	font-size:12px;
	text-align: center;
}

td.row1 {
	border-left:solid 1px;
	border-top:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	}

td.row2{
	border-top:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	
}

td.row3 {
	border-left:solid 1px;
	border-right:solid 1px;
}

td.row4{
	border-right:solid 1px;
}

td.row5{
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	}

td.row6{
	border-right:solid 1px;
	border-bottom:solid 1px;
}

