body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#contain{width:785px;
	margin:0 auto;}

.markermenu{
font-size:13px
}
.markermenu a:visited{
color: #ccc;
}
.markermenu ul{
background:#333;
list-style-type: none;
margin:0;
padding:0;
height:237px
}

.markermenu ul li a{
background:#333;
color: #ccc;
display: block;
padding:8px 2px;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #393939;
}
.markermenu ul li a:hover{
color: black;
background: #ffff00 url("images/hover.gif") left center no-repeat; /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
p{ margin:0} 
.white{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
}
.gray{
	font-size: 11px;
	color: #CCCCCC;
	line-height: 18px;
}
.yallow{
	font-size: 22px;
	color: #FFFF00;
	line-height: 20px;
}
.gray2{ color:#333333; font-size:13px; line-height:20px}
.qa{ padding:3px 0; border-bottom:dotted 1px #ccc; width:100%}
