@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #444;
	color: #666;
}

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
} 


.twoColFixLtHdr #container2 {
	width: 139px;
	text-align: left;
} 


.twoColFixLtHdr #header {
	background: #D6BA8B;  
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px;
	margin-top: 2px;
}


.twoColFixLtHdr #sidebar2Photo {
	float: left; /* since this element is floated, a width must be given */
	width: 137px;
	padding-left: 0px;
	margin-top: 0px;
}



.twoColFixLtHdr #mainContentContainer {
	float: right;
	width: 609px;
	margin-top: 2px;
	background-image: url(images/red-bar.gif);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #mainContentContainer2 {
	width: 440px;
	float: right;
	padding-right: 15px;
	padding-bottom: 0px;
} 

.twoColFixLtHdr #textContent {
	height: 370px;
} 

.twoColFixLtHdr #textContent2 {
	height: auto;
} 

.twoColFixLtHdr #footer {
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E37200;
	padding-bottom: 0px;
	background-color: #444;
	float: left;
	padding-top: 0px;
	width: 800px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #A98F62;
	letter-spacing: 4px;
}


p {
	font-size: 11px;
	line-height: 13px;
}

a {
	font-size: 11px;
	line-height: 14px;
	color: #E37200;
}
li {
	font-size: 11px;
	line-height: 13px;
}

h2 {
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #B8008F;
}
.smalltext {
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #B8008F;
}
blockquote {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #A98F62;
	margin-right: 100px;
}


.header {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #A98F62;
	letter-spacing: 4px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

.title2 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #B8008F;
	text-transform: uppercase;
	text-decoration: none;
}
.plaintext {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	text-decoration: none;
}
.boldtext {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	text-decoration: none;
	font-weight: bold
}
.copy-bold-head {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #B8008F;
	text-decoration: none;
	font-weight: bold;
}.LanguageMenu {
	color: #FFF;
	text-decoration: none;
}
