@charset "utf-8";
body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000000;
	background-image:url(images/background.gif);
	background-repeat: repeat-x;
	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: #FFFFFF;
}

h4 {
	color: #bbd8fa;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

h5 {
	color: #d5e2f2;
	font-size: 15px;
	font-weight: bold;
}

.oneColFixCtr a:link, .oneColFixCtr a:visited, .oneColFixCtr a:hover, .oneColFixCtr a:active {
	color: #86a0ff;
}

.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	height: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.oneColFixCtr #nav {
	background-image: url(images/navbg1.gif);
	width: 100%;
	text-align: center;
}

.oneColFixCtr #demo {
	font-size: 12.5px;
}

.sidenav1 a:link, .sidenav1 a:visited, .sidenav1 a:active {
	color: #7790ed;
	text-decoration:none;
	font-weight:bold;
}

.sidenav1 a:hover {
	color: #5071e5;
	text-decoration: underline;
	font-weight:bold;
}

.sidenav2 a:link, .sidenav2 a:visited, .sidenav2 a:active {
	color: #d1dded;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

.sidenav2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.oneColFixCtr #mainContent {
	width: 790px;
	text-align: left;
	padding: 20px 30px 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContentW {
	width: 750px;
	text-align: left;
	padding: 20px 60px 15px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	background-image: url(images/footer-bg.gif);
	width: 100%;
	font-size:10px;
	color: #abb2bb;
	text-align: center;
}

.oneColFixCtr #footer a:link, .oneColFixCtr #footer a:visited, .oneColFixCtr #footer a:active {
	color: #a1b7d2;
	text-decoration: none;
}

.oneColFixCtr #footer a:hover {
	color: #a1b7d2;
	text-decoration: underline;
}