body {
	padding: 0px;
	margin: 0px;
	background: #536D89;
}

body, p, a, td {
	color: #000;
	font-family: arial;
	font-size:11px;
}

h1 {
	font-size:11px;
	font-weight: bold;
	line-height: 11px;
	margin: 1px;
}

#col_left, #col_right {
	width: 53px;
	background: url(images/bg_left.gif) repeat-y;
}
#col_right {
	background: url(images/bg_right.gif) repeat-y;
}

#col_mid {
	background: #C2D5EB;
}

#nav {
	height: 56px;
	background: url(images/bg_nav.jpg) no-repeat center top;
}

a:link, a:hover, a:active, a:visited {
	font-weight: bold;
	color: #003674;
}

#gads1 {
	padding: 10px 0px;
}

.block {
	padding: 0px;
	border: 0px;
	width: 762px;
	border-collapse:collapse;
	margin-bottom: 15px;
}

.top {
	height: 38px;
	background: url(images/top.jpg) no-repeat center bottom;
}
.bottom {
	height: 38px;
	background: url(images/bottom.jpg) no-repeat center top;
}
.left {
	width: 40px;
	background: url(images/left.jpg) repeat-y;
}
.right {
	width: 40px;
	background: url(images/right.jpg) repeat-y right;
}
.mid {
	background: #fff;
	padding: 0px;
}