body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 24px;
}

#pagecontainer {
	width: 770px;
	margin: 0 auto;
	border: 1px solid #d2d2d2;
	border-width: 0 1px;
	background: #f5f5f5 url(../images/pagecontainer-back.gif) bottom left repeat-x;
}

#header {
	position: relative;
	height: 117px;
}

#logo {
	position: absolute;
	background: url(../images/sectheorylogo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	left: -1px;
	height: 117px;
	width: 249px;
	text-indent: -999px;
	z-index: 21;
}

#stylefxarea {
	position: absolute;
	top: 0;
	left: 233px;
	width: 537px;
	height: 117px;
	overflow: hidden;
	background: #5f7488 url(../images/style-matte-back.png) top left repeat-x;
	border-right: 1px solid #d2d2d2;
}

#stylefx {
	position: absolute;
	top: 0;
	right: 0;
	width: 409px;
	height: 100%;
	background: url(../images/style-blend-overlay.png) top left no-repeat;
}

#styleimage {
	position: absolute;
	top: 1px;
	right: 0;
}

#tagline {
	position: absolute;
	top: 0;
	left: 265px;
	line-height: 130px;
	font-size: larger;
	font-style: italic;
	color: #fff;
	
}

#globalnavigation {
	position: relative;
	top: -1px;
	left: -1px;
	width: 770px;
	background: url(../images/globalnav-back.gif) top left repeat-x;
	border: 1px solid #d2d2d2;
	border-width: 0 1px;
	z-index: 22;
}
#globalnavigation ul {
	margin: 0;
	margin-left: 16px;
	padding: 0;
	height: 40px;
	list-style-type: none;
}

#globalnavigation ul li {
	float: left;
	margin: 0 1px;
}

#globalnavigation ul li a {
	float: left;
	display: block;
	line-height: 34px;
	text-decoration: none;
	padding: 0 17px 0 12px;
	color: #757e8b;
}

#globalnavigation ul li.active {
	background: url(../images/navtabright-on.gif) top right no-repeat !important;
}
#globalnavigation ul li.active a {
	background: url(../images/navtableft-on.gif) top left no-repeat !important;
}

#globalnavigation ul li a:hover {
	background: url(../images/navtableft-hover.gif) top left no-repeat;
}
#globalnavigation ul li:hover,
#globalnavigation ul li.over {
	background: url(../images/navtabright-hover.gif) top right no-repeat;
}
#contentbody {
	position: relative;
	top: -8px;
	width: 740px;
	margin: 0 auto;
	padding: 32px 0;
	border: 1px solid #d2d2d2;
	border-width: 0 1px 1px 1px;
	background: #fff url(../images/content-back.gif) bottom right no-repeat;
	z-index: 23;
}
#content {
	padding: 0 34px;
	color: #575757;
}
#content p {
	line-height: 14pt;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	font-size: small;
	color: #5f7488;
}

#footer {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 24px 0 0 0;
	border: 1px solid #fff;
	top: -13px;
	text-align: center;
	font-size: .75em;
	color: #8d8d8d;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
}

#footer a {
	color: #8d8d8d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#contactform {
	text-align: left;
	margin-left: 80px;
}
#contactform label {display: block; text-align: left;}
#contactform textarea,
#contactform input {
	width: 300px;
}