@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image: url(../images/eportfolio_bg.jpg);
	background-repeat:repeat-x;
}
.thrColFixHdr #container {
	width: 952px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left; 
} 
.thrColFixHdr #header {
	background-image: url(../images/eportfolio_bg.jpg);  
	padding-top: 32px;
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 0; 
	padding-top: 32px;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 150px; 
	background: #FFFFFF; 
	padding: 15px 10px 15px 20px; 
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 150px; 
	background: #FFFFFF; 
	padding: 15px 10px 15px 20px; 
}
.thrColFixHdr #mainContent {
	border: 1px;
	border-color: #BAD3DA;
	width: 948px;
	margin: 2px 2px 2px 2px;
} 
.thrColFixHdr #footer {
	background-color: #194468;
	color: #CCC;
	margin: 0 auto 20px;
	border: 0;
	width:952px;
	font-size:14px;
	text-align:left;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0 10px 40px;	
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table {
	width: 100%;
}

th {
	background-color: #BEC7CF;
	text-align: left;
}

td {
	width: 43%;
	background-color:#FFF;
}

th, td {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px 4px 4px 4px;
	font-weight: normal;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-color: #999;
	border-top-color: #999;
}

caption {
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 4px;	
}


a:link {
color: blue;
text-decoration:none;
}

a:visited {
color: purple;
text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
} 

a img {
	text-decoration: none;
	border: 0 none;
	}
