@charset "utf-8";

* { padding: 0; margin: 0; }

body { 
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
  background-image:url(../images/bg.gif);
  background-repeat: repeat-y; 
  background-position:center;
  width:100%;
  font-family:arial, Times New Roman, Times, serif;
  font-size:80%;   /* fix for exaggerated text resizing of IE6 and IE7 */
  line-height:1.375em; /* 16�1.125=18px (18/16=1.125) - line-height should be the same regardless of the size of the text. 18px was picked as line height. */
  color:#000;
}

td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

p {
    font-size:1em;
	padding: 15px 15px 0px 15px;
}

ul { 
      padding: 0px 15px 0px 15px;
}

li { 
      margin: 0px 25px 0px 25px;
      padding: 0px 0px 0px 0px;
}

h1 {
	font-weight:bold;
	padding: 1.125em 0em 0.5em 0em;
    font-size:1.375em; 
	padding: 10px 15px 0px 15px;
}

h2 {
	font-weight:bold;
	padding: 1em 0em 1em 0em;
    font-size:1.2em; 
	padding: 15px 15px 0px 15px;
}


#main {
 	position: relative; top: 0px; left: 0px;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#header {
  background: #262626;
  position: relative; top: 0px; left: 0px;
  width: 100%;
  height: 89px;
  border-bottom: 2px solid white;
}

#headline {
  background: #161616;
  position: relative; top: 0px; left: 0px;
  width: 100%;
  height: 240px;
  color:#FFFFFF;
}

#headline img {
	position: relative; top:12px; left:0;
	padding: 0; margin: 0;
	border-bottom: 1px solid #000000;
}

#navbar {
  border-bottom: 1px solid #000000;
}

#colwrap {
  position: relative; top: 0px; left: 0px;
  padding: 0px; margin: 0px;
  border: 0px;
  background: #fff;
  width: 667px;
  float: left;
  display: inline;
}

.port-img { 
margin: 15px; 
padding: 0px; 
border: 2px solid #000; 
} 

#leftcol {
  background: #fff;
  float: left;
  width: 334px;
  height: 100%; /* 650px; */
  padding: 0px;
  margin: 0px;
  min-height:725px;
}

#middlecol {
  background: #fff;
  float: left;
  width: 333px;
  height: 6100%; 
  padding: 0px;
  margin: 0px;
  min-height:725px;
}

#middlecol ul {
	padding: 15px 15px 0px 15px;
	list-style:square;
}

#middlecol li {
padding-left: 5px;
margin-left: 15px;
font-size:0.875em;
}

#rightcol {
  position: relative; top: 0px; left: 0px;
  background: #ddd;
  width: 333px;  /* needs to be 330px in IE6 */
  height: 100%;  /* 990px; */  
  padding: 0px;
  margin: 0px;
  border: 0;
  overflow:hidden;
  min-height:992px;
}

#rightcol img {
  padding: 10px 15px 6px 15px;
}

#rightcol h2 {
 padding: 2px 15px 2px 15px;
}

#rightcol p {
 padding: 2px 15px 2px 15px;
}


#rightcol a:link {text-decoration: none; color: #666666}     /* unvisited link */
#rightcol a:visited {text-decoration: none; color: #666666}  /* visited link */
#rightcol a:hover {text-decoration: underline; background-color:#fff; color: #666666}   /* mouse over link */
#rightcol a:active {text-decoration: none; color: #666666}   /* selected link */

#footer {
  background: #262626;
  position: relative; top: 0px; left: 0px;
  width: 100%;
  height: 80px;
  border-top: 2px solid white;
  margin-top: 4px;
  color:#FFFFFF;
  display:block;
  clear: both;
}

#footer .small {
font-size:10px;
}

#header img {
	float: left;
	margin: 10px 0px 0px 10px;
}

a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px dashed #000;
}
 
a:hover {
	border-bottom: 1px solid #000;
}

#rightcol a {
	border-bottom:none;
}

#navbar a {
	border-bottom:none;
}

#footer a {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dashed #fff;
}

#footer a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}


