body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	font-family:Tahoma,Verdana,Arial,sans-serif; 
	font-size:80%;
}
img
{
	border: 0;
	vertical-align: middle;
}

.quote
{
	border-right: 0px solid  #000;
	border-top: none;
	background: #FFFFFF url('../include/css_img_quote.gif') no-repeat right 50%;
	border-bottom: 0 none;
	width: 400px;
	color: #000;
	font-weight: bold;
	font-size: 100%;
	padding: 5px; margin-left:auto; margin-right:auto; margin-top:8px; margin-bottom:0
}


.menu{
	list-style-type: none;
	padding: 0;
	width: 189px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(/images/main2_08.jpg);
	background-repeat: no-repeat;
}

.menu li a{
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 38px;
	height: 41px;
	text-align: center;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 189px;
	height: 41px;
}

.menu li a:visited, .glossymenu li a:active{
	color: #000000;
	text-decoration: none;
	height: 41px;
	width: 189px;
}

.menu li a:hover{
	background-image:   url(/images/menu2.jpg);
	color: #000000;
}

blockquote {
	text-align:center;
	background-color: #FFFFA6;
	padding: 10px 10px 10px 10px ;
	border-bottom: 2px #e1e8bb solid;
	border-top: 2px #e1e8bb solid;
	border-left: 2px #e1e8bb solid;
	border-right: 2px #e1e8bb solid;
	font-family: "Tahoma;
	}
