/* CSS Document */


body{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;

}

#pageBox{
	width: 800px;
	min-height:900px;
	height:auto !important;
	height:900px;
	margin:auto;
	/*background-color:#718bac;*/
}

#header{
	width: 800px;
	min-height:149px;
	height:auto !important;
	height:149px;
	background-color:#4f5c93;
}

#header img{
	margin:5px 0 5px 5px;
	float:left;

}

#header h1{
	margin:5px 0 0 185px;
	font-family:Georgia;
	color:#ffffff;
	font-weight:normal;
	font-size:2.1em;
}

#header h3{
	margin:5px 0 0 185px;
	font-family:Georgia;
	color:#dad9d9;
	font-weight:normal;
	font-size:small;
}

#navColumn{
	width: 171px;
	margin-top:0px;
	min-height:465px;
	height:auto !important;
	height:465px;
	float:left;
	border-color:#dad9d9;
	border-left-style:double;
	border-width:3px;
}

#navColumn ul{
	list-style:none;
	font-size:1em;
	font-family:Georgia;
	margin:20px 0px 0px 10px;

}

#navColumn li{
	margin-bottom:5px;
}

#navColumn a{
	text-decoration:none;
	color:#4f5c93;
}

#navColumn a:hover{
	color:#ffffff;
	background-color:#4f5c93;
	display:block;
	width:130px;
}

#content{
	width: 624px;
	margin-top:5px;
	min-height:420px;
	height:auto !important;
	height:420px;
	background-color:#4f5c93;
	float:right;
	background-image:url("graphics/corners/tl.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
#contentInner{
	margin:0px 10px; /* where 20px is the height of the corner image */
	height:420px;
	padding-top:15px;
}


#leftIB{
float:left;
}

#rightIB{
float:right;
}

.imageBox{
	background-image:url("graphics/burst.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:270px;
	height:360px;
	padding-top:5px;
padding:20px 10px 20px 10px;
	background-color:#566d99;
}

.imageColLeft{
	width:90px;
	float:left;
	margin-left:20px;
	}

.imageColLeft img{
	float:right;
	}


.imageColRight{
	margin-right:20px;
	width:90px;
	float:right;
}
.imageColRight img{
		float:left;
}
.imageBox img, {
	margin-top:5px;
	border-style:none;
}

.imageBox img.bottomRow{
	margin:20px 0px 0px 0px;
}

a.familyName{
  margin:0px;
	text-align: center;
	display:block;
	width:92px;
	color: #c1cddb;
	font-size: small;
	text-decoration: none;
}

a.familyName:hover{
	color:#ffffff;
	background-color:#c1cddb;
}

a.familyPic{
  border-width:2px;
  border-style:solid;
  border-color:#566d99;
}

a.familyPic:hover{
  border-width:2px;
  border-style:solid;
  border-color:#c1cddb;
}

#bottom{
	background-image:url("graphics/corners/bl.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:20px;
	height:auto !important;
	height:25px;
}

#bottom h4{
  margin:0px 0px 5px 10px;
	font-family:Georgia;
	color:#cccccc;
	font-size:1em;
}

