body {
 background-color: #fff;
 margin: 40px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

.bghighlight {
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 /*border-bottom: 1px solid #D0D0D0;*/
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 12px 0;
 padding: 5px 0px 6px 0;
}

td.photo {
	padding: 10px;	
}

img { border:0px; }

h2 {
 color: #444;
 background-color: transparent;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0 2px 0;
 padding: 5px 0 6px 0;
}


.main_menu {
	padding-left:10px;
	padding-top:50px;
}


a:hover {
	color:#db2828;
}

.status0 {
	color:#800000;
}
.status1 {
	color:#008000;
}

input, textarea {
	border:1px #CCCCCC solid;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 11px;
}

input.error, .error {
	background-color:#F28477;
	color:#FFFFFF;
}

input.search {
    color:#666666;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding-bottom:1px;
    padding-left: 19px;
    border-top: 2px groove #cccccc;
    border-left: 1px solid #666666;
    border-right: 1px solid #e5e5e5;
    background-repeat:no-repeat;
    background-color:#FBFBFB;
}

form.search {
	padding:0px 10px 4px 10px; 
	margin:0px 0px 0px 0px; 
	background-color:#EBEBEB;
}

th {
	vertical-align:top;
	text-align:left;
	background-color:#EBEBEB;
}

table {
	border:1px #CCCCCC solid;
	font-size:11px;
}

table.list {
	background-color:#fff;
	font-size:11px;
}

table.list th {
	border-bottom:0px;
	text-align:center;
}

tr.bg0 {
	background-color: #F1F1F1; 
	border-top:1px #000000 solid;
}

tr.bg1 {
	border-top:1px #000000 solid;
}

td,th{ vertical-align:top;}

table.increasedMargin tr td {
	padding:5px;
}

div.menuElement {
padding-top:15px;
text-align:center;
width:100px;
height:40px;
float:left;
margin-right:12px; /* former: 22px */
color:#fff;
cursor:hand;

}
a.headerLink:link, a.headerLink:active, a.headerLink:visited { color:#fff; }
a.headerLink:hover { color:#dde; }
div.menuElement a {
cursor:hand;
color:#fff;
font-weight:bold;
text-decoration:none;
}
div.menuElement a:hover{ color:#dde; }
div.headerAddress {
position:static;
float:right;
color:#fff;
padding-bottom:0px;
padding-top:5px;
}
div.headerAddress table {
border:1px #fff solid;
width:400px;
color:#fff;
width:400px;
color:#fff;
}
/*  --------------------  page layout -------------------- */

.twoColElsLtHdr #container { 
	width: 1024px;  
	/*background-color: #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. */
} 
.twoColElsLtHdr #header {
	background-color: #000 !important;
	padding: 3px 10px;  /* 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. */
	height:104px;
}
.twoColElsLtHdr #header h1 {
	color:#fff;
	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-top: 10px; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom:39px;
}

.headerPrint {
	background-color: #dbe8e8 !important;
	padding: 50px 10px;  /* 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. */
}
.headerPrint 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 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.twoColElsLtHdr #mainContent {
	margin: 10px 10px 10px 12px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 2px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
} 
.twoColElsLtHdr #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: 11px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
--> 

