@charset "UTF-8";
body {
	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: #FFF;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}
.oneColFixCtr #mainContent {
	background-image: url(../images/mid.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
}
.oneColFixCtr #maintext {
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 70px;
} 

.oneColFixCtr #maintext p{
font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-indent: 20px;
}
.oneColFixCtr #maintext ul{
font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-indent: 20px;
}
.oneColFixCtr #maintext .gentext{
font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	color: #6E57A7;
}
.purpletext
{
	color: #4f3e83;
	font-weight:bold;
}


.bottombox {
	background-image: url(../images/bottom.jpg);
	height: 30px;
}
.floatright {
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#navcontainer {
	width:900px;
	}
ul#navbar {
	background:url(/images/50.jpg) repeat-x left top;
	margin:0;
	
	list-style-type:none;
	height:31px;
	
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display:block;
	padding:5px 16px 4px;
	font:bold 13px "Trebuchet MS";
	
	text-decoration:none;
	color:#4f3e83;
	
}
ul#navbar li a:hover {
	color:#8e80b7;
}
.copyright a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: # FFCA98;
	top: 20px;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	text-align: center;
}
