<!-- 
body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: #AD7F4E;
	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;
}

.twoColFixLtHdr #container { 
	width: 95%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7E7F53;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #7E7F53; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7E7F53; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: -55px 20px 0px 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F8ECC2;
} 
.twoColFixLtHdr #footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7E7F53; 
} 
.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 */
}
.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: 1pt;
    line-height: 0px;
}
--> 
.twoColFixLtHdr #mainContent .outer {background: #ddddee;}
 
.twoColFixLtHdr #mainContent .middle {background: #aaaabb;}
 
.twoColFixLtHdr #mainContent .inner {background: #777788;}
 
.twoColFixLtHdr #mainContent img {background: #e8eef4;}
 
.twoColFixLtHdr #mainContent .middle, .inner {
  position: relative; 
  left: -1px;
  top: -1px;
  } 

#mainTable {
font: 100%  Verdana, Arial, Helvetica, sans-serif;
vertical-align: top; 
background-color:#ffffff; 
border: 1px outset;
padding: 5px 10px; 
-moz-border-radius: 1em; 
border-radius: 1em; 
}

/* http://www.websitebullets.com/ */
#mainTable ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
#mainTable ul li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 17px;
    background:url(../images/361.gif) no-repeat 0 7.5px;
	padding-top: 5px;
}
#mainTable li ul{
    margin:0 0 0 15px;
    list-style:none;
}
#mainTable li ul li{
    padding-left:17px;
    background:url(../images/364.gif) no-repeat 0 7.5px;
}
#mainTable ol li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 0;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
.allegiant a:link {
text-decoration: none;
color: #000000;
}

.allegiant a:visited {
text-decoration: none;
color: #000000;
}

.allegiant a:active {
text-decoration: none;
color: #000000;
}

.allegiant a:hover{
text-decoration: underline;
color: #000000;
}
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
#mainTable ul li {
    padding-left:0px;
    background:none;
}
} /* end print */

.mainBody {
vertical-align: top; 
padding: 4px 10px;
display:block;
}

.mainTable {
font: 100% Verdana, Arial, Helvetica, sans-serif;
vertical-align: top; 
background-color:#ffffff; 
border: 1px outset;
padding: 5px 10px; 
-moz-border-radius:1em;
-webkit-border-radius:1em;
-moz-border-radius:1em;
-webkit-border-radius:1em;
}

/* http://www.websitebullets.com/ */
.mainTable ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
.mainTable ul li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 17px;
    background:url(../images/361.gif) no-repeat 0 7.5px;
	padding-top: 5px;
}
.mainTable li ul{
    margin:0 0 0 15px;
    list-style:none;
}
.mainTable li ul li{
    padding-left:17px;
    background:url(../images/364.gif) no-repeat 0 7.5px;
}
.mainTable ol li{
    line-height:1.3em;
    margin: .25em .5em;
    padding: 0 0 0 0;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
.mainTable ul li {
    padding-left:0px;
    background:none;
}
} /* end print */

.head {
font: bold 110% Verdana, Arial, Helvetica, sans-serif;
background: #AD7F4E;
padding-top: 10px;
padding-bottom: 10px;
}

.body {
background: #EDF6F9;
border: solid 1px #000000;
}

.body_title {
font: bold 110% Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}

.section_title {
font: bold 105% Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

.section_title a:link {
color:#000099;
text-decoration: none;
}

.section_title a:visited {
color:#000099;
text-decoration: none;
}

.section_title a:active {
color:#000099;
text-decoration: none;
}

.section_title a:hover {
color:#000099;
text-decoration: underline;
}

.section_paragraph {
font: 100% Verdana, Arial, Helvetica, sans-serif;
padding-left: 10px;
}

.section_paragraph a:link {
color:#000099;
text-decoration: none;
}

.section_paragraph a:visited {
color:#000099;
text-decoration: none;
}

.section_paragraph a:active {
color:#000099;
text-decoration: none;
}

.section_paragraph a:hover {
color:#000099;
text-decoration: underline;
}

.logo {
	background: #AD7F4E;
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	font-size: 120%;
	font-weight:bold;
}

.caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-align:center;
font-style:italic;
}

.footer {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background: #7E7F53  ; /*background of menu bar (default state)*/
text-align:center;
}

.footer a:link {
text-decoration: none;
color: #000000;
}

.footer a:visited {
text-decoration: none;
color: #000000;
}

.footer a:active {
text-decoration: none;
color: #000000;
}

.footer a:hover{
text-decoration: none;
color: #EDF6F9;
}

.pagenumber {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.pagenumber a:link {
text-decoration: none;
color: #000000;
}

.pagenumber a:visited {
text-decoration: none;
color: #000000;
}

.pagenumber a:active {
text-decoration: none;
color: #000000;
}

.pagenumber a:hover{
text-decoration: underline;
color: #000000;
}

h3 {
margin:0;
padding:0;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 125% Verdana, Arial, Helvetica, sans-serif;
color: #EDF6F9;
background: black url(../images/titlebar.png) repeat-x center left;
border: outset 1px #000000;
-moz-border-radius:.4em;
-webkit-border-radius:.4em;
-moz-border-radius:.4em;
-webkit-border-radius:.4em;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color: #AD7F4E;
}

.arrowlistmenu .menuheader:active{ /*CSS class for menu headers in general (expanding or not!)*/
border: inset 1px #000000;
/*background-image: url(../images/titlebar-active.png);*/
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #CDD3D8;
border: inset 1px #000000;
/*background-image: url(../images/titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #EDF6F9;
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: 500;
border-bottom: 1px solid #CDD3D8;
font-size: 110%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #EDF6F9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #AD7F4E;
background-color: #EDF6F9;
}

.menuheader a:link {
text-decoration: none;
color: #FFFFFF;
}

.menuheader a:visited {
text-decoration: none;
color: #FFFFFF;
}

.menuheader a:active {
text-decoration: none;
color: #FFFFFF;
}

.menuheader a:hover{
text-decoration: none;
color: #AD7F4E;
}

.allegiant a:link {
text-decoration: none;
color: #000000;
}

.allegiant a:visited {
text-decoration: none;
color: #000000;
}

.allegiant a:active {
text-decoration: none;
color: #000000;
}

.allegiant a:hover{
text-decoration: underline;
color: #000000;
}

.input {font:100% Geneva, Arial, Helvetica, sans-serif; color:#666; padding-bottom:10px;}
.input:focus {font:100% Geneva, Arial, Helvetica, sans-serif; color:#666; padding-bottom:10px; background-color:#EDF6F9;}
.label {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666; text-align:right; padding-top:3px; padding-bottom:10px;}
.label.opt {font-weight:normal;}
.button {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666;}
.button:focus {font:100% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#000;}
.searchButton {font:90% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#666;text-align:right;}
.searchButton:focus {font:90% Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#000;text-align:right;}
.select {font:100% Geneva, Arial, Helvetica, sans-serif;}
.select:focus {font:100% Geneva, Arial, Helvetica, sans-serif; background-color:#EDF6F9;}