@charset "UTF-8";
/* CSS Document */

a:link{
	color:#515570;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active{
	color:#515570;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	color:#515570;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited{
	color:#515570;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	padding-top:0px;
	margin-top:0px;
	margin:0px;
	padding:0px;
	}
	
	.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align:left;
	color: #515570;
	padding-left:25px;
	padding-right:25px;	
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #515570;
	padding-left:25px;
	padding-right:25px;
	font-weight:bold;
}
.img {
padding-left: 0px;
}

/*SIDE MENU*/
#leftSide {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	width:180px;
	margin-left:11px;
	margin-top: 50px;
	text-align: center;
}
#leftSide ul {
	font-size: 0.7em;
	text-transform: uppercase;
	list-style: none;
}
#leftSide li:first-child {
	text-align: center;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A08138;
	border-bottom-color: #A08138;
}
#leftSide li {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A08138;
	letter-spacing: 2px;
}
#leftSide a:link {
	color:#A08138;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftSide a:visited {
	color:#A08138;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftSide a:hover {
	color:#78A375;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftSide a:active {
	color:#A08138;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftSide h2 {
	color: #A08138;
	letter-spacing: 0.2em;
	font-weight: bold;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #A8C3A5;
	border-bottom-color: #A8C3A5;
	text-align:center;
}
#socialMedia{
	margin-left: 80px;
}
