/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #5e391e;
 background:#b07034 url(../images/bg-page.gif) repeat-x;
 padding:0;
 font: 0.8em/1.4em Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #f2e2bd url(../images/bg-content2.gif) repeat-y;
	border: 1px solid #000000;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo.png) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:180px;
	padding-left: 8px;
	margin-top: 5px;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:active {
color: #775D42;
text-decoration: none;
}
#nav2 a:hover {
text-decoration: none;
color: #000;
}

#cont {
 float: right;
 width:558px;
 padding: 10px 20px 10px 15px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #5e391e;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #eb7b19;
}
#cont h2 {
	color: #eb7b19;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
#cont li {
	list-style-type: none;
	background: url(../images/dot01.gif) no-repeat 0px 5px;
	padding-left: 20px;
	padding-top: 5px;
}

#ftr {
	clear: both;
	color: #ffffff;
	background:#5e391e;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #ffffff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: underline;
color: #FFFF00;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.hdrOrangeItalCtr {
	font: italic bold 24px "Times New Roman", Times, serif;
	color: #eb7b19;
	text-align: center;
	margin-top: 15px;
}
.txtOrange {
	font: bold 18px "Times New Roman", Times, serif;
	color: #eb7b19;
}
.txtBrownSmCaps {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #4E2915;
}
.boxRates {
	font-size: 16px;
	font-weight: bold;
	background: #F1D1A0;
	padding: 15px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #8E5A2B;
	text-align: center;
}
