@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/blue.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	background-color: #000099;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/banner.jpg);
} 
#header img {
	margin: 5px;
	left: 5px;
	top: 5px;
	float: left;
}

.twoColFixLtHdr #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 */
	color: #FFFFFF;
}

.twoColFixLtHdr #menubar {
	width: 780px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-color: #000099;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.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;
}
.twoColFixLtHdr #container #mainContent .trwhite tr {
	color: #FFFFFF;
}

#mainContent img {
	float: left;
	padding-right: 20px;
}
#mainContent table {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	width: auto;
	background-color: #000066;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#mainContent tr {
	border: thin none #000000;
	color: #000000;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#orgs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFF00;
	clear: none;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#history {
	clear: left;
	float: none;
	padding-bottom: 5px;
}
#profile {
}

#profile tr {
	color: #FFFFFF;
	text-align: center;
}
#profile table {
	text-align: left;
	color: #FFFFFF;
}
caption {
	margin: auto;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #000033;
	font-size: x-large;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #000033;
}
/**
 * specify width margins for my
 * news bars
 */
.newsBar {
  width : 230px;
  margin-right: 1em;
  margin-left: 2em;
  margin-bottom : 1.5em;
}

/**
 * set colors on portions of the news bars
 */
.titleBox_gsnb {
  color : #676767;
}
a.statusItem_gsnb {
  color : rgb(9, 122, 182);
  font-size : 11px;
}
a.statusItemSelected_gsnb {
  color : #000000;
}
