/* primary layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
	font-size: 12px;
	height: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #666666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A0967E;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	padding-top: 0px;
	border-top-style: none;
	margin-top: 0px;
}

/* Navigation Bar */
.navBar {
	background-image: url(img/bkgd_Nav_unselected.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.navBar_selectCells {
	background-image: url(img/bkgd_Nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* bottom graphic, closing content area */
.content_bkgd {
	background-image: url(img/bkgd_body_fullSide.jpg);
	background-repeat: repeat-y;
}

/* primary text area and boarders */
.body_LeftBdr {
	background-image: url(img/bkgd_body_leftSide.jpg);
	background-repeat: repeat-y;
}
.body_RightBdr {
	background-image: url(img/bkgd_body_rightSide.jpg);
	background-repeat: repeat-y;
}

/* right side sub text for Bright Ideas section */
.body_ideas {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.body_ideas p {
	clip: rect(auto,auto,auto,auto);
	font-family: Georgia, "Times New Roman", Times, serif;
}
.body_ideas img {
	margin-right: 5px;
	float: left;
}
.body_ideas a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #666666;
}
.body_ideas a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #666666;
}

/* copyright style */
.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
