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: -moz-center !important; 
	text-align: center;                   */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*BACKGROUND-COLOR: #eff7df; */
}

a:link { 
         color: #255b89;
		 text-decoration: underline;
}
a:visited { 
         color: #255b89;
		 text-decoration: underline;
}
a:hover { 
         color: #9d0e2d;
         text-decoration: underline;
}
a:active { 
         color: #255b89;
		 text-decoration: underline;
}


.ltable {	   border-style: solid;      border-width: 1px;   border-color: #8cba00;  } 
table.ltable td { padding:10px; }

a {
text-decoration: none; 
} 

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

div, table, td, div, span, input, textarea, select {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 666666;}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.textbox
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff;
}

.blue
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#6f8dba;
}

.title
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#9d0e2d;
font:bold;
font-weight:bold
}

.titlebig
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #6f8dba;
font: bold;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font: bold;
}

table.Normal {
    text-align: left;
}

table.Design6 {
	/*background-color: #fff2f5;*/
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 1px solid #9d0e2d;
    border-bottom: 1px solid #9d0e2d;
}

table.Design6 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.3em;
    border-top: 1px dotted #9d0e2d; 
}
table.Design6 td {
    text-align: left;
    border-top: 1px dotted #9d0e2d; 
    
	padding:5px;
}
table.Design6 thead th {
    text-align: left;
    border-bottom: 1px solid #9d0e2d;
}
table.Design6 th.Corner {
    text-align: left;
}
/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 130px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #e0e0e0;
}

.markermenu ul li a{
background: #ffffff url(../images/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #e0e0e0;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #e0e0e0;
}


