@charset "utf-8";
body {
	background: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	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;
	height: 100%;
	font-family: Cambria, "Times New Roman", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 110%;
}
.frameWork #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding: 10px;
}
.frameWork #header {
	height: 90px;
	background-color: #FFF;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	color: #4DA1D4;
}
.frameWork #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.frameWork #navWrapper {
	height: 35px;
	background-color: #5C8E9C;
	padding: 0;
	margin: 5px 0 0 0;
	width: 100%;
}
.frameWork #mainImage {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 5px 0 0 0;
	width: 780px;
	height: 170px;
}

.frameWork #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 5px 0 0 0;
	height: 500px;
}
.frameWork #mainContent #decoBar {
	width: 210px;
	background-color: #5D8E9C;
	margin: 0;
	float: left;
	background-image: url(../images/DecoLogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 500px;
}
.frameWork #mainContent #decoBar #miniNav {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin: 20px 0 0 20px;
}
.frameWork #mainContent #decoBar #miniNav a           , .frameWork #mainContent #decoBar #miniNav a:active, .frameWork #mainContent #decoBar #miniNav a:visited{
	color: white;
	text-decoration: none;
	font-size: 70%;
	margin: 0 0 0 8px;
	line-height: 160%;

}
.frameWork #mainContent #decoBar #miniNav a:hover {
	color: #CCC;
}
.frameWork #mainContent #decoBar #miniNav a.selectedHighlightMini {
	color: #CCC;
}



.frameWork #mainContent #contentCol {
	width: 564px;
	height: 500px;
	background-color: #FFF;
	padding: 0;
	float: right;
	margin: 0;
	overflow: hidden;
}


.frameWork #mainContent h1 {
	color: #5D8E9C;
	font-weight: bold;
	margin: 10px 0 15px 30px;
	font-size: 150%;
}
.frameWork #mainContent h2 {
	color: #A33D2F;
	margin: 0 40px 0 30px;
	font-size: 80%;
	font-weight: bold;
}

.frameWork #mainContent p {
	font-size: 70%;
	margin: 10px 30px;
	line-height: 150%;
}
.frameWork #mainContent table {
	font-size: 80%;
	margin: 0 auto;
}
.frameWork #mainContent table tr {
	vertical-align: top;

}
.frameWork #mainContent table td {
	margin: 0;
	padding: 0 20px 0 0;

}



.frameWork #mainContent ul {
	font-size: 70%;
	margin: 15px 20px;
	line-height: 200%;
}
.frameWork #mainContent img.left {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0;
}



.frameWork #mainContent a, .frameWork #mainContent a:active, .frameWork #mainContent a:visited {
	color: #5D8E9C;
}
.frameWork #mainContent a:hover {
	color: #A33D2F;
}





.frameWork #footer {
	height: 60px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.frameWork #footerCol1 {
	margin: 0;
	padding: 0px;
	float: left;
	width: 210px;
	height: 60px;
	background-color: #666;
	text-align: center;
	color: #FFF;
}
.frameWork #footerCol1 p {
	margin: 30px 0 0 0;


}
.frameWork #footerCol1 a , .frameWork #footerCol1 a:active, .frameWork #footerCol1 a:visited{
	color: #FFF;
	font-size: 75%;
}
.frameWork #footerCol1 a:hover {
	color: #4D4D4D;

}

.frameWork #footerCol2 {
	margin: 0;
	padding: 0;
	width: 564px;
	height: 60px;
	background-color: #5D8E9C;
	float: right;
	color: #FFF;
	text-align: left;
}
.frameWork #footerCol2 p {
	color: #FFF;
	margin: 15px 0 0 0;
	text-align: center;
}
.frameWork #footerCol2 p a , .frameWork #footerCol2 p a:active, .frameWork #footerCol2 p a:visited{
	color: #FFF;
	font-size: 70%;
	text-decoration: none;
}
.frameWork #footerCol2 p a:hover {
	color: #CCC;

}


.frameWork #footerCol2 #copyrightInfo {
	font-size: 55%;
	font-family: Verdana;
	color: #CCC;
	vertical-align: bottom;
	margin: 12px 0 0 0;
	padding: 0px;
}



.frameWork #creditsWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	padding: 0;
}
.frameWork #creditsWrap p {
	margin: 0;
}

.frameWork #creditsWrap a , .frameWork #creditsWrap a:active, .frameWork #creditsWrap a:visited{
	color: #666;
}
.frameWork #creditsWrap a:hover {
	color: #FFF;
	background-color: #333;
	padding: 2px;
}
.frameWork #mainContent.bio {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 5px 0 0 0;
	height: 710px;
}

.frameWork #mainContent #decoBar.bio {
	width: 210px;
	background-color: #5D8E9C;
	margin: 0;
	float: left;
	background-image: url(../images/DecoLogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 710px;
}
.frameWork #mainContent #contentCol.bio {
	width: 564px;

	height: 710
.px;
	background-color: #FFF;
	padding: 0;
	float: right;
	margin: 0;
	overflow: hidden;
	height: 710px;
}
