body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #5C1A4D;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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: #FFFFFF;
	background-image: url(../images/saeback.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 900px;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColElsCtr #mainContent {
	padding: 0 0 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 400;
	position: relative;
	float: left;
	background-color: #754863;
	margin: 0px 0px 15px 0;
	width: 607px;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}
.oneColElsCtr #mainContent H1 {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 22px;
	background-image: url(../images/titles_main.jpg);
	height: 37px;
	padding-top: 0px;
}

.oneColElsCtr #flash {
	padding: 0 0 0 0;
	float: left;
	z-index: 500;
	position: relative;
	width: 607px;
	height: 253px;
	background-color: #FFFFFF;
	background-image: url(../images/flash.jpg);
	margin: -50px 0 15px 0;
}
.oneColElsCtr #header {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 400;
}
.oneColElsCtr #Rsidebar {
	padding: 0 0 15px 0;
	float: right;
	background-color: #754863;
	margin: 0px 18px 25px 0;
	width: 253px;
	background-image: url(../images/background_side.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-size: 80%;
}
.titles {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 22px;
	height: 37px;
	color: #FFFFFF;
	padding: 5px 0 0 20px;
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
	line-height: normal;
}
.oneColElsCtr #contentHeadings {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 400;
	background-image: url(../images/titles_main.jpg);
	height: 37px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 20px 0 20px;
	line-height: 130%;
}
.oneColElsCtr #SidebarHeadings {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 100;
	background-image: url(../images/titles_side2.jpg);
	height: 51px;
}
.oneColElsCtr #Rsidebar2 {
	padding: 0 0 15px 0;
	float: right;
	background-color: #754863;
	margin: -82px 18px 25px 0;
	width: 253px;
	background-image: url(../images/background_side.jpg);
	background-repeat: repeat-y;
	z-index: 50;
	position: relative;
}
.titlesSide {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 22px;
	height: 51px;
	color: #FFFFFF;
	padding: 19px 0 0 20px;
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
}
.oneColElsCtr #breadcrumbs {
	z-index: 400;
	position: relative;
	float: left;
	margin: -10px 0px 0 0;
	width: 607px;
	text-align: left;
	font-size: 80%;
	height: 27px;
}
.breadcrumbs {
	color: #FFFFFF;
	padding: 0 0 0 15px;
	line-height: 0;
}
.oneColElsCtr #footer {
	padding: 0 0 0 0;
	width: 900px;
	margin: 0px auto 0 auto;
	background-color: #FFFFFF;
	color: #000000;
	height: 25px;
	position: inherit;
}

.oneColElsCtr #about {
	padding: 2px 0 0 0;
	width: 200px;
	margin: 0 0 -2px 0;
	color: #FFFFFF;
	height: 23px;
	float: right;
	text-align: right;
	font-size: 80%;
}
.oneColElsCtr #mainContent h3 {
	padding: 0 0 0 0;
	margin: 10px 0px 15px 15px;
	text-align: justify;
}

a:link {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;

	}
a:hover {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
a:active {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
