body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 14px;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans serif;
	background-image: url(images/bg.jpg);
}
td.text  {  text-align: justify;  padding: 5px; }
td.bgrcolor { font-size: 1pt; background: #748dc2;}/*font size for netscape*/
td.bgr-nocolor {font-size: 1pt; background: #ffffff;}/*font size for netscape*/
td.netscapebgr {font-size: 1pt; } /*font size for netscape*/
table.bgrcolor {background: #748dc2;}
td.textjustify {text-align: justify; /*margin: 5px;*/}
/*table.content {padding: 5px 5px 5px 5px;}*/
#content td{
	padding: 5px 5px 5px 5px;
	text-align: center;
	}
#content .textjustify {text-align: justify; /*margin: 4px;*/}
/*div.textjustify {text-align: justify; margin: 4px;}*/
p.address { color: #ffffff; font-weight: bold;  margin: 5px; padding: 0pt; }
.italText  { font-style: italic;  text-align: center; padding: 5px; }
br.clearright { clear: right; }
br.clearleft { clear: left; }
.copyright {font-size: 95%;}
a, a:visited, a:link   { color: #000000;  /*font-weight: bold;*/ text-decoration: none; margin: 0pt; padding: 0px 5px 0px 5px; }
a:active, a:hover   { color: #000000;  /*font-weight: bold;*/ text-decoration: none; background-color: #ffffff; margin: 0pt; padding: 0px 5px 0px 5px; }
a.wwde, a.wwde:visited, a.wwde:link, a.wwde:active, a.wwde:hover { color: #000000; font-weight: normal;  text-align: center; background-color: transparent; font-size:smaller;}
a.pagelink, a.pagelink:link, a.pagelink:active, a.pagelink:hover, a.pagelink:visited { color: blue;  padding: 0pt; text-decoration: underline; background-color: transparent; }
table.td {text-align: left; background: #748dc2; font-size: 13px;}
.bold {font-weight: bold;}
h1 { font-size: 135%; font-weight: bold; line-height: 25pt; display: inline; color: #132375; letter-spacing: 1pt;}
td.aligncenter {text-align: left;}
.imgLeft {padding-right:5px;
}
.imgRight {padding-left:5px;
}
/*bottom nav*/
#navcontainer{
}
#navlist {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:50px;
	margin-left:0px;
	/*line-height: 20px;*/
	font-weight: normal;
	text-align:center;
}
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
padding:0px;
}

#navlist a
{
padding: 0px 2px 0px 2px;
background-color: transparent;
color:#000000;
margin:0px;
}

#navlist a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navlist a:hover
{
background-color: #ffffff;
color: #000000;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333;
}

