@charset "utf-8";
body {
	font: 72%/1.4 Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #a0a0a2;
}



.oneColFixCtrHdr #container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px 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. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColFixCtrHdr #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 */
}


.oneColFixCtrHdr #header UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 1px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	
}
.oneColFixCtrHdr #header LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
		
}


.oneColFixCtrHdr #header A {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 25px;
	padding-top:15px;
	margin-top: 6px;
	margin-bottom:16px;
	text-align:center;
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	FLOAT: left; 
	COLOR: #a0a0a2; 
	TEXT-DECORATION: none;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x ;
	background-position: top;
	
}
.oneColFixCtrHdr #header A:hover {
	DISPLAY: block; BACKGROUND: url(../images/menu-bg-over.jpg)  repeat-x top ; FLOAT: left; COLOR: #000000; 
}
.oneColFixCtrHdr #header A.siteMenuOver {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 25px;
	padding-top:15px;
	margin-top: 6px;
	margin-bottom:16px;
	text-align:center;
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	FLOAT: left; 
	COLOR: #a0a0a2; 
	TEXT-DECORATION: none;
	background-image: url(../images/menu-bg-over.jpg);
	background-repeat: repeat-x ;
	background-position: top;
}




.oneColFixCtrHdr #mainContent {
	margin-left: 10px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}

.oneColFixCtrHdr #mainContent #rightColumn{
	background: #222222;
	color: #a0a0a2;

	padding-left:5px;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom: 5px;
	margin-top:0px;
	margin-bottom: 10px;
		
}

.oneColFixCtrHdr #mainContent #mainPict{
  padding: 0px;
  margin: 0px;
  background: url(../images/loading.gif) center no-repeat;

}

a.slideshowLink {
color:#cccccc; 
font-size:12px; 
text-decoration:  none;
display: block;
width: 80px;
border: solid 1px #FF9933;
margin-right: 2px;
padding-right:5px;
}
a.slideshowLink:hover {
color: #ffffff;
background-color: #643506;
border: solid 1px #FF9933; 
}

.oneColFixCtrHdr #mainContent #rightColumn a{
 color: #cccccc;
 text-decoration: none;
}
.oneColFixCtrHdr #mainContent #rightColumn a:hover{
 color: #ffffff;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e9e9e9;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #mainContent #whiteTitle {
  font: 120%/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.whiteHeading{
 font-size: 12px;
 font-weight:bold;
 color: #ffffff;
}

a.link {
 color: #ccccCC;
 text-decoration: none;
 
}

a.link:hover{
 color: #ffffff;
}

a.goldLink {
 color:#FF9933;
 text-decoration: none;
 
}

a.goldLink:hover{
 color: #ffffff;
}

.oneColFixCtrHdr #mainContent  #gMenu{
  padding: 0 0 0 0 ;
  margin: 0 0 0 0 ;
  background: #000000;
}

.oneColFixCtrHdr #mainContent  #gMenu ul{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	
}
.oneColFixCtrHdr #mainContent  #gMenu LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
		

}


.oneColFixCtrHdr #mainContent  #gMenu a{
  PADDING-RIGHT: 13px; 
	PADDING-LEFT: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	FLOAT: left; 
	COLOR: #FF9933; 
	TEXT-DECORATION: none;
	background-color: #000000;
}

.oneColFixCtrHdr #mainContent  #gMenu a.thisLink{
  PADDING-RIGHT: 10px; 
	PADDING-LEFT: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
	FLOAT: left; 
	COLOR: #FF9933; 
	TEXT-DECORATION: none;
	background-color: #222222;
}


.oneColFixCtrHdr #mainContent  #gMenu a:hover{
  background: #222222;
}

 .errorMsg {
    COLOR: #FF9933;
    font-weigth: bold;
}
.clear {
display:block;
height:1px;
clear:both;
margin-bottom: 0;
margin-top: -15px;
}

a.spark {
color: #666666;
text-decorationi: none;
}

a.spark:hover{
color: pink;
}
