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

body {
	background-color: #FFF;
	color: #036;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#phonenumber {
	color: #29F;
}
#header {
	margin-bottom: 2px;
}
.topimg {
	margin-top:14px;
	margin-bottom:14px;
}
#content {
	background-color:#FFF;
	border-radius:8px;
	z-index: 9999;
}
#content a {
}
#footer {
}
#footer a {
	border-bottom: 1px solid #29F;
}
#bar {
	background-color: #29F;
	border-radius: 5px;
}
.logo {
	background-image: url(images/logo.gif);
}
.ad {
	border: 1px solid #29F;
}
ul.MenuBarVertical a
{
	background-color: #29F;
	color: #FFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-bottom-color: #06C;
	border-left-color: #06C;
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #29F;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #29F;
}
h1 {
	color: #29F;
	text-align: center;
}

