body {
background-color: #ffffff;
padding:0px;
margin-top:0px;

}
a {color: #0066CC ; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:none;}
a:hover {color: #777777; text-decoration:underline;}
a:active { color:#0066CC;text-decoration:none;}

img { border: none;}

li { 
list-style: circle;
padding: 0;
margin: 0;
color: #AA0067;
font-weight: bold;
}

h1 { 
font-size: 14px;
color: #AA0067;
font-weight: bold;
}

/* ----------container to center the layout-------------- */
#container {
width: 590px;
margin: 20px auto 20px auto;
height: auto;
padding: 0;
}
#top {
height: 370px;
width: 590px;
margin: 0;
padding: 0;

}

#content {
	width: 590px;
	background: url(../images/bg.jpg) repeat-y;
	margin: 0;
	padding: 0;
}

#content #text {
	height: auto;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 20px 50px 20px 50px;
	color: #333333;
	
}


/* ----------banner for logo-------------- */
/*#header {
	padding: 0px;
	width: 560px;
	margin: 0 10px 0 10px;
	
}*/
#mainnav {
	height: 160px;
	width: 106px;
	margin: 50px 0 0 6px;
	padding: 0;

}



/* -----------footer--------------------------- */
#footer {
background: url(../images/bottom.jpg) no-repeat;
text-align: center;
width: 590px;
height:87px;
}
#footer #text{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 35px 35px 0 0;
	color: #ffffff;
}
#footer a {color: #333333; text-decoration:none;}
#footer a:visited {color:#333333; text-decoration:none;}
#footer a:hover {color: #0066FF; text-decoration:underline;}
#footer a:active { color:#333333;text-decoration:none;}


#activePage, #imagepreloader { display:none; }
