body {
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color : #C1C4D5;
	background-image : url(images/grad.gif);
	background-repeat:repeat-x;
}
h1{
	font-size:2.0em;
	color:#3366cc;
}
.main{
	width:960px;
}
.side{
	width:105px;
	background-image : url(images/logo_base.gif);
	background-position : top;
	background-repeat : no-repeat;
}
.header{
	background-image : url(images/logo_top.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.corner{
	height:115px;
	background-image : url(images/logo_corner.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.wall{
	width:105px;
	background-image : url(images/wall.gif);
	background-position : left;
	background-repeat : repeat-y;	
}
.content{
  	/* top, right, bottom, left*/
	padding:0px 10px 0px 0px;
}
.slideshow{
	height:303px;
}

#legal{
	background-color : white;
	font-size:0.9em;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:480px;
	overflow:auto;
	color:black;
}
.copy{
  	/* top, right, bottom, left*/
	padding:10px 0px 10px 10px;
}
.faq{
  	/* top, right, bottom, left*/
	padding:0px 10px 0px 10px;
}
.faq a{
	text-decoration : none;
}
.faq a:hover{
	text-decoration : underline;
}
#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,#q11,#q12,#q13,#q14,#q15{
  	/* top, right, bottom, left*/
	padding:5px 5px 5px 5px;
	border : 1px solid #4252B6;
	margin-top:3px;
	margin-bottom:3px;
}
