@charset "utf-8";
/* CSS Document */
body {
	font: 100%  Verdana, Geneva, sans-serif;
	background-image: url(images/BGblue.jpg);
	background-repeat: repeat-x;
	background-color: #000F2E;
    margin: 0;
	padding: 0;
    color: #000000;
}
.oneColFixCtr #container {
	width: 1200px;  /* 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; 
}

.oneColFixCtr #menuHolder {
	position:relative;
	color:#FFF;
	margin-top:120px;
	margin-left:-30px;
	width:205px;
    z-index:2;
}

.oneColFixCtr #mainContent {
	position:inherit;
	width:1100px;
	margin-top:-368px;
	z-index:1;
	
}
#textHolder{
	background:url(images/watermark.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	
}
.directQuote {
	font-size:11px;
	font-style:italic;
    
}
#textHolderlong{

	font-size:12px;
	
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
a:visited {color: #666; 
			text-decoration: underline; }
a:hover {
	color: #009;
	text-decoration: none;
}
.letterHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	color: #999;
	font-stretch:ultra-condensed;
}
.letterHeadBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	font-weight: bolder;
	text-transform: capitalize;
	color: #003;
}
.pageTitle {
	text-align:right;
	font-family:"Lucida Sans Unicode", "Lucida Bright", sans-serif ;
    font-size:16px;
	font-stretch:semi-expanded;
	text-transform: capitalize;
}
.bottomMenu 
{
	background:	url(images/Sub2/homeSub2_r7_c1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	
}
.bottomCopyrite
{
	background:	url(images/Sub2/homeSub2_r8_c1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	color:#FFF
	
}
