body
{
	background-color: #245397;
	margin: 7px 0px 0px 0px;
	color: #FFFFFF;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a.normal:link, a.normal:visited, a.normal:active  {color:#FFFFFF; text-decoration:underline;}
a.normal:hover {color:#FFFFFF; text-decoration: none;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	width: 950px;
	background-image: url(page-bg.jpg);
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	width: 950px;
	background-image: url(page-bg-b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 50px 0px 50px;
}

/* header */
.header {
	vertical-align: top;
	background: url(header-bg.jpg) no-repeat left top; 
	height: 250px;
}
.logo {
	display: block;
	height: 185px;
	width: 440px;
	float: right;
	margin-top:30px;
}
/* left col */
.leftcol {
 	//background-image: none ! important;
	behavior: url('pngfix.htc');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 320px;
	height: 480px;
	padding: 5px 0px 0px 10px;
}

/* menu styles */
.menu {
	margin: 20px 0px 20px 0px;
	z-index: 1000;
	position: absolute;
}

a.mainbuttontext, a.mainbuttontext:active, a.mainbuttontext:visited {
	margin: 0px 0px 2px 15px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	font-weight: bold;
	height: 25px;
	background:url(menu-bg.gif) no-repeat left top;
	text-indent:25px;
	width: 190px;
	line-height: 25px;
	color: #FFFFFF;
}
a.mainbuttontext:hover {
	background:url(menu-bg-over.gif) no-repeat left top;
	text-decoration: none;
	color: #FF9900;
}

/* center col */
.centercol {
	vertical-align: top;
	width: 530px;
	padding:  23px 50px 100px 0px;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 20px 0px;
}
h1 {
	font-family: AGOpus, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FF9900;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 17px;
	color: #FF9900;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	clear:both;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
ul{ margin-top:0px;
}
ul li {
	padding: 4px 0px 4px 0px;
}


/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer{
	height: 270px;
	font-size:11px;
	padding: 10px 30px 0px 30px;
	color: #FFFFFF;
	background: url(footer-bg.jpg) no-repeat left top  #245397;
	text-align: center;
	vertical-align: middle;
}
.footer a.normal, .footer a.normal:visited, .footer a.normal:active{
	color: #FFFFFF;
	text-decoration:none;
}
.footer a.normal:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.logo-b {
	display: block;
	height: 120px;
	width: 200px;
	float: right;
}
.footer-l {
	display: block;
	height: 120px;
	width: 200px;
	float: left;
}

/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */
