/* CSS Document */

.TitleFont {
	color: #D0BD3F;
	font-size: 40px;
}

.FooterPrivacy {
	text-align: right;
	color: #333333;
	font-size: 12px;

}
.floatL{
    float:left;
}
.floatL{
    float:right;
}

body{
	margin:0px;
	background-color:#B0AA8D;
}
a:link {color: #666666; text-decoration: underline; }
a:active {color: #666666; text-decoration: underline; }
a:visited {color: #666666; text-decoration: underline; }
a:hover {color: #666666; text-decoration: none; }

img {
	border:0px;
}
.bodyText {
	font-family: Times New Roman;
	color: #666666;
	font-size:16px;
}
.container {
	width:824px;
	margin:auto;

}
.leftShadow {
	background-image: url('images/LeftShadowBG.jpg');
	width:18px;
}
.rightShadow {
	background-image: url('images/rightShadowBG.jpg');
	width:18px;
}

.topShadow {
	background-image: url('images/TopShadowBG.jpg');
}

.containerBody {
	background-color: #FFFFFF;
}

.bottomShadow {
	background-image: url('images/BottomShadowBG.jpg');
}
.imgFloatLeft {
	float:left;
}
.imgFloatRight {
	float:right;
}
.BodyTextBG {
	background: url('images/bodyText_BG.jpg') repeat-x;
}
.menu_table {
	background-color: #8A8987;
}

#disclosure{
 font-size:small;

}


#info{
 font-size:small;
}


#bread {
	color: #ccc;
	padding: 3px;
	margin-bottom: 25px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#terms {
	color: #ccc;
	padding: 3px;
	margin-bottom: 25px;
	}

#terms ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#terms ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

