body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 2em 2em 0em;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 1em;
	padding-left: 1em;
	text-align: justify;
	background-image: url(h1back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 12px;
	color: #999999;
	padding: 1px;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 13px;
	color: #999999;
	padding: 0px;
	text-align: justify;
	font-style: italic;
	margin-right: 2em;
	margin-left: 2em;
}
h4 {
	font-size: 14px;
	padding: 0px;
	text-align: left;
	font-style: Bold;
	margin-right: 2em;
	margin-left: 2em;
}
p {
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: -1em;
	text-align: justify;
	font-weight: normal;
}
li {
	font-weight: normal;
	margin-left: 1em;
	font-size: 14px;
	text-indent: 0pt;
}
a:link {
	color: #0000FF;
	text-decoration: none;

}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #CFEEFE;
}
a:active {
	color: #0000FF;
	text-decoration: none;

}

#header {
	width: 100%;
	text-align: center;
	border: 1px solid #000000;
	font-size: 14px;
	background-attachment: fixed;
	background-image:  url(centerback.gif);
	background-repeat: no-repeat;
	background-position: right;

}

#menu {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border: 1px inset #999999;
}

#left {
	width: 20%;
	float: left;
	padding: 1em;
	background-image: url(leftback.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

#center {
	position: absolute;
	padding-top: 1em;
	padding-bottom: 1em;
	right: 2%;
	visibility: visible;
	float: right;
	width: 78%;
	background-image:  url(centerback.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.t1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCCCCC;
	padding-right: 1em;
	padding-left: 1em;
	text-align: justify;
	padding-bottom: 1ex;
	border: 1px inset;
}
.t2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	background-image: url(t2back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.calender {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	border: 1px none;
}