@charset "utf-8";

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFBF5;
	margin: 0; 
	padding: 0;
	text-align: center; /* align divs to center */
	color: #000000;
}

a {
color:#333333;
}

a:hover {
color:#c75f3e;
}

.twoColElsLtHdr #container {
	width: 80em;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
} 
.twoColElsLtHdr #header {
	padding: 0 10px;  
	background-color: #FFFFFF;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.twoColElsLtHdr #pathway { 
	padding: 0 10px;
	background-color: #8EBAD0;
	border-top: 2px solid #B3D1DF;
	border-bottom: 2px solid #B3D1DF;
	text-align: right;
} 

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 16em; 
	background: #EAF2F6; 
	padding: 15px 0; 
	border-right: 1px solid #B3D1DF;
	border-bottom: 1px solid #B3D1DF;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 17em;
} 
.twoColElsLtHdr #footer { 
	width: 80em;
	background:#FFF4E5;
	border-top: 3px solid #FFC681;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 5px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

/* Form styles */
fieldset { 
	margin: 10px;
	border:1px solid green;
}

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

legend {
	padding: 0.2em 0.5em;
	border:1px solid green;
	color:green;
	font-size:90%;
	text-align:right;
}

button {
	width:20%;
	margin-left: 15em;
	margin-top: 0.5em;
	text-align: center;
}
input, select {
	margin: 0.3em;
}

/* Table styles */
caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) no-repeat;
}

th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }

td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	border-right: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-bottom: 3px solid #C1DAD7;
	background: #F0F8F9;
	margin: 5px;
	padding: 6px 6px 6px 0px;
	color: #6D929B;
}

li { 	
	margin-left: -15px; 
}

/* IE6 requires this... who would have thought it eh! */
table {
	/*border-bottom:1px solid #C1DAD7;*/
}

.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;
}
