body {
	background:url(../img/bodyBg.gif) center repeat-y #A49F91;
	font-family:arial, verdana,helvetica,sans-serif;	
	margin:0px;
	}
.mainContainer {
	background-color:#fff;
	margin:0px auto;
	width:764px;
	}
img {
	border:0px;
	}
.header {
	background:url(../img/headFootBg.gif);
	border-bottom:5px solid #24383C;
	height:109px;
	margin:0px auto;
	padding:16px 0px 0px 30px;
	width:730px;
	}
.logoPlaceholder {
	float:left;
	font-size:1.3em;
	margin:35px 15px 15px 15px;
	padding-right:15px;
	}
.blueText {
	color:#90ADB3;
	}
.tealText {
	color:#334B4F;
	}
.whiteText {
	color:#fff;
	}
.errorMessage {
	background-color:#900;
	display:block;
	color:#fff;
	font-size:1.2em;
	padding:2px 5px;
	margin-bottom:30px;
	}
.bulletError {
	color:#900;
	font-size:1.2em;
	font-weight:700;
	}
.smallText {
	font-size:.7em;
	}	
.title {
	color:#334B4F;
	font-size:1.7em;
	font-weight:700;
	margin:0px 0px 20px 0px;
	}
.subTitle {
	color:#334B4F;
	font-size:1.3em;
	margin:15px 0px 10px 0px;
	font-weight:700;
	}
.frameWhite {
	background-color:#fff;
	height:25px;
	margin:0px auto;
	width:760px;
	}
.contentContainer {
	background:url(../img/contentBg.gif) #fff repeat-y left;
	border-left:12px solid #D2D2D2;
	border-right:12px solid #D2D2D2;
	padding:0px 20px 0px 10px;
	margin:0px auto;
	min-height:300px;
	overflow:visible;
	width:706px;
	}
.content {
	color:#555;
	margin:0px 0px 0px 205px;
	font-size:.75em;
	line-height:21px;
	}
.mainNav {
	float:left;
	width:183px;
	}
a.mainNavLink {
	background:url(../img/mainNavOff.gif) no-repeat;
	color:#fff;
	display:block;
	font-size:.85em;
	height:24px;
	border-bottom:3px solid #fff;
	padding:32px 22px 0px 0px;
	text-align:right;
	text-decoration:none;
	width:161px;
	}
a.mainNavLink:hover, a.selected {
	background:url(../img/mainNavOn.gif) no-repeat;
	text-align:left;
	padding:32px 0px 0px 10px;
	width:173px;
	}
.pageIcon {
	float:left;
	margin:5px 15px 0px 0px;
	}
a.portfolioItem:link, a.portfolioItem:hover, a.portfolioItem:visited, div.portfolioItem {
	display:block;
	padding:14px;
	}
.portfolioItem img {
	border:1px solid #ccc;
	}
.portfolioItemTitle {
	display:block;
	color:#333;
	font-size:1.1em;
	letter-spacing:1px;
	margin-bottom:10px;
	}
.footer {
	background:url(../img/headFootBg.gif);
	color:#fff;
	font-size:.6em;
	letter-spacing:1px;
	margin:0px auto;
	padding:15px 15px 95px 0px;
	text-align:right;
	width:745px;
	}
td {
	font-size:1em;
	vertical-align:top;
	}
li {
	padding:15px 0px;
	}
ul.bulletNone li {
	list-style-type:none;
	}
th {
	text-align:left;
	}
input, textarea, select {
	font-family:arial, verdana,helvetica,sans-serif;	
	margin-top:5px;
	}
textarea {
	font-size:1em;
	}
a {
	color:#809A9F;
	text-decoration:none;
	}
