@charset "UTF-8";

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.75px;
	background-color: #000000;
	background-image: url(../images/bodyBKG.jpg);
	background-repeat: repeat-x;
}




a {
	font-size: 12.5px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #EBDB69;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	border:dotted thin #CCCCCC;
}


.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	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. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/headBKG200.jpg);
	text-align: right;
	height: 180px;
	width: 740px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
} 



.twoColFixLtHdr #mainNav {
	background-image: url(../images/mainNav.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;
	width: 760px;
	display: block;
	
	position: relative;
	z-index: 100;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: none; 
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1  h4 {
	color: #FFCC00;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: -10px;
}

.twoColFixLtHdr #mainContent {
/
	padding: 0 20px;
	width: 480px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}

.twoColFixLtHdr #mainContent h1 {
	color: #FC0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-top: 20px;
}

.twoColFixLtHdr #mainContent h3 {
	color: #FC0;	
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; 
	background:none;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.sbTop {
	background-image: url(../images/sidebar/sidebar_01.png);
	height: 30px;
}

.sbMid {
	background-image: url(../images/sidebar/sidebar_02.png);
	padding-right: 25px;
	padding-left: 23px;	
}

.sbBottom {
	background-image: url(../images/sidebar/sidebar_03.png);
	height: 31px;
}

.slidesX {
	padding:10px;
}

.slidesX a:link {
	text-decoration:none;
	color: #42AFE0;
	font-weight: bold;
}

.slidesX a:visited {
	text-decoration:none;
	color: #42AFE0;
	font-weight: bold;
}

.slidesX a:hover {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}
.hilite {
	text-decoration: underline;
	color: #C3FFBD;
}

.list {
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	background-color: #010101;
	margin-top: 4px;
	border: thin solid #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.listItem {
	font-size: 14px;
	font-weight: bold;
	color: #FFDA00;
	background-color: #010101;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 5px;
	border: thin solid #333333;
}
