@charset "utf-8";
body {
	font: 100% Verdana, 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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
#MainTable tr td {
	text-align: center;
	vertical-align: top;
}
#MainTable tr td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #3DBBBA;
}


.layout #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.layout   #heading {
	background-image: url(images/layout/layout_01.jpg);
	height: 278px;
	width: 760px;
	background-repeat: repeat;


}
.layout #menubar {
	float: right;

}
.layout #rightbar {
	float: right;
}
#MainTable tr td li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #0E54AA;
	text-align: left;
}
#MainTable tr td h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3DBBBA;
}
#MainTable tr td h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0E54AA;
}
#MainTable tr td h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0E54AA;
	text-align: left;
}
#MainTable tr td h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #0E54AA;
	text-align: left;
}
#copyright  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
#MainTable tr td h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
#Ad h2 {
	color: #3DBBBA;
}
#Ad h1 {
	color: #3DBBBA;
}
#Ad {
	width: 80%;
	text-align: center;
}
body p {
	text-align: center;
}
