/* CSS Document */


body {
	margin:0px 0px; 
	/*height: 800px;*/
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image:url(Images/back.gif);
        background-repeat: no-repeat;
        background-attachment: fixed;
}
	
#content {
	width:770px; 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align: center; /* Counteract to IE5/Win Hack */
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

div.body{}

.body a {
	/*display:block;*/
	color:#b4d209;
	text-decoration:none;
}


.body a:visited {
    /*display:block;*/
    color:#b4d209;
    text-decoration:none;
}


.body a:hover {
	/*display:block;*/
    color:#FFFFFF;
    font-style:italic;
}

.body ul {
	list-style:none;
	margin:0;
	padding-left:0;
}


.body li {
    line-height:10px;
    padding: 0px 0px 5px 10px;
    /*padding-left:10px;*/
    /*width: 140px;*/
}


.body li a {
	/*display:block;*/
	color:#b4d209;
	text-decoration:none;
}


.body li a:visited {
    /*display:block;*/
    color:#b4d209;
    text-decoration:none;
}


.body li a:hover {
	/*display:block;*/
	color:#FFFFFF;
}


li.news{
   line-height: 20px;
}

div.infoList{}


.infoList ul {
	list-style:square;
	margin:auto;
	padding-left:20px;
}


.infoList li {
    line-height:20px;
    padding: 0px 0px 5px 10px;
    /*padding-left:10px;*/
    /*width: 140px;*/
}




