#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 346px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url('../images/left-side2b.gif');
background-repeat: no-repeat;
color: white;
}
body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
}

.content { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-size: 10pt; 
}

a.content { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #000; 
	font-decoration:underline;
	font-size: 10pt; 
}

a.content:hover { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #BF8019; 
	font-decoration:underline;
	font-size: 10pt; 
}

.copy { 
	font-size : 7pt; 
	color: #000; 
	text-decoration: none; 
	font-family: Arial; 
	margin-left:5; 
	letter-spacing: 1.5px; 
}

a.copy { 
	font-size : 7pt; 
	color: #000; 
	text-decoration: underline; 
	font-family: Arial; 
	margin-left:5; 
	letter-spacing: 1.5px; 
}

a.copy:hover { 
	text-decoration: none; 
	color: #000; 
}

.caption {
	font-family: "Garamond", serif;
	color: #fff;
	font-size: 16px;
	}

.header { 
	font-family: Arial, sans serif; 
	line-height: 140%;
	color: #000; 
	font-size: 18pt; 
	font-weigt: bold;
	padding-right: 15px;
	padding-right: 10px;
}

.header2 { 
	font-family: verdana, sans serif; 
	line-height: 140%;
	color: #fff; 
	font-size: 22pt; 
	font-weigt: bold;
	padding-right: 5px;
	padding-right: 5px;
}

.content2 { 
	font-family: verdana, sans serif;
	line-height: 180%;
	color: #fff; 
	font-size: 10pt; 
}