/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-color: white;
	height: 100%;
}
img {
	border: none;
}
p {
	margin-bottom: 15px;
}
h1, h3.PostTitle a{
	font-weight: normal;
	font-size: 25px;
}
.fixed_width {
	border: 0px solid;
	width:900px;
	margin: 0pt auto;
}
a, a:visited {
	color: #55004D;
	text-decoration: none;
}
a:hover {
	color: #55004D;
	text-decoration: underline;
}
/*-----------------------Header-----------------------------*/
div#header {
	background-color: #ffffff;
}
/*-----------------------Menu 1 -------------------------*/
div#links_level_1 {
	height:56px;
	background-color:#55004D;
}
/*div#links_level_1 div {
	background-color:#55004D;
}*/
div#links_level_1 ul.menu
{
	list-style: none;
/*	background-color:#55004D;*/
}
div#links_level_1 ul.menu li
{
/*	padding: 13px 20px 10px 20px;*/
	float: left;
/*	background-color:#55004D;*/
}
div#links_level_1 ul.menu li a {
border-top: 5px solid #55004D;
	padding: 8px 20px 10px 20px;
	color:#ffffff;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	display: block;
/*	background-color:#55004D;*/
}
div#links_level_1 ul.menu li.LinkLevel1Active, div#links_level_1 ul.menu li.LinkLevel1Active a
{
	background-color:#eeeeee;
	color: #222222;
}
div#links_level_1 ul.menu li:hover
{
	border-bottom: 4px solid #A23196;
}
div#links_level_1 ul.menu li.LinkLevel1Active:hover
{
	border: none;
}
/*-----------------------Main--------------------------------*/
div#main {
	clear:both;
	margin-top: 15px;
	height: 100%;
}
div#main ul{
	margin-left: 15px;
}
table.way_group {
	float: right;
	width:520px;
	border-left: 1px solid #bbbbbb;
	margin-bottom: 10px;
}
table.way_group td {
	padding-bottom: 15px;
	padding-left: 25px;
}
table.contact {
	width: 550px;
	float: left;
	border-right: 1px solid #bbbbbb;
	margin-bottom: 10px;
}
table.contact td {
	padding-bottom: 15px;
	padding-right: 40px;
}
/*-----------------------RightColumn----------------------------------*/
div#left_column {
	width: 70%;
}
div#right_column {
	float: right;
	padding-left: 20px;
	width: 30%;
}
/*-----------------------Blog----------------------------------*/
h2#BlogCategories {
	margin-top: 1em;
}
/*-----------------------Next----------------------------------*/
a.next {
	float: right;
}
/*-----------------------Footer--------------------------------*/
div#footer {
	border-top: 1px solid #dddddd;
	clear:both;
	margin: 15px 0px 15px 0px;
	padding-top: 10px;
	font-size: 20px;
	color: #aaaaaa;
}
div#footer a {
	text-decoration: none;
	color: #aaaaaa;
}

