#topMenu {
	LEFT: 1px;
	top: 1px;
	MARGIN: 0px;
	POSITION: absolute;
	text-align: left;
	z-index: 5;
	padding: 0px;
	font-size: 10px;
	color: #003366;
	width: 760px;
	height: 180px;
	vertical-align: top;
	background-image:  url("images/title3.jpg");
	font-weight: bold;
}


#maintext {
	LEFT: 1px;
	MARGIN: 0px;
	POSITION: absolute;
	TOP: 360px;
	text-align: justify;
	z-index: 5;
	padding: 0px;
	font-size: 12px;
	width: 500px;
	height: 80px;
}

td {
	font-size: 12px;
}

#topbanner {
	LEFT: 1px;
	MARGIN: 0px;
	POSITION: absolute;
	TOP: 200px;
	text-align: justify;
	z-index: 5;
	padding: 0px;
	font-size: 12px;
	width: 500px;
	height: 90px;
}

#sidebar {
	LEFT: 510px;
	MARGIN: 0px;
	POSITION: absolute;
	TOP: 200px;
	text-align: justify;
	z-index: 5;
	padding: 0px;
	font-size: 10px;
	width: 250px;
	color: #999999;
}




body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C8C8C;
}

#topbanner table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

#topbanner table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	background-color: #006633;
	-moz-border-radius: 12px 12px 12px 12px;
}

#sidebar table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	font-size: 10px;
}
.style1 {color: #FFFFFF}


.table-all-centered {
	width: 100%;
	height: 100%;
}

.td-all-centered {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 600px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006666;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	font-weight: bold;
	line-height: 15px;
	text-indent: 20px;
	border-bottom-color: #D2EECC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: capitalize;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	font-weight: bold;
	line-height: 15px;
	text-indent: 20px;
	border-bottom-color: #D2EECC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: capitalize;
}

a {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

b {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
