/* basic elements */
	h1, h2, h3, h4, h5, h6 {
		font-family: Georgia, Times New Roman;
		margin-bottom: 2px;
		color: black;
	}
	a {
		color: #195A6F;
	}


/* layout */
	html, body {
		margin: 0px;
		padding: 0px;
	}
	body {
		font-family: Arial;
		background-color: black;
		color: #333222;
		font-size: 16px;
	}
	#wrapper {
		width: 1000px;
		margin: 10px auto 0 auto;
	}
	#header {
		background-color: black;
		background-image: url('logoBar.jpg');
		background-position: left;
		background-repeat: no-repeat;
		width: 100%;
		height: 180px;
		margin-bottom: 0;
	}
	#sidebar {
		width: 230px;
		float: left;
		margin-left: 0px;
		color: #cccccc;
		font-family: Georgia;
		font-size: 12px;
		font-weight: bold;
	}
	#content {
		width: 750px;
		margin-right: 10px;
		float: right;
		background-color: #bbbbbb;
		background-image: url('topBar.png');
		background-position: top;
		background-repeat: no-repeat;
		border-bottom: 10px solid black;
	}
	#contentInner {
		padding: 20px;
		padding-top: 5px;
		width: 710px;
	}
	#footer {
		font-family: Georgia;
		clear: both;
		width: 750px;
		margin-left: 240px;
		font-size: 12px;
		color: #cccccc;
		text-align: center;
	}
	#splash, #emSplash {
		width: 472px;
		height: 113px;
		float: right;
		margin-top: 30px;
		margin-right: 20px;
	}
	#phiSplash {
		width: 240px;
		height: 300px;
	}
	img#bottom {
	margin-bottom: -4px;
	}
	img#diamond {
		margin-left: 20px;
	}
	#footer a {
		text-decoration: none;
		color: #cccccc;
		font-weight: bold;
	}


/* pages */
	#vendorFrame {
		width: 400px;
		height: 500px;
		float: right;
		margin-right: 10%;
		border: 0px solid black;
		margin-top:10px;
	}
	.vendor_body {
		background-color: #bbbbbb;
		padding: 10px;
		font-size: 14px;
	}
	ul.vendors li {
		line-height: 24px;
		color: black;
	}
	#dnt {
		overflow: auto;
		width: 660px;
		margin-top: 15px;
	}
	img.port {
		width: 125px;
		height: 95px;
		border: 1px solid #195A6F;
	}
	a.port {
		border: none;
		padding: 10px;
		margin: 10px;
		display: block;
		width: 125px;
		height: 95px;
		float: left;
		background-image: url('portAbg.png');
	}
	a.txt {
		border: none;
		display: block;
		padding-left: 28px;
		width: auto;
		height: 28px;
		background: url('txtBg.png') top left no-repeat;
	}
	a.pdf {
		border: none;
		display: block;
		padding-left:28px;
		height: 28px;
		background: url('pdfBg.png') top left no-repeat;
	}
	a.doc{
		border: none;
		display: block;
		padding-left: 28px;
		height: 28px;
		background: url('docBg.png') top left no-repeat;
	}
	th {
		text-align: left;
	}
	
/* classes */
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
		margin-right: 50px;
	}
	.clr {
		clear: both;
	}
	.noMargin {
		margin-right: 10px;
	}
	strong {
		color: black;
	}
	.ctr {
		text-align: center;
	}
	.ctrBlock {
		margin: 0 auto;
	}
