body {
	background: #ffffff url(/images/lacebg.gif);
	color: #cfd5d3;
	padding:0px;
	margin:0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

img { 
	text-decoration: none;
	border-width: 0px;
}

h3 {
	color: #cfd5d3;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-width: 0px 0px 1px 0px;
	border-color: #cfd5d3;
	border-style: none none solid none;
}


.layout {
	background-color: #cc7474;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

.header {
	background:url(/images/header.gif) repeat-y;
	background-position: bottom center;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

.contentoverview {
	background-color: #cc7474;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}



.leftmenu {
	background-color: #cc7474;
	width:175px;
	padding:0px;
	float:left;
}


.leftmenutext {
	background-color: #cc7474;
	height: 325px;
	padding: 10px 25px 25px 25px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
}


.content {
	background-color: #cc7474;
	width:350px;
	padding:0px;
	float:left;
}

.contenttext {
	background-color: #cc7474;
	padding: 10px 25px 25px 25px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	text-align: justify;
	overflow:auto;
}


.rightmenu {
	background-color: #cc7474;
	width:175px;
	padding:0px;
	float:left;
}

.rightmenutext {
	background-color: #cc7474;
	height: 378px;
	padding: 10px 25px 25px 25px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
}


.footer {
	background: url(/images/footer.gif) repeat-y;
	background-position: bottom center;
	width:700px;
	height:118px;
	padding:0px;
	float:left;
}

a:link, a:active, a:visited {
	color: #cfd5d3;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #cfd5d3;
	border-style: none none dotted none;
}

a:hover {
	color: #897868;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

.rightmenutext a:link, .rightmenutext a:active, .rightmenutext a:visited, .rightmenutext a:hover {
	color: #cfd5d3;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	border: 0px;
}

/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			200px;
		width:			489px;
		margin: 			0px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			271px; 
		height:			468px; 
		clip:			rect(0, 467, 200, 0); 
		overflow:			auto; 
		border-top:		0px;
		border-left:		0px;
		border-right:		0px;
		border-bottom:		0px;
		background:		#8d454b;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			468px; 
		}

