#navigation {
	background-color: #333333;
	text-align: center;
}
#navigation  a {
	color: #FF9933;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	height: 15px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 3px;
}
#navigation  a:hover {
	background-color: #999999;
}
#navigation  a:active {
	color: #9CC53E;
	background-color: #666666;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-image: url(images_main/BKGND.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#container  {
	width: 936px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	padding: 0px;
}
#header  {
	background-color: #FFFFFF;
	height: 90px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	width: 934px;
	background-image: url(images_main/BKGNDfooter.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 0px;
}
#maintext  a  {
	color: #F69408;
	text-decoration: underline;
}
#maintext a:hover {
	color: #006;
}
#flash {
	height: 272px;
}
#divisions {
	margin: 22px;
	padding-top: 33px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 18px;
	line-height: 15px;
}
#footer a:hover {
	color: #96BE47;
}
#featureimage {
	width: 157px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	padding-top: 30px;
	text-align: center;
}
#insert {
	width: 264px;
	padding-top: 2px;
}
#insertBKG {
	background-image: url(images_main/categories.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 19px;
}
#maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 1px;
	color: #000000;
	padding-top: 0px;
	width: 390px;
}
#maintexttwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00277C;
	background-image: url(images_main/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00277C;
	background-image: url(images_main/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
body,td,th {
	font-size: 80%;
	color: #333333;
}
.phone {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #002577;
}
.login {
	font-size: 11px;
	color: #666666;
}
.copyright {
	font-size: 10px;
	color: #999999;
}

.subpagesmenu {
	font-size: 12px;
	text-align: center;
}
.jumppoints {
	font-size: 12px;
	color: #F69408;
	text-align: center;
}
.videotitles {
	font-size: 16px;
}
#subnavigation {
	background-color: #666666;
	text-align: center;
}
#subnavigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 5px;
}
#subnavigation a:hover {
	text-decoration: underline;

}
#subnavigation a:active {
	color: #9CC53E;
	background-color: #666666;
}
.activelink {
	color: #9CC53E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: inherit;
	width: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
}
