body{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
}

table{
	text-align:left;
}

td.cont{
	width:573px;
	height:590px;
	background-image:url(images/cont.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	font-weight:normal;
}
	
td.nav{
	width:177px;
	height:590px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:right;
}

td.foot{
	width:750px;
	height:20px;
	background-image:url(images/foot.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
	color:#E0E0E0;
	font-weight:bold;
}

td.copyright{
	/*width:177px;*/
	text-align:right;
	color:#333333;
	font-weight:100;
	padding-right:10px;
}

div.cont{
	width:550px;
	position:relative;
	left:20px;
	top:20px;
	font-size:13px;
	line-height:17px;
}

div.nav{
	position:relative;
	top:25px;
	left:-25px;
}


a.nav1{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#E0E0E0;
}

a.nav1:hover{
	color:#578186;
}

a.foot{
	font-weight:bold;
	font-size:12px;
	color:#E0E0E0;
	text-decoration:none;
}

a.foot:hover{
	text-decoration:underline;
}

#bg{
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#footlinks{
	width:400px;
	position:relative;
	top:2px;
	padding-left:10px;
}

#copyright{
	color:#333333;
	position:relative;
	top:2px;
	padding-right:10px;
}

a.heading{
    font-weight:bold;
	font-size:14px;	
	color:#223A5B;
}
a.heading:hover{
	color:Red;
}

a.links:link
{
    color:#223A5B;
}

a.links:hover
{
    color:Red;
}