@charset "utf-8";
/* CSS Document */


body {
	margin: 0 auto;
	background-color: #d3d3a9;
	background-image: url(elements/bkgrd1.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #002448;
}
.table-border1 {
	border-top: none;
	border-left: 1px solid #002448;
	border-right: 1px solid #002448;
	border-bottom: 3px double #002448;
}
.table-border2 {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top: none;
	border-bottom: none;
	border-color: #002448;
	border-collapse: separate;
}
.td-watermark {
	background-image:url(elements/WI-wtrmk.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.footer {
	font-size: 95%;
	color: #A09550;
}
.footerlink a:link {
	color: #a09550;
	text-decoration: none;
}
.footerlink a:visited {
	color: #a09550;
}
.footerlink a:hover {
	color: #a09550;
	text-decoration: underline;
}
.footerlink a:active {
	color: #a09550;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
	color: #002448;
}

.style1 {
	font-size: 14px;
	color: #002448;
}

/*navigation start */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
background: white url(elements/nav1.jpg) no-repeat 2px center;
font: 14px Tahoma, Geneva, sans-serif;
color: #999;
display: block;
width: auto;
padding: 4px 0;
padding-left: 30px;
text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #999;
font-weight: bold;
}

.markermenu ul li a:hover{
color: #024448;
font-weight: bold;
background-color: #fff;
background-image: url(elements/nav2.jpg); /*onMouseover image change. Remove if none*/
border: 1px solid #9a9a9a;
}

.markermenu #current a {
color: #024448;
font-weight: bold;
background-color: #fff;
background-image: url(elements/nav2.jpg); /*onMouseover image change. Remove if none*/
}
/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

/*END navigation*/
.style2 {
	color: #666;
}

.style1 {
	font-size: 14px;
	color: #002448;
}
a:link {
	color: #00284A;
}
a:visited {
	color: #A09550;
}
a:hover {
	color: #003C71;
}
a:active {
	color: #00284A;
}
