body {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #005;
	background: #f6f5e1;
}

tr, td, th		{ font-size: 12px; vertical-align: top; }
h1		       	{ font-size: 18px; text-align: center; }
h2		      	{ font-size: 12px; text-align: center; }
h3		       	{ font-size: 12px; text-align: center; }
input, select, textarea	{ font-family: Verdana; border: 1px solid #005; padding: 2px; margin: 1px; }
textarea			{ font-size: 12px; }

a, a:link, a:visited {
	color: #005;
	text-decoration: none;
	border-bottom: 1px dotted #005;
}

a:hover, a:active, a:focus {
	color: #005;
	text-decoration: none;
	border-bottom: 1px solid #005;
}

table.main td.head {
	width: 604px; /* 900px - padding-left - padding-right */
	height: 170px; /* 234px - padding-top */
	vertical-align: top;
	background: url(layout/head.jpg) no-repeat center bottom;
	padding-top: 64px;
	padding-left: 143px;
	padding-right: 153px;
}

table.main td.left {
	width: 182px;
	height: 666px;
	background: url(layout/left.jpg) no-repeat top right;
}

table.main td.content {
	width: 506px; /* 516px - padding-right */
	height: 575px;
	text-align: justify;
	line-height: 150%;
	background: #fff url(layout/content_corner.jpg) no-repeat bottom right;
	padding-right: 10px;
}

table.main td.right {
	width: 178px; /* 202px - padding-right */
	height: 666px;
	text-align: center;
	font-family: Times New Roman;
	background: url(layout/right.jpg) no-repeat top left;
	padding-right: 24px;
}

table.main td.foot {
	width: 516px;
	height: 91px;
         vertical-align: bottom;
         text-align: center;
	background: url(layout/foot.jpg) no-repeat center top;
}

/**** MENU ****/

table.menu td {
	width: 100px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}

table.menu td a, table.menu td a:link, table.menu td a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	color: #004;
	background: url(layout/dot.jpg) no-repeat left center;
	border: 0px;
	padding-left: 12px;
}

table.menu td a:hover, table.menu td a:active, table.menu td a:focus {
	text-decoration: underline;
	border: 0px;
}