body {
	background-color: #FFFFFF;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	margin: 0px;
}

/** Main Content Blocka  **/
#container {
	float: none;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/**border-style: none;
	border-color: #333333;
	border-width: 1px;**/
}	

#header {
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #000066;	
}

#main {
	margin: 10px 25px 10px 25px;
	width: auto;
	height: auto;
	text-align: left;
}

#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 40px;
	color: #000066;	
}

/**  Image Styles  **/
a img {
	border: none;
}

/**  Text Styles  **/
a:link {
	text-decoration: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

/**  Table Styles  **/
td.header {
	background-image: url(images/top_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.left {
	background-image: url(images/top_left.gif);
	background-position: top;
	background-repeat: no-repeat;
}	