/* CSS Document */
body {
	background-image: url(../images/page_bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	font-size:small;
	font-family:Trebuchet MS, verdana, Arial;
}

a:link{text-decoration:none; color:#004e58;}
a:visited{text-decoration:none; color:#004e58;}
a:hover{text-decoration:none; color:#FF6600;}

h1{
text-transform:uppercase;
font-size: 130%;
color:#004e58;
font-weight:bold;

}

.menu{
	height: 148px;
	border-collapse:collapse;
	margin:1px;
	width:176px;
}

.menu td{
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #fff;
	padding-left: 15px;
	font-weight:bold;
	background-color:#004e58;
	font-size:90%;
}

.menu a:link{color:#fff; text-decoration:none;}
.menu a:visited{color:#fff; text-decoration:none;}
.menu a:hover{color:#CCFF00; text-decoration:none;}

.mainlinks td{
padding-right:10px;
color:#fff;}

.mainlinks a:link{color:#fff; text-decoration:none;}
.mainlinks a:visited{color:#fff; text-decoration:none;}
.mainlinks a:hover{color:#CCFF00; text-decoration:none;}

.addresstext{
font-size:85%;
padding:10px 0px 10px 30px;
color:#333;}

.bannertable{
border-width: 0px 1px 0px 0px;
border-style: solid;
border-color: #fff;
height:147px;
}

.bannertable td{
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #fff;
}

.content{
font-size:95%;
line-height:150%;
}

.content td{
padding:10px;
line-height:150%;
}

.popboxtable{
margin:5px;}

.popboxtable td{
padding:1px 5px 0px 5px;}

.popbox{
width:296px;
height:200px;
}

.popbox td.header{
background-image:url(../images/pop_hdr_bg.gif);
background-repeat:no-repeat;
padding-left:16px;
height:20px;
font-size:85%;
font-weight:bold;
color:#fff;}

.popbox td{
background-image:url(../images/popbox_bg.jpg);
background-repeat:no-repeat;
font-size:95%;
height:100%;
}

.popbox li{
padding-top:5px;
padding-bottom:5px;}

.footer {
font-size:85%;
color:#666666;}

.footer td.footerline{
background-image:url(../images/footer_line.gif);
background-repeat:repeat-x;
height:3px;
}

.style1 {
	color: #004E58;
	font-weight: bold;
}