/* Layout Stylesheet */ 


	
/* Links: */
A:link {
	text-decoration: none;
	font-weight: 500;
	color: #999999;
	font-size: 120%;
}
A:visited {
	text-decoration: none;
	font-size: 120%;
	font-weight: 500;
	color: #333333;
}
A:active {
	text-decoration: none;
	font-size: 120%;
	font-weight: 600;
	color: #FF6600;
}
A:hover {
	text-decoration: none;
	color: #CC3300;
	font-size: 120%;
	font-weight: 500;
}


body{
	margin: 0;
	padding:0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: none;
	list-style-type: circle;
 }
 
#main {
	float:left;
	width:67%;
	background:#fff;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:15px;
	padding-bottom:20px;
	text-align: right;
	}
.headings {
	font-size: 110%;
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
}

	 
#hdr{
	width: 100%;
	height: 140px;
	margin: 0;
	background: #817D62 url(../images/headerBG.gif);
	color: #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
 }
     
#lh-col{
	width: 30%;
	background: #ffffff;
	color: #333333;
	text-align: right;
	width: 30%;
	padding: 30px, 30px, 0px, 0px;
	margin:  0px, 30px, 0px, 0px;
	line-height: 200%;
 	}

#rh-col{
	color: #666666;
	text-align: left;
	float: right;
	width: 65%;
	vertical-align: top;
	z-index: 1;
	position: absolute;
	left: 35%;
	top: 142px;
	padding: 0px;
	font-size: 120%;
 }


#lh-col-TOP {
	width: 30%;
	float: left;
	border: solid #333333;
	border-width: 0px 0px 0px 0px;
	color: #FFFFFF;
	margin: 0;
	text-align: right;
	font-size: small;
	font-weight: 400;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #333333;
	padding: 0px;
	height: 140px;
	vertical-align: top;
	background-image: url(../images/headerLHSBG.gif);
}

#image-top{
	position: absolute;
	top: 0px;
	bottom: 140px;
}
.headingsDARK {
	font-size: 110%;
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
}

.borderit img{
border: 2px solid #FFFFFF;
}

.borderit:hover img{
border: 2px #CC3300;
}

.borderit:hover{
color: #CC3300; /* irrelevant definition to overcome IE bug */
border: 2px
}
