@charset "UTF-8";
body {
	font: 14px Verdana, 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: #333333;

}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

.oneColFixCtrHdr a:link, a:visited  {
	color: #666666;
	text-decoration: none;
	}

.oneColFixCtrHdr a:hover {
	color: #333333;
	text-decoration: none;
	}

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	height: 150px;
	padding: 0;  /* 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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}

.oneColFixCtrHdr #header h2 {
	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: 100px 30px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	color: #666666;
	letter-spacing:.3em;
	float: right;
	font-weight: normal;
}



.oneColFixCtrHdr #topnav {
	background-image: url(../images/paintBrush2.jpg);
	background-repeat: no-repeat;
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 40px;
	font: Courier New, Courier, monospace, serif;
}
	

.oneColFixCtrHdr #topnav ul  {
	border: 0;
	margin: 0;
	padding: 0;	
	}
	
.oneColFixCtrHdr #topnav ul li  {
	list-style-type: none;
	float: left;
	text-align: center;
	font-family: Courier, monospace, serif;
	padding: 0;
	margin: 0;
	}	
	
.oneColFixCtrHdr #topnav a:link, #topnav a:visited  {
	padding: 6px 15px 6px 15px;
	margin: 0;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: center;	
	}
		
.oneColFixCtrHdr #topnav a:hover {
	color: #666666;
	text-decoration: none;
	}
	
	
/* Main Content */	

.oneColFixCtrHdr #mainContent {
	padding: 10px 60px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}

/* Class Styles */

	
.oneColFixCtrHdr #mainContent p {
	line-height:18px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	
.smallText {
	margin: 10px 40px 10px 40px;
	color:#666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	}	
	
.pageName {
	font:18px georgia;
	color: #666666;
	letter-spacing:.2em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #666666;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.2em;
	font-family: georgia;
	}

/* image and thumbnail boxes */

.imgRight {
	float: right;
	margin: 0 0 1em 1em;
	padding: 5px;
	}	

.thumbnailBx {
	float: left;
	margin: 0;
	padding: 0;
	}
	
	
.LBimg { padding:5px;
   border:1px solid #021a40;
   background-color:#707070;
}
	
/* twitter */

.twitter {
 clear: left;
 float: right;
	margin: 10px;
	padding: 10px;
}



/* Footer */

.oneColFixCtrHdr #footer {
	padding: 8px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 10px;
	text-align: center;
	clear: both;
}
.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 */
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666666;
	text-decoration: none;
	}	
	

