* {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: none;
	background: #F2ECE1;
}

form {
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #D70F0F;
}

a:hover {
	color: #EDA841;
}

.page {
	width: 895px;
}

.headerBox {
	width: 897px;
	height: 58px;
	background: #FFFFFF;
}

.header {
	height: 58px;
	border-left: 1px solid #EFB155;
	border-right: 1px solid #EFB155;
}

.logo {
	float: left;
	padding: 10px 0 0 17px;
}

.navigation {
	float: right;
	padding: 27px 20px 0 0;
}

.navigation a {
	padding: 0 8px 0 8px;
	font-size: 11pt;
}

.boxTop, .boxBottom {
	background: #FFFFFF;
	font-size: 1px;
	width: 897px;
	height: 15px;
	clear: both;
}

.contentBox {
	text-align: left;
	background: #FFFFFF;
	width: 897px;
}

.content {
	border-left: 1px solid #EFB155;
	border-right: 1px solid #EFB155;
	color: #777777;
}

.content p, .content p a, .content td p {
	line-height: 21px;
	margin-top:12px;
	padding: 0px;
}

.footer {
	clear: both;
	height: 20px;
	background: #F2ECE1;
}

.copyright {
	padding: 2px 0 0 7px;
	float: left;
	font-weight: bold;
	color: #333333;
}

.slogan {
	padding: 2px 7px 0 0;
	float: right;
	font-weight: bold;
	color: #333333;
}

.portfolioSiteBox {
	clear: both;
	/*margin: 10px 0 10px 0;*/
	height: 114px;
	background: #EFB155;
	padding: 4px;
}

.portfolioSite {
	background: #F7DCB1;
	padding: 4px 4px 3px 4px;
	border: 1px solid #F9E4C4;
	color: #333333;
	height: 104px;
}

.portfolioThumb {
	float: left;
	width: 146px;
	height: 100px;
}

.portfolioDiv {
	height: 10px;
	font-size: 1px;
}

.portfolioThumb img {
	border: 1px solid #777777;
}

.portfolioTitle, .portfolioTitle a {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.portfolioDescriptionBox {
	float: left;
	width: 689px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #777777;
	border-left: none;
}

.portfolioDescription {
	padding: 8px;
	height: 100px;
}

.tlCorner {
	float: left;
	width: 10px;
	height: 16px;
	background: url(/imgs/corners.jpg) no-repeat -18px -18px;
	font-size: 1px;
}

.blCorner {
	float: left;
	width: 14px;
	height: 16px;
	background: url(/imgs/corners.jpg) no-repeat -18px 0px;
	font-size: 1px;
}

.trCorner {
	float: left;
	width: 14px;
	height: 16px;
	background: url(/imgs/corners.jpg) no-repeat -2px -18px;
	font-size: 1px;
}

.brCorner {
	float: left;
	width: 14px;
	height: 16px;
	background: url(/imgs/corners.jpg) no-repeat -2px 0px;
	font-size: 1px;
}

.topMiddle {
	float: left;
	width: 873px;
	height: 13px;
	border-top: 1px solid #EFB155;
}

.botMiddle {
	float: left;
	width: 869px;
	height: 15px;
	border-bottom: 1px solid #EFB155;
}

.title {
	background: url(/imgs/titleBack.jpg) no-repeat;
	height: 57px;
	text-align: left;
}

.titleText {
	padding: 19px 0 0 19px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

.vertSpacer {
	font-size: 1px;
	height: 9px;
}

