@charset "utf-8";
/* CSS Document */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F8F7F3;
    background-image: url(../back_repeat_y.jpg);
    background-repeat: repeat-y;
}
a {
    color: #574F3E;
    text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.headline  {
    padding: 0 0 7px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.subHeadline  {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}
.nexusName
{
    font-weight: bold;
}
.sideBarTitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.sidebarHeadline
{
    font-weight: bold;
}
.sectionBreak
{

}
.sectionObjective
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.sectionProject
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.sectionResults
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.sectionTechnology
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.sectionTextObjective
{
    margin-top: 5px;
}
.sectionTextProject
{
    margin-top: 5px;
}
.sectionTextResults
{
    margin-top: 5px;
}
.sectionTextTechnology
{
    margin-top: 5px;
}
.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;
}
.twoColElsLt #container #sidebar1 {
    float: left;
    width: 262px;
}
.twoColElsLt #container #sidebar1 #msLogo{
    padding-left: 80px;
    padding-top: 24px;
    margin-bottom: 20px;
}
.twoColElsLt #container #nav {
    padding-left: 252px;
    height: 30px;
}
.twoColElsLt #container #mainContent {
    width: 475px;
    margin-left: 265px;
    font-size: 12.5px;
    line-height: 20px;
}
.twoColElsLt #container #mainContent #footer {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 25px 0 0;
    text-align: center;
    width: 450px;
    font-size: 11px;
    line-height: 19px;
    color: #564c36;
}
.twoColElsLt #container #mainContent #footer a {
    color: #7E6041;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
