@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #CCCCCC;
	background-color: #142AB3;
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #142AB3;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CAC4A2;
	border-right-color: #AEA571;
	border-bottom-color: #AEA571;
	border-left-color: #CAC4A2;
} 
.thrColFixHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(graphics/topDisa2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #142AB3;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.5;
	color: #CCCCCC;
} 
#mainContent p {
	font-size: .85em;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #0000FF;
} 
.thrColFixHdr #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: 65%;
	color: #FFFFFF;
}

.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;
}
.thrColFixHdr #container #navigationTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	height: 18px;
	background-color: #142AB3;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #996633;
}
a {
	color: #996633;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 2px;
}
a:hover {
	color: #000000;
}
.thrColFixHdr #container #sidebar1 #Accordion1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent ol {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #navigationTop ul {
	display: inline;
	list-style-type: none;
}
.thrColFixHdr #container #navigationTop li {
	display: inline;
	padding: 5px;
}
.thrColFixHdr #container #sidebar1 #Accordion1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent li {
	list-style-type: none;
}
.thrColFixHdr #container #sidebar1 #Accordion1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent ul {
	list-style-type: none;
}
#rallyContent {
	height: 75px;
	background-color: #EBEBEB;
}
#sidebar2 ul {
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent img {
	margin: 5px;
	padding: 2px;
	float: left;
}
.thrColFixHdr #container #mainContent img .right {
	margin: 5px;
	padding: 2px;
	float: right;
}
#sidebar2 a {
	background-color: #D1CAA3;
	padding: 2px;
}
.thrColFixHdr #container #sidebar2 a:hover {
	color: #E3DDBB;
	background-color: #544F30;
}
