/* Positions */
.left {
	float: left;
}

.right {
	float: right;
}

/* Backgrounds Images */

.TopBGImage {
	background-image: url(../images/bgTopRightImage260x87.jpg); 
	width: 260px;
	height: 87px;
	background-repeat: none;
}

.RedNGoldBar {
	background-image: url(../images/bgRedNGoldBar56x32.jpg); 
	height: 32px;
	background-repeat: repeat-x;
}

.FadeBGImage {
	background-image: url(../images/FadedImage800x320.jpg); 
	width: 742px;
	height: 318px;
	background-repeat: none;
}

.BGImage {
	background-image: url(../images/bgImage.jpg); 
	width: 742px;
	height: 318px;
	background-repeat: none;
}

.BGImage2 {
	background-image: url(../images/bgImage2.jpg); 
	width: 742px;
	height: 318px;
	background-repeat: none;
}

.GoldLine {
	background-image: url(../images/goldline.jpg); 
	height: 5px;
	background-repeat: none;
}

.GroupOfPeople {
	background-image: url(../images/GroupOfPeople279x230.jpg); 
	width: 279px;
	height: 230px;
	background-repeat: repeat-x;
	position: relative;
}

a.WhiteLinks:link { color : white; text-decoration : none }
a.WhiteLinks:hover { color : white; text-decoration : underline }
a.WhiteLinks:visited { color : white; text-decoration : none }
a.WhiteLinks:visited:hover { color : white; text-decoration : underline }
.WhiteLinks {

	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;

}

.WeKnow {
	background-image: url(../images/WeKnow377x80.jpg); 
	width: 377px;
	height: 80px;
	background-repeat: none;
	position: absolute;
}

a.BlackLinks:link, a.BlackLinks:hover, a.BlackLinks:visit,
a.boldRedText:link, a.boldRedText:hover, a.boldRedText:visit {
	color: #932b2c;
	text-decoration: none;
}

.boldRedText{
	color: #932b2c;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.BlackLinks {

	color: #000000;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;

}

.BigBlackLinks {

	color: #000000;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;

}
.padtop {
	padding-top: 10px;
}

.border {
	padding: .2em .2em .2em .2em; 
	border: 1px solid #cccccc;
}

.copyright {
	color: #4b4b4b;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.dot {
	margin-top: .2em;
	padding-right: .3em; 
	background-image: url(../images/dot.gif);
	width: 9px;
	height: 9px;
	background-repeat: none;
 
}