body {
	margin: 0px;
	padding: 0px;
	font-family: arial, san-serif;
	font-size:12px;
	line-height:16px;
	color:#577077;
	background:#f9fef6;
	}

a {color: #B7B89F; text-decoration:none;}
a:visited {color:#B7B89F; text-decoration:none;}
a:hover {color:#B7B89F; text-decoration:underline;}

/* ******************************** */



/* ********** content column********** */
.content 
{
	width:550px;
	padding:0px;
	margin:0px auto;
	background: url("contentbg.jpg") repeat-y center;
}

.topBox
{
  position:relative;
  width:550px;
  top:0px;
  height:221px;
}

.footer
{
  position:relative;
  width:550px;
  height:59px;
  bottom: 0px;
  margin: 0px auto;
}


.mainBox
{
  position:relative;
  width:525px;
  margin:0px 0px 10px 25px;
}

p
{
 padding:10px 15px;
 margin:0px 0px 0px 0px;
}

.header
{
	font-weight:bold;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#353A3A;    
	text-align:center;
}


/* ********************************* */

.line
{
  width:480px;
  padding:0px;
  margin: 7px 0px 7px 10px;
  border-bottom:1px dotted #A3BEBF;
}
