/* CSS Document */




/*left menu bar*/
 #navcontainer {
	width:180px;
	margin-left: 15px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F575B8;
	border-right-color: #5B2C45;
	border-bottom-color: #5B2C45;
	border-left-color: #F575B8;
	margin-top: 2px;
}

#navcontainer a:link, #navcontainer a:visited
{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-color: #A95C87;
	font-weight: bold;
}

#navcontainer a:hover
{
	color: #A95C87;
	background-color: #62354E;
	border-top-color: #391F2E;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #391F2E;
}
#navcontainer a:active {
	color: #A95C87;
	background-color: #62354E;
	border-top-color: #391F2E;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #391F2E;
}

.blazon:link, .blazon:visited, .blazon:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #96A4C0;
	text-decoration: underline;
}
.blazon:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: fff;
	text-decoration: underline;
}

#services a:link, #services:visited, #services:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#services a:hover {
	color: #924870;
	line-height: 24px;
}

