@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentforport{
	width: 540px;
	float: left;
	padding-left: 27px;
	padding-top: 20px;
}
#porttable_bc{ /* Post Card Thumbnail Table */
	width:540px;
	float:left;
	margin-bottom: 15px;
}
.porttable_bc_row{ /* Post Card Thumbnail Row */
	width:540px;
	float:left;
	margin-bottom: 15px;
}
.tnbc{ /* Post Card Thumbnail */
	width:253px;
	float:left;
	margin-right: 15px;
	border: 1px solid #006699;
	padding-top: 25px;
	padding-bottom: 25px;
}
.content_mc_hdr{
	width:540px;
	float:left;
	text-align:center;
	margin-bottom: 15px;
}
.content_mc_h1{
	font-size: 18px;
	font-weight: bold;
	color: #003260;
}
.content_mc_txt{
font-size: 12px;
color: #006699;
}

#navlist a { padding: 3px 10px; }


#navlist li
{
	font-size: 14px;
align: center;
        display: inline;
	list-style-type: none;
	padding-right: 30px;
}

a.porttablelink{
	color:#006699;
	text-decoration:none;
}
a.porttablelink:hover{
color: #fff;
background-color: #006699;
text-decoration: none;
}

