@charset "utf-8";
body {
	background: #000000;
	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: #000000;
	font-family: arial, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	background-image: url(images/BG.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container1 {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container2 {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	background-image: url(images/sidebarBG.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.oneColFixCtrHdr #line {
	float: left; /* since this element is floated, a width must be given */
	width: 1px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 65px;
	height: 240px;
	
}
.oneColFixCtrHdr #sidebarContacts1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:   /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.oneColFixCtrHdr #midbarContacts {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin-right: 264px;
	margin-left: 264px;
}
.oneColFixCtrHdr #sidebarContacts2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.oneColFixCtrHdr #mainContent2 {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: 
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: 
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/****************************** ALL TEXT *****************************************/
.indent { font-family: arial, sans-serif;
	 font-size: 12px;
	 padding-top: 0px;
	 padding-left: 60px;
	 padding-right: 50px;
	 color: #000000; }
	 
.contactTxt {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding-top: 27px;
	padding-left: 22px;
	padding-right: 0px;
	color: #000000;
}
	 
.contactTxt2 {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 32px;
	padding-right: 0px;
	color: #000000;
}

.login { font-family: arial, sans-serif;
	 font-size: 12px;
	 padding-top: 0px;
	 padding-left: 10px;
	 padding-right: 2px;
	 color: #000000; }
	 	 
.black { font-family: arial, sans-serif;
	 font-size: 12px;
	 padding-top: 0px;
	 padding-left: 32px;
	 padding-right: 50px;
	 color: #000000; }
	 
.blackLG {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
	 
.white { font-family: arial, sans-serif;
	 font-size: 12px;
	 padding-top: 25px;
	 padding-left: 35px;
	 padding-right: 0px;
	 color: #ffffff; }
	 
.white2 { font-family: arial, sans-serif;
	 font-size: 11px;
	 padding-top: 5px;
	 padding-left: 35px;
	 padding-right: 0px;
	 color: #ffffff; }
	 
.green { font-family: arial, sans-serif;
	 font-size: 11px;
	 font-weight: lighter;
	 color: #336666; }
	 
.greenLG { font-family: arial, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #336666; }
	 
.gray { font-family: arial, sans-serif;
	 font-size: 11px;
	 font-weight: lighter;
	 color: #666666; }
	 	 
.Title { font-family: arial, sans-serif;
	 font-size: 18px;
	 font-weight: bold;
	 color: #336666; }
	 
a.bottomNav:hover {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none; }
	
a.bottomNav:link {
	color: #666666;
	font-family: arial, sans-serif;
	font-weight: lighter;
	font-size: 11px; }
	
a.bottomNav:active {
	color: #666666;
	font-family: arial, sans-serif;
	font-weight: lighter;
	font-size: 11px; }
	
a.bottomNav:visited {
	color: #666666;
	font-family: arial, sans-serif;
	font-weight: lighter;
	font-size: 11px; }

a.topNav:hover {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none; }
	
a.topNav:link {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;  }
	
a.topNav:active {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;  }
	
a.topNav:visited {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px; }
	
.sideNav:hover {
	color: #dbeae9;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px; }
	
a.sideNav:link {
	color: #dbeae9;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;  }
	
a.sideNav:active {
	color: #dbeae9;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;  }
	
a.sideNav:visited {
	color: #dbeae9;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; }
		
a:hover {
	color: #336666;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none; }
	
a:link {
	color: #336666;
	font-family: arial, sans-serif;
	font-size: 12px;  }
	
a:active {
	color: #336666;
	font-family: arial, sans-serif;
	font-size: 12px;  }
	
a:visited {
	color: #336666;
	font-family: arial, sans-serif;
	font-size: 12px; }

