/* CSS Document */

* {padding: 0; margin: 0;}
 
/* ----- global default/initial styles ----- */
body {background-color:#fff; padding: 0;  text-align: center;}

/* ----- base default font size, type, and line height ----- */
html body{font: 12 Arial, Helvetica, sans-serif; color:#333333; margin: 20px;}
html {height:100%}

a:link, a:visited {color:#000; }
a: hover {text-decoration: none; }

.homePort {margin: 10px; display: none;}
.homeLine {display: none; text-align: center;}

.containerDiv {width: 650px; margin: 0 auto; text-align: left;}
.pageDiv {display: none; margin-top: 10px; text-align: left; width: 650px;}
.linksFooter {font: 9; text-align: center;}
.copyFooter {font: 8; text-align: center;}
.portSelectionImages {height:75px; width:75px; border:0px;}
h1 {font-size: 15;}