body {
	background-color: #e4e3c6;
	margin: 0px;
}
a {
	color:#e3d6de;
	text-decoration:none;
	font-weight:bold;
	}	

a:hover{
	color:#6c1f50;
	text-decoration:none;
	font-weight:bold;

	}	
.wrap {
	width:954px;
	margin: 0px auto;
	text-align:center;
}
.top-navigation{
	background-color: #888d6d;
	margin: 0px;
	padding: 0px;
	height:45px;
}
.subwrap{
	border-top: 1px none #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.top-header{
	margin: 0px;
	padding: 0px;
	width:950px;
	height:266px;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #c8ccd0;
}
.col-wrap{
	width:950px;
	background-image: url(../images/col-wrap-bg.jpg);
	background-repeat: repeat-y;
	overflow:auto;
}
.left-column{
	padding: 0px;
	width:168px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;

}
.left-column a{
color:#823666;
text-decoration:none;
}

.center-column{

	padding: 8px 10px 0px 10px;
	width:443px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;

}

.center-column ul li{
margin-bottom:15px;
}
.center-column ul li ul li{
margin-bottom:5px;
}
.right-column{

	
	padding: 2px 10px 0px 10px;
	width:298px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;	
	text-align:justify;

}

.bottom-nav{
	width:950px;
	background-color:#e4e3c6;
	color:#b496a9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}


.bottom-nav a{
	color:#b496a9;
	text-decoration:none;

	}	
.bottom-nav a:hover{
	color:#6c1f50;
	text-decoration:none;
	}

.bottom-subnav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#b496a9;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;	
	}
.bottom-subnav a:hover{
	color:#6c1f50;
	text-decoration:none;
	}	
	
.text-fields {
	font-family: Tahoma;
	font-size: 11px;
}
.contact-text-fields {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #ced0c5;
	border:1px solid #b3b6a2;
	width:250px;
	color:#6c1f50;
}
.contact-submit-button {
	font-family: Tahoma;
	font-size: 12px;
	color:white;
	background-color: #6c1f50;
	border:none;
	border-top:1px solid #6c1f50;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid #6c1f50;	
	width:120px;
	height:30px;
	padding:5px;
}
.copyright{
font-family:Tahoma;
font-size:10px;
color:#6c1f50;
margin-top:50px;
margin-bottom:20px;
}
.copyright a{
color:#6c1f50;
text-decoration:none;
font-weight:bold;
}