body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6699CC; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	border-left: 10;
	padding-top: 0px;
	top: 0px;
	margin-right: 10px;
}
h1 {
	font-size: 1.5em;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #333;
}
.lgtxt {
	font-size: larger;
	font-weight: bolder;
}


a{
	color: #69C;
}

a:visited{
	color: #09F;
}

.center
{
	margin:auto;
	width:70%;
}

/* Navigation Bar */

.navlist
{
	width: 802px;
	margin:0;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left:0px;
	padding-right:0px;
	list-style-type:none;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E5E5E5;
	border-color: #E5E5E5;
	color: #9F9F9F;
	font-weight:bold;
	border: none;
	margin-top: 8px;
	margin-left: 4px;
	font-style: normal;
}
#heading {
	border: 2px ridge #E5E5E5;
	font-size: inherit;
	width: 805px;
}


/* Navigation Bar */

.navinert
{
	float:left;
	width: 225px;
	border: solid;
	border-color: #E5E5E5;
	text-align: center;
	padding-left: 10px;
	text-indent: 0px;
	padding-right: 10px;
	color: #333;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
#navlist_container {
	background-color: #FFF;
	width: 810px;
	padding-top: 1px;
}


.navitem
{
	float:left;
	width: auto;
	display:block;
	text-align:center;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navlink:link,.navlink:visited
{
	width:auto;
	text-decoration:none;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #3E3E3E;
	border-right-style: outset;
	border-right-width: 1px;
}

.navlink.here
{
	color:#69C;
}

.navlink:hover
{
	background-color:#999;
}

.navlink:active
{
	border:inset;
}


.oneColFixCtr #container {
	width: 810px;  /* 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. */
	background-color: #FFF;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 1px;
	padding-bottom: 10px;
}
.hotlink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 5px;
}
.hotlist {
	line-height: 1.5em;
	font-weight: bold;
	text-indent: -3em;
	list-style-type: none;
	font-size: 12px;
}



.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.video_scrolltext {
	height:200px;
	padding-left: 10px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	overflow: auto;
	border-color: #CCC;
	font-size: smaller;
	margin-top: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-left: 150px;
	background-color: #CCC;
	width: 460px;
	padding-top: 0px;
}
