/*Entire Page*/

body {
	font-family: Arial, Helvetica, sans-serif;
}
  
/*Links*/

a:link {color: #FFFFFF; text-decoration: none; }
a:active {color: #FFFFFF; text-decoration: none; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: underline; }

/*IDs*/

#footer {
	font-size: 9px;
	color: #c1b39a;
	background-color: #231F20;
	height: 16px;
	width: 955px;
}

/*Classes*/

.navigation {
	background-color: #231F20;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.leftnav {
	font-size: 13px;
	color: #c1b39a;
	line-height: 22px;
	
	font-weight: bold;
	padding-left: 20px;
}
.header {
	font-size: 16px;
	color: 231f20;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 23px;
	
}
.bottomheader1 {
	font-weight: bold;
	color: #f9ec31;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #231F20;
	height: 26px;
	padding-top: 14px;
	background-image: url(../images/headerbackground-us.jpg);
	padding-left: 14px;
}
.content {
	font-size: 12px;
	color: #9a8479;
	height: 268px;
	width: 803px;
	padding-left: 25px;
	padding-top: 25px;
	line-height: 18px;
	text-align: justify;
	padding-right: 45px;
	padding-bottom: 40px;
}

.content a { color:#000000; 
}
.content a:hover {color: #00000; text-decoration: underline; }

.leftnav a { color:#000000; 
}
.leftnav a:hover {color: #00000; text-decoration: underline; }

.bottomcontent1 {
	font-size: 12px;
	color: #c1b39a;
	background-color: #231F20;
	height: 116px;
	width: 955px;
	padding-left: 16px;
	text-align: justify;
	padding-right: 30px;
}
