body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/pagebkg.jpg);
	background-repeat: repeat-x;
}

.container{
	background-image:url(images/shadowbkg.jpg);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-right: 5px;
	MARGIN-LEFT: auto; 
	WIDTH: 800px; 
	MARGIN-RIGHT: auto
	
}

h4 {
	color:#5197FF;
	text-decoration: underline;
	font-size:16px;
	font-weight:bold;
	}

.topHeader {
	background:url('images/topbkg.gif');
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:30px;
}

.border {
	width:250px;
	height:300px;
	border:solid 1px #66CCFF;
	background-color:#CCEEFF;
	margin-right:25px;
	float:left;
	padding:5px;
	}

.bottomHeader {
	background: url('images/bottombkg.gif');
	background-position: bottom;
	background-repeat:repeat-x;
	width:100%;
	height:30px;
}

.Logo {
	background: url(images/header.png);
	background-repeat: no-repeat;
	height: 286px;
	width: 100%;
	text-align: right;
}

.content {
	width: 714px;
	/* Comment here 
	background-image:url(images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;*/
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	padding-left:10px;
	padding-right: 10px;
	text-align:left;	
}

.footer {
	background-image:url(images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:846px;
	height: 240px;
	padding-top: 6px;
}	


.footContainer {
	width: 100%;
	height: 200px;
}		 
	
a {
	color: #0066FF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover{
	color:#6ea7fb;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#marqueecontainer{
position: relative;
width: 250px; /*marquee width */
height: 240px; /*marquee height */
overflow: hidden;
}