@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and p#lifestream .lifestreaming of the body element to account for differing browser defaults */
	p#lifestream .lifestreaming: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}


.twoColElsLtHdr #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColElsLtHdr #header {
	height: auto;  /* this p#lifestream .lifestreaming 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 p#lifestream .lifestreaming. */
	margin: 0px; 
	p#lifestream .lifestreaming: 10px 0px 10px 0px;
	background-color: #273166;
} 

.twoColElsLtHdr #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 */
	p#lifestream .lifestreaming: 10px 0; /* using p#lifestream .lifestreaming instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 275px; 
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 10px 0 0 0;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
	width: 780px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 220px;
} 

.twoColElsLtHdr #footer {
	p#lifestream .lifestreaming: 10px;
	text-align: right;
	background-color: #EEEEEE;
	margin: 0px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent h1 {
	font-size: 17px;
	color:#273166;
}

#mainContent h2 {
	font-size: 15px;
	margin: 15px 0 5px 0;
}

#mainContent p {
	margin: 5px 0px 15px 0px;
}

#sidebar1 h1 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	p#lifestream .lifestreaming: 0px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 1px #999;
}

#sidebar1 ul {
	margin: 0 0 20px 10px;
	padding: 0px;
	p#lifestream .lifestreaming: 0px;
	list-style: none;
}

#sidebar1 ul ul {
	margin: 5px 0 20px 15px;	
}

#sidebar1 ul li {
	margin: 2px 0px 8px 0px;
	border-bottom: dashed 1px #CCC;
}

#sidebar1 ul ul li {
	border-bottom: none;
}

#sidebar1 ul li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color:#273166;
}

#sidebar1 ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a {
	color:#273166;
}

.#lifestream .lifestream { width: 160px; float: right; background-color:#fff; margin: 5px 5px 0px 0px;}
.content {width: 650px; float: left; background-color:#fff; margin: 5px 0px 0px 40px;}

.add {width: 10px;}
