html, body{
	height:100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/css/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.fullheight{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	background-image: url(images/css/bg.gif);
	background-repeat: repeat-y;
}

.logo{
	background-image: url(images/css/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: bottom;
	background-color: #B1B3B2;
}
.rightBarTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	margin: 0px;
	line-height: 12px;
}
.textBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}
.leftBarTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.topBarBox {
	padding-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottomBarBoxCopy {
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fullheightIndex {

	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	background-image: url(images/css/bg_index.gif);
	background-repeat: repeat-y;
}
A:LINK    {
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
A:VISITED {
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
A:HOVER   {text-decoration: underline}
