body{
	width:100%;
	color:#000000;
	background-color:#ffffff;
	background-image:url(images/bg.gif);
	background-position:top center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

a{
	outline:none;
}
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
a:focus{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#000000;
	text-decoration:none;
}

#container{
	width:940px;
	margin:0 auto;
}

	#header1{
		width:940px;
		height:20px;
		background-color:#000000;
	}
	
	#header2{
		width:940px;
		height:104px;
		margin-top:10px;
	}
	
		#logo1{
			float:left;
		}
		
		#logo2{
			float:right;
		}
		
	#nav{
		width:940px;
		height:19px;
		text-align:right;
	}
	
	.portfolioContainer{
		
	}
	
		.portHeader{
			width:940px;
			height:10px;
			background-color:#000000;
		}
		
		.portData{
			float:left;
			margin-top:20px;
			width:158px;
			height:520px;
			background-color:#ffffff;
			border:1px solid #d3d1d1;
		}
		
		.error{
			margin:10px 0;
			padding-top:5px;
			height:18px;
			width:940px;
			background-color:#ffffff;
			border:1px solid #d3d1d1;
		}
		
		.portFlash{
			float:left;
			margin-top:20px;
			margin-left:10px;
			width:770px;
			height:520px;
		}
		
		.portTop{
			width:940px;
			text-align:right;
			margin-top:24px;
			margin-bottom:5px;
		}
	
	#footer{
		width:940px;
		height:10px;
		background-color:#000000;
	}

.yeller{
	color:#ffffff;
	background-color:#FFCC00;
	font-size:10px;
	padding:0 3px;
	margin:0 5px 0 10px;
}

.yellerNav{
	color:#ffffff;
	background-color:#FFCC00;
	font-size:9px;
	padding:0 3px;
	margin:0 0 0 5px;
}

	a.yellerNavItem {
		color:#ffffff;
		outline:none;
	}
	a:link.yellerNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:visited.yellerNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:hover.yellerNavItem {
		color:#ffffff;
		text-decoration:underline;
	}
	a:focus.yellerNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:active.yellerNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	
.blackNav{
	color:#ffffff;
	background-color:#000000;
	font-size:9px;
	padding:0 3px;
	margin:0 0 0 5px;
}

	a.blackNavItem {
		color:#ffffff;
		outline:none;
	}
	a:link.blackNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:visited.blackNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:hover.blackNavItem {
		color:#ffffff;
		text-decoration:underline;
	}
	a:focus.blackNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	a:active.blackNavItem {
		color:#ffffff;
		text-decoration:none;
	}
	
p{
	margin:5px 10px 0 10px;
	line-height:13px;
}