@charset "utf-8";

/* CSS Document */

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: #330033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #CC99FE;
}

.oneColFixCtrHdr #container {
	width: 800px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/graphics/bg.jpg);
}

.oneColFixCtrHdr #header {
	padding: 0px;
	margin: 0px;
	background-color: #CC99FE;
}
.oneColFixCtrHdr  #header  img  {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	font-size: 9px;
	color: #CC99FE;
	position: absolute;
	float: none;
	left: 600px;
}
.oneColFixCtrHdr  #header  h2  {
	font-size: xx-small;
	color: #CC99FE;
	float: none;
	position: absolute;
	left: 600px;
}

.nav {
	float: left;
	clear: left;
	background-color: #CC99FE;
}

.oneColFixCtrHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #CC99FE;
	height: 50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
}
#vv {
	float: right;
	width: 50px;
	position: relative;
}



.oneColFixCtrHdr #mainContent {
	padding-right: 30px;
	padding-left: 30px;
	clear: left;
	background-image: url(images/graphics/bg.jpg);
}
.oneColFixCtrHdr  #mainContent  img  {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent #subLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: circle;
}
.oneColFixCtrHdr #mainContent #subLinks li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.email_confirm {
	text-align: left;
}
.oneColFixCtrHdr #container .email_confirm {
	padding-top: 10px;
	padding-left: 20px;
}

 #anim_slides {
	position: static;
	top: 450px;
	background-color: #00CC66;
	width: 300px;
	height: 275px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 10px;
/*	display: block;
	
	overflow: hidden; */
}


.new_line {
	clear: left;
}

.emphasis {
	color: #660066;
	font-weight: bold;
	font-style: italic;
}