body {
	background-color:#30c8f4;
	background-image: url(img/background.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top;
	margin:54px 14px 24px 14px;
}
td.bkgd {
	background-image: url(img/background_nav.png);
}
td.cont {
	background-image:url(img/bkgd_content.png);
	background-repeat:repeat-x;
	background-position:top;
}
td.photo_left {
	background-image: url(img/bkgd_int_left.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.title {
	color:#009de0;
	font-size:20px;
}
.title2 {
	color:#666;
	font-size:18px;
}
.footer {
	color:#FFFFFF;
	font-size:10px;
}
.footer a{
	color:#0033CC;
	font-size:10px;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.address {
	float:right;
	width:380px;
	text-align:right;
	color:#0033CC;
	font-size:12px;
	line-height:1.4;
	margin:6px;
}
.address a{
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
}
.address a:hover{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
