body, html
{
	margin: 0px 0px 0px 0px;
	background-image: url('_images/bg.jpg');
	background-repeat: no-repeat;
	height: 100%;
        background-color: #c4e4ef;
}
.bodytext
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
}
.yellowhead
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 20px;
	color: #ffc341;
	text-transform: uppercase;
	font-weight: bold;
}
#Maindiv
{
	height: 100%;
	width: 748px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	/*border-bottom: 4px solid #104d99; */
}
#Div1
{
	min-height: 100%;
	border: 2px solid #ffffff; 
	width: 100%; 
	clear: both;
}
#footer
{
	background-image: url('_images/footer.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
}