
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5448;
	margin: 20px 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #cd9458;
	font-size: 20px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color: #6a737b;
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 5px;
	margin-top: 3px;
	font-weight: normal;
}



a {
	color: #5e5448;
}
a:visited {
	color: #5e5448;
}
a:hover {
	color: #6a737b;
}
a:active {
	color: #6a737b;
}


a img {
	border: none;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #958377;
}


/* ID's */

#container { 
	width: 764px;
	text-align: left;
	background-color: #FFF;
	padding: 10px;
}

#header {
	height: 268px;
	overflow: hidden;
}

#banner_left {
	float: left;
	width: 206px;
	background-color: #958377;
	padding-top: 40px;
}

#menu {
	padding: 17px 0px;
}
#menu a {
	display: block;
	width: inherit;
	text-align: left;
	padding: 7px 0px 6px 18px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a.current{
	background-color: #b0a299;
	border-left: 8px solid #6a737a;
	padding-left: 10px;
}

#banner_right {
	float: right;
	background-color: #6a737a;
	border-bottom: 5px solid #6a737a;
}


#main {
	margin-top: 10px;
	border-bottom: 1px solid #boa299;
	clear: both;
}

#leftCol {	
	width: 210px;
	background-image: url(../images/quote_bg.gif);
	background-repeat: repeat-x;
	background-color: #F2F0EF;
	vertical-align: top;
}
#inside #leftCol {
	background-image: none;
	background-color: #FFF;
}

#leftMenu {
	padding: 14px 0px 0px 0px;
	line-height: 1.8;
}
#leftMenu a {
	color: #6a737c;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	padding-left: 42px;
}
#leftMenu a:hover {
	text-decoration: underline;
}
#leftMenu a:active {
	font-weight: normal;
	padding-left: 28px;
	padding-left: 42px;
}
#leftMenu a.current {
	font-weight: bold;
	padding-left: 27px;
}

#content {
	vertical-align: top;
	padding: 20px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fbfafa;
}
#inside #content {
	padding: 0px 0px 10px 0px;
	background-image: none;
	background-color: #FFF;
}
#inside #content .scrollable {
	height: 246px;
	overflow: auto;
	padding: 20px;
}

#inside h1{
	text-align: left;
}

#footer {
	border-top: 18px solid #958377;
	text-align: right;
	color: #7c7273;
	padding-top: 10px;
	font-size: 11px;
}
#footer span {
	padding-left: 10px;
}
#footer a {
	color: #7c7273;
	font-size: 11px;
	text-decoration: none;
}
#lists ul { 
margin: 0; 
/* position: relative;For some reason, this prevents the disappearing background images in IE*/ 
line-height: 140%; 
} 


/* Classes */

.quote {
	padding: 18px 26px 0px 18px;
	font-size: 11px;
	line-height: 1.7;	
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.plink, .plink a, .plink a:hover, .plink a:visited, .plink a:active, strong .plink,H3  {
	color: #5e5448;
	text-decoration: none;
	font-weight: normal;
	margin:0px 3px 0 0;
	font-size: 12px;
	display: inline;
}