@charset "UTF-8";






/* CSS Document */


#oneImg{

width:180px; 
height:119px;
background:url(/thumbs/001r.jpg) no-repeat;



 }
 
 #twoImg{

width:180px; 
height:119px;
background:url(/thumbs/002r.jpg) no-repeat;



 }
 
 #threeImg{

width:180px; 
height:119px;
background:url(/thumbs/003r.jpg) no-repeat;



 }
 
 
#fourImg{

width:180px; 
height:119px;
background:url(/thumbs/004r.jpg) no-repeat;



 }
 
 #fiveImg{

width:180px; 
height:119px;
background:url(/thumbs/005r.jpg) no-repeat;



 }
 
 #sixImg{

width:180px; 
height:119px;
background:url(/thumbs/006r.jpg) no-repeat;



 }
 
 
 
#sevenImg{

width:180px; 
height:119px;
background:url(/thumbs/007r.jpg) no-repeat;



 }
 
 #eightImg{

width:180px; 
height:119px;
background:url(/thumbs/008r.jpg) no-repeat;



 }
 
 #nineImg{

width:180px; 
height:119px;
background:url(/thumbs/009r.jpg) no-repeat;



 }
 
 
#tenImg{

width:180px; 
height:119px;
background:url(/thumbs/010r.jpg) no-repeat;



 }
 
 #elevenImg{

width:180px; 
height:119px;
background:url(/thumbs/011r.jpg) no-repeat;



 }
 
 #twelveImg{

width:180px; 
height:119px;
background:url(/thumbs/012r.jpg) no-repeat;



 }
 
 .allText{
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#FFFFFF;
 padding:10px 0px 10px 0px
 
 }





body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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: #333;
	background:#3f4144;
	
}
.oneColFixCtrHdr #container {
	width: 1003px;  /* 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. */
	margin-top:20px;
}
.oneColFixCtrHdr #header {
height:107px;
background: url(../images/tableHeader.jpg) no-repeat;
	
	padding: 0 0px 0 10px;  /* 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 p {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:70%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-right:15px;
padding-top:15px;
text-align:right;
}
.oneColFixCtrHdr #header p a {
color:#666666;
text-decoration:none;
}

.oneColFixCtrHdr #header p a:hover {
color: #CC99CC;

}

.oneColFixCtrHdr #header p a.selected {
color: #CC99CC;

}



img {
border:0px;
margin: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 #imgHolder {
width:150px;
vertical-align:top;


float:left;
padding: 0px 0px 0px 10px;

}




.oneColFixCtrHdr #leftImg {
width:434px;
float:left;

}

.oneColFixCtrHdr #rightCopy {
width:360px;
padding-right:20px;
float:right;
color:#FFFFFF !important;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:18px;
padding-top:20px;

}


.oneColFixCtrHdr #txtHolder {
width:602px;
float:left;
padding: 0px 0px 0px 20px;

}

p {
color:#666666;
font-size:12px;
font-family:"Times New Roman", Times, serif;




}


ul {

margin:0 0 0 5px;
padding:0;


}


#nav ul {
color:#FFFFFF;
font-size:11px;
margin:0 0 0 7px;
padding:0;

}

#nav li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-top:10px;
margin-top:5px;
}


#nav li a {
color:#FFFFFF;
text-decoration:none;

padding:7px 5px 8px 30px;

}

#nav li a:hover {
background:url(../images/navBG.png) no-repeat;

}


#nav li a.selected {
background:url(../images/navBG.png) no-repeat;

}


#nav {
font-family:times New Roman;
font-size:13px;
}


.oneColFixCtrHdr #sidebar {
width:172px;
text-transform:lowercase;
vertical-align:top;
float:left;
padding:20px 0px;
margin: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 #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background: url(/images/bgrepeat.jpg) repeat-y;
	height:100%;
}


.oneColFixCtrHdr #flashContent2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	height:100%;
}

.oneColFixCtrHdr #contentHolder {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#fefdfd;
	margin-right: 5px;
	width:782px;
	float:right;
}



.oneColFixCtrHdr #homeContent {
	margin-right: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
	width:822px;
	float:right;
	
	
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#CCCCCC;
	background: url(/images/footer.jpg) no-repeat;
	height:172px;
	
}
.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 */
	color:#fefdfd;
	text-align:center;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	

	
}


.HPfooter {
	background: url(/images/footerHP.jpg) no-repeat !important;
	}




.oneColFixCtrHdr #footer2 p {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
letter-spacing:0.03em;
text-align:center;
margin-left:130px;
}

.oneColFixCtrHdr #footer2 p a {
	
	color:#fff;
	text-decoration:none;
	
} 

.oneColFixCtrHdr #footer2 p a:hover {
	
	color: #CC99CC;
	
	
} 

.oneColFixCtrHdr #footer2 p a.selected {
	
	color: #CC99CC;
	
	
} 






.style2 {
	font-size: 24px;
	color: #FEFDFD;
}


#wrapper p {
	font-size:13px;
	line-height:18px;
}



#wrapper h4 {
	font-size:10px;
	}
	
h5 {
	color:#FFF;
	font-size:13px;
	}



div#wrapper.interior p {
	margin-left:50px;
	margin-right:75px;
	line-height:21px;
	}
	
div#wrapper.interior a, div#wrapper.interior a:hover, div#wrapper.interior a:visited {
	color:#dd81a6
	}
	
div#wrapper.interior a:hover {
	text-decoration:none;
	}
	
div#wrapper.interior h3 {
	margin-left:50px;
	margin-top:35px;
	}
	
	
div#wrapper.interior strong {
	font-size:14px;
	}
	
	
div#SearchText {
	color:#3f4144;
	font-size:6px;
	}	
	
	
	
	
	