body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}

a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #006699;
}

a:link {
	font-size: 16px;
	text-decoration: none;
	color: #006699;
}

a:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #000066;
}
#NavLink {
	margin-left: 15px;
}


DIV#NavLink a:visited {
	font-size: 24px;
	text-decoration: none;
	color: #E3E9F4;
}

DIV#NavLink a:link {
	font-size: 24px;
	text-decoration: none;
	color: #E3E9F4;
}


DIV#NavLink a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #0000CC;
}


DIV#footer {
	text-decoration: none;
  text-align:center;
}
#footer td {
	text-align: center;
}


DIV#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}

DIV#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

DIV#footer a:hover {
	text-decoration: none;
	color: #0000CC;
}

#div1 {
	text-align:left;
	margin-right: 60px;
	margin-left: 60px;
}

.sectiontbl {
	width: 325px;
	margin: auto;

}
#content {
	background-image: url(images/bg_content.jpg);
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(images/bg_bottom.jpg);
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	height: 24px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	vertical-align: top;
}
#top {
	background-image: url(images/bg_top.jpg);
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	height: 24px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	vertical-align: top;
}
