@charset "UTF-8";
/* CSS Document */

body {
	background: #333;
	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;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
position:absolute;
	top:300px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#banner {
	position:absolute;
	top:0px;
	width:656px;
	height:156px;
	z-index:1;
	left: 73px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
a.active {
	background-color: #FFFF66;
	height: 30px;
}
#rightImage {
	position:absolute;
	left:729px;
	top:0px;
	width:244px;
	height:214px;
	z-index:auto;
	background-image: url(images/rightSquare.gif);
}
#Nav {
	position:absolute;
	left:73px;
	top:156px;
	width:657px;
	height:56px;
	z-index:3;
	background: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0066;
}
#content {
	position:absolute;
	left:229px;
	top:213px;
	width:744px;
	height:561px;
	z-index:4;
	background: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 0px;
}
#left {
	position:absolute;
	left:73px;
	top:213px;
	width:156px;
	height:600px;
	z-index:5;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FF0099;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
 #Nav ul li a.active{color: #F9FB68;
	text-decoration: none;
	background-color:  #FF0066;
 }
#Nav ul li{
	float:left;
	font-weight:bold;
	line-height:21px;
	vertical-align:top;
	letter-spacing:2px;
	color: #FF0066;
	display: block;
	white-space: normal;
	list-style-position: inside;
	text-decoration: none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #F9FB68;
}


a {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:link {
color: #FF0066;
	background-color: #F9FB68;
	text-decoration: none;
}


/*a:visited {
	color: #990000;
	text-decoration: none;
	background-color:  #FF0066;
}*/
a:hover {
	color: #F9FB68;
	text-decoration: none;
	background-color:  #FF0066;
}
a:active {
	color: #F9FB68;
	text-decoration: none;
	background-color:  #FF0066;
}
#flashcontent {
		height: 100%;
	}

.flashFront {
	padding-top: 30px;
}


.oneColFixCtr #left a {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	height: auto;
	width: auto;
	list-style-position: outside;
	list-style-type: none;
	line-height: 12px;
	text-transform: none;
	letter-spacing: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-right: 0px;
	padding-left: 10px;
	line-height: 30px;
	background-color: #FFFFFF;
}
.oneColFixCtr #left a:hover {
	text-decoration: line-through;
	line-height: 30px;
	background-color: #F9FB68;
}
.videsc {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
