html, body	{
		height: 100%;
		margin: 0 auto;
		padding: 0;
		}

body	{
	background-color: #2A4273;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans Serif;
	}

td,p,div	{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
}

img	{border: 0px;}

#main	{
	width: 785px;
	}

.header	{
	height: 89px;
}

.menu	{
	height: 31px;
	background-image: url('../graphics/menu.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #2A4273;
	border-right: 1px solid #2A4273;
}

.pg	{
	background-color: #fff;
	background-image: url('../graphics/pagetop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	border-left: 1px solid #2A4273;
	border-right: 1px solid #2A4273;
}

.foot	{
	height: 27px;
	background-image: url('../graphics/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	font-style: bold;
	}

.leftbar	{
	border-right: 1px dotted #2A4273;
	width: 235px;
	vertical-align: top;
	padding-top: 20px;
}

.portfolio	{
	border-top: 1px dotted #2A4273;
	padding: 5px;
}

.text	{
	font-size: 13px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
}

.t-text	{
	padding-left: 10px;
	vertical-align: top;
	}