td { 
    padding: 0px; 
    } 
table { 
    border-collapse: collapse; 
    border-spacing: 0px; 
    } 
table, img { 
    border: 0px; 
    }
.pagebody {
	margin-top: 10px;
	background-color: #060;
	color: #000;
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
    }
a { color: #000; text-decoration: underline; }
a:hover   { color: #0c820c; text-decoration: underline; }	
#maintable {
	width: 955px;
	background-image: url(../graphics/common/pg_tile.jpg);
	background-repeat: repeat-y;
	}
#masthead  {
    width: 955px;
    height: 169px;
	text-align: left;
	vertical-align: top;
	}
#ph_bar {
    width: 955px;
	height: 31px;
	}
#ph_bar_tbl {
    width: 955px;
	}
#ph_bar_tbl td {
    height: 31px;
	text-align: left;
	vertical-align: top;
	}		
#main-cont-cell {
    width: 757px;
	background-image: url(../graphics/common/cont_top_rt_curve.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
	text-align: left;
	}
.textbox {
    text-align:left;
	line-height: 20px;
	padding-left: 10px;
	}
.pg-headings {
    text-align:left;
	padding-left: 30px;
	padding-top: 20px;
	}
#main-cont-base {
    width: 955px;
	background-image: url(../graphics/common/cont_base_curve.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
#nav-tbl {
    width: 198px;
	}
#nav-tbl td {
	vertical-align: top;
	text-align: left;
	}
#pg-base {
    width: 955px;
    height: 4px;
	background-image: url(../graphics/common/pg_base.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
fieldset {
    border: 1px solid #000;
	padding: 0px 10px 10px 10px;
	width: 680px;
	}
legend {
    color: #FFF;
    background: #45695D;
    border: 1px solid #000;
    padding: 2px 6px;
	font-weight: bold;
	font-style: italic;
	}	
.form {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
	vertical-align: top;
	text-align: left;
	}
.form input {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
	}
.form select {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
	}
input.contact {
    background-color:#45695D;
    font-family:Verdana;
    font-size:10px;
	color: #FFF;
    border-top-color:#000;
    border-right-color:#000;
    border-bottom-color:#000;
    border-left-color:#000;
	border: solid 1px;
    }
.red {
    color: #F00;
	}		
.blkb {
     color: #000;
	 font-weight: bold;
	 }		
.ital {
    font-style: italic;
	}
.bold {
    font-weight: bold;
	}
.bolder {
    font-weight: bolder;
	}		
.red-ital {
    color: #F00;
	font-style: italic;
	}
.bold-und {
    font-weight: bold;
	text-decoration: underline;
	}
.red-bold {
    font-weight: bold;
	color: #F00;
	}
.green-heading {
    text-align:left;
	padding-left: 30px;
	padding-top: 20px;
    font-family: "Comic Sans MS", Arial, Helvetica;
	color:#0c820c;
	font-weight:bold;
	font-size: 21px;
	}
.green-heading-2 {
    text-align:left;
	padding-left: 300px;
	padding-top: 20px;
    font-family: "Comic Sans MS", Arial, Helvetica;
	color:#0c820c;
	font-weight:bold;
	font-size: 21px;
	}
.green-heading-3 {
    text-align:left;
    font-family: "Comic Sans MS", Arial, Helvetica;
	color:#0c820c;
	font-weight:bold;
	font-size: 18px;
	}
.sm-ital {
    font-size: 11px;
    font-style: italic;
	}
#footer {
    width: 845px;
	color: #FF0;
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	background-image: url(../graphics/common/footer_tile.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 110px;
    }
#footer a { color: #FF0; text-decoration: none; }
#footer a:hover   { color: #6F0; text-decoration: underline; }

/* MLC Sub Menu Quick Menu Styles - Begin */
/* Normal state */
.menuItemFirst {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #000;
	background-color: #093;
	cursor:pointer;
	padding:2px 4px 1px 4px;
 	border: 1px solid #000;
	height: 22px;
}
.menuItem {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #000;
	background-color: #093;
	cursor:pointer;
	padding:2px 4px 1px 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 22px;
}
.menuItemLast {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #000;
	background-color: #093;
	cursor:pointer;
	padding:2px 4px 1px 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 22px;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bolder;
	color: #000;
	background-color: #FF0;
	cursor:pointer;
	padding:2px 4px 1px 4px;
 	border: 1px solid #000;
	height: 22px;
}
.menuItemOver {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bolder;
	color: #000;
	background-color: #FF0;
	cursor:pointer;
	padding:2px 4px 1px 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 22px;
}
.menuItemLastOver {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bolder;
	color: #000;
	background-color: #FF0;
	cursor:pointer;
	padding:2px 4px 1px 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 22px;
}

/* submenus container */
.submenu {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	width:200px;
}
.mainMenu {
	font-weight:bolder;
	cursor:pointer;
	font-family: "Comic Sans MS", Arial, Helvetica;
}
/* MLC Sub Menu Quick Menu Styles - End */