/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image:url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color:#0099D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, ul, ol{
	line-height:150%;
}
#top{
	background-color:#FFFFFF;
	background-image:url(images/top_image.jpg);
	background-repeat:repeat-x;
	height:25px;
}



#buttons{
	color: #0099D2;
	font-size:14px;
	text-align:center;
	height:50px;
	vertical-align:middle;
	font-weight:bold;
}

#buttons a{
	text-decoration:none;
	color: #CCCCCC;
}

#buttons a:hover{
text-decoration:none;

	color:#0099D2 ;
}

#main_body{
	color:#000000;
	padding-right:25px;

}

#footer{
	background-color:#FFFFFF;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:75px;
	text-align:center;
	vertical-align: bottom;
	padding-bottom:10px;
	color:#FFFFFF;

}

