@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCC;
	line-height: 1.5em;
}
h1 {
	color: #099;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.twoColFixLt #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 20px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
} 
.twoColFixLt #sidebar1 p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
}
.twoColFixLt #sidebar1 a {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.twoColFixLt #sidebar1 a:hover {
	color: #099;
}
.twoColFixLt #sidebar1 a:active {
	color: #099;
}
.twoColFixLt #container #mainContent #image {
	float: right;
	width: 180px;
}
.twoColFixLt #container #mainContent #ProjectContent {
	float: left;
	width: 420px;
}


.twoColFixLt #logoBottom {
	padding: 0px;
	z-index: 100;
	top: -130px;
	width: 870px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
.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;
}
strong {
	font-weight: bold;
	color: #099;
}
.twoColFixLt #mainContent ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.twoColFixLt #mainContent a {
	text-decoration: underline;
	color: #000;
}
.twoColFixLt #mainContent a:hover {
	color: #099;
}
#mainContent .smallText {
	font-size: 0.9em;
	color: #666;
}
.caption {
	font-size: 0.8em;
	color: #666;
	width: 400px;
	line-height: 1em;
}
.view-header {
	color: #099;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;

}
.framed-element {
	margin: 0px;
	padding: 0px;
	border: thin solid #000;
}

