body, div, table, tr, td, h1, h2, p, a {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(bg_body.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.top-container, .sub-text-container {
	width: 786px;
	margin: auto;
}

.top-container {
	height: 364px;
	margin-top: 80px;
	background: url(bg_top-container.png);
}

.top-container a {
	display: block;
}

.sub-text-container {
	margin-top: 30px;
}

.sub-text-container div {
	margin: 0 26px;
}

.sub-text-container a {
	text-decoration: none;
	border-bottom: dotted 1px #005E8F;	
	color: #005E8F;
}

table {
	border-collapse: collapse;
	width: 768px;
	margin: 0 9px;
	border: 0;
}

tr { 
	height: 140px;
}

td {
	width: 33%;
	height: 100%;
	border: solid 1px #EDEDED;
}

table a {
	display: block;
	width: 100%;
	height: 140px;
	padding-top: 22px;
	text-decoration: none;
	text-align: center;
	text-shadow: #ffffff 1px 1px 1px;
}

table a:hover {
	background: url(bg_a-hover.png) no-repeat bottom left;
}

table h1, table h2 {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
}

.no-border-top { border-top: solid 1px transparent; }
.no-border-right { border-right: solid 1px transparent; }
.no-border-bottom { border-bottom: solid 1px transparent; }
.no-border-left { border-left: solid 1px transparent; }

h1, h2, p {
	display: inline;
	line-height: 22px;
	font-family: Calibri, Arial, 'Trebuchet MS', Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #3D3D3D;
}

h1, h2 {
	text-transform: uppercase;
}