* {margin: 0; padding: 0;}

body {
	background: #000;
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited, a:active {
	color: #138bc4;
	text-decoration: underline;	
}
a:hover {
	color: #323232;
}

a.footer, a.footer:link, a.footer:visited, a.footer:active {
	color: #138bc4;
	text-decoration: underline;
}
a.footer:hover {
	color: #fff;
}

#port_wrapper {
	width: 100%;
}
	#port_wrapperContent {
		margin: 0 auto;
	}
		#port_header {
			margin: 0 auto;
			width: 711px;
			height: 328px;
		}
			#port_splitter {
				float: left;
				background: url('../_design/_custom/_topSplitter.png') no-repeat;
				width: 711px;
				height: 96px;
				cursor: hand;
			}
			
			#port_topHeader {
				float: left;
				background: url('../_design/_custom/_topHeader.png') no-repeat;
				width: 711px;
				height: 232px;
			}
			
		#port_content {
			float: left;
			width: 100%;
			background: #fff;
		}
		
		#port_main {
			margin: 0 auto;
			width: 711px;
			min-height: 200px;
			_height: 200px;
			font-size: 11px;
		}
			#port_maincontent {
				float: left;
				width: 527px;
			}
				#port_maincontent h1 {
					color: #138bc4;
					font-size: 53px;
					font-weight: normal;
					margin: -12px 0 0 0;
				}
				
				#port_maincontent h1:first-letter {
					text-transform: uppercase;
				} 
				
				#port_maincontent p {
					width: 518px;
					line-height: 20px;
					padding: 0 0 0 3px;
				}
				
				#port_maincontent strong {
					color: #138bc4;
				}
					
					ul.sitemap {
						list-style: none;
						padding: 0 0 0 10px;
					}
						ul.sitemap ul {
							list-style: none;
							padding: 0 0 0 10px;
						}
										
					.portBox {
						float: left;
						width: 64px;
						height: 64px;
						margin: 5px;
						border: 1px solid #999;
					}
					
					.portBoxInfo {
						float: left;
						margin: 5px;
					}
					
					.refBox {
						width: 500px;
						background: #fff;
						border-bottom: 1px solid #138bc4;
						margin: 5px 0 5px 0;
					}
						.refBoxContent {
							padding: 7px 0 7px 10px;
						}
				
			#port_rightcolumn {
				float: left;
				width: 183px;
				border-left: 1px dashed #0ca8f2;
				min-height: 100px;
				_height: 100px;
				text-align: center;
			}
			
				#port_rightcolumn strong {
					color: #138bc4;
				}
				
				#port_rightcolumn img {
					border: 4px solid #138bc4;
				}
			
		#port_footer {
			margin: 0px auto;
			color: #fff;
			text-align: center;
			font-size: 11px;
			width: 711px;
		}