@charset "utf-8";
body {
	background: #577188;
	margin: 0;
	padding: 10px;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
	z-index: 0;
}
.oneColFixCtrHdr #container {
	width: 910px;  /* 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. */
	
	padding: 40px; /***** INCREASE/DECREASE WIDTH OF WHITE BORDER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !!!!!!! */
}

.oneColFixCtrHdr #container a {
	text-decoration:none;
}

.oneColFixCtrHdr #container img {
	border:none;
}


.oneColFixCtrHdr #container a:hover {
	text-decoration:none;
}


.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	
	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. */
	
	color:#669999;
	font-size:10px;
}

.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 */
}


#navbar ul li ul {
	z-index: 100;
	margin: 0;
	border: 1px solid #cccccc;
	width: 200px;
	clear: both;
	position: absolute;
	top: 180px;
	left: -999px;
}

#navbar ul li:hover ul, #navbar ul li.sfhover ul {
	left: auto;
}

#navbar ul li ul li {
	width: 200px;
}

#navbar ul li.current_page_item ul li a, #navbar ul li ul li.current_page_item a {
	background: url(images/subnav1bg.png);
}

#navbar ul li ul li a {
	background: url(images/subnav1bg.png);
	padding: 0 0 0 5px;
	float: none;
}

#navbar ul li ul li a:hover {
	background: none #cccccc;
}

.entry {
	margin: 10px 0 0 0;
}

.entry p {
	margin: 0 0 10px 0;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.post h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}


.oneColFixCtrHdr #mainContent {
	padding: 20px 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #mainContent h3 {
	color:#577188;
}

.oneColFixCtrHdr #mainContent a {
	color:#577188;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}


.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: 40px 10px 00px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	color:#577188;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #footer a {
	color:#577188;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

