body {
	font-family : Arial, Helvetica, sans-serif;
background-color: #022330;
background-image:url('bg.png');
background-repeat:no-repeat;
margin-top: 40px;
font-size: 86%;
text-align: center;
}

/* fix from http://blog.bjorkoy.com/2006/12/12/flawless-and-fast-png-support-in-ie6 */
img { behavior: url(iepngfix.htc); }

div.halo
{
	padding:10px 0px;
	zoom:1;
	width:680px;	
	text-align: center; /* for IE */
	background-repeat: repeat;

}

h1
{
text-decoration:none;
font-size:medium;
}

div.pagediv
{
	width:680px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

}

div.topbd
{
background:url(/topbd.png) no-repeat;
}

div.botbd
{
background:url(/botbd.png) no-repeat;
}

div.topbd, div.botbd
{
width:650px;
height:23px;
padding:0;
margin:0;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}


div.infobox
{
}

div.linkbox
{
	margin-top:10px;
}

div.spacingdiv
{
	width:650px;
	height:22px;
}

div.maincontainer
{
	background-color: #FFFFFF;
	width:590px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom:7px;
    margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

div.topcontainer
{
}

div.maincontainer
{
}

div.maincontent
{
	clear: both;
}

#toplogo
{
	padding-bottom: 20px;
}

div.maincontent
{
	margin-top: 2px;
	margin-bottom: 70px;
}

div.footer
{
	margin-top: 40px;	
}

