html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background-color: #0D1425;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	color: white;
	text-decoration: none;
}

#bodyWrapper {
	position: relative;
	width: 955px;
	min-width: 955px;
	max-width: 955px;
    float: right;
}

#leftMenu {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	float: right;
	margin-right: 1em;
	margin-top: 12em;
	font-size: .85em;
	text-align: right;
}

#leftMenuUL {
	list-style: none;
	text-align: right;
}

.leftMenuLI {
	padding: .33em 0 .33em 0;
}

.leftMenuLI a {
	color: white;
	text-decoration: none;
}

.leftMenuLI a:hover {
	color: #D8E1F3;
}

#leftMenuLogo {
	padding-bottom: 1.5em;
}

#rightContentWrapper {
	width: 596px;
	min-width: 596px;
	max-width: 596px;
	float: right;
}

#header {
	height: 8.60em;
}

#headTitle, #headTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	padding-left: 2em;
	padding-bottom: 2em;
	padding-top: 4.25em;
	color: white;
	text-decoration: none;
}

#headTitlePerformance {
	font-size: 1.33em;
}

#headTitlePsychology {
	color: #F47521;
	font-size: 1em;
}

#headTitleGroup {
	font-size: 1em;
}

#headContactInfo {
	text-align: right;
	font-size: .9em;
	margin-right: .5em;
}

#rightMainContent {
	position: relative;
	height: 392px;
	padding: 24px 48px 24px 24px;
	color: #0D1425;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #D8E1F3 url('../images/sideBanners/home.gif') 100% 8% no-repeat;
	font-size: .90em;
}

#rightMainContent h1 {
	color: #065389;
	font-size: 1.15em;
	padding-bottom: 12px;
}

#rightMainContent h2 {
	color: #065389;
	font-size: 1em;

}

#rightMainContent p {
	line-height: 1.50em;
	padding-top: .75em;
	padding-bottom: .75em;
}

#homeUL {
	color: #065389;
	font-size: .8em;
	font-weight: bold;
	padding-top: 2em;
	padding-bottom: 2em;
}

.homeLI {
	padding-top: .25em;
	padding-bottom: .25em;
}

#servicesUL {
	padding-bottom: 2em;
	font-size: 8pt;
	color: gray;
}
	
.servicesLI {
	padding-top: .20em;
	padding-bottom: .20em;
}

.servicesLI a {
	color: gray;
	text-decoration: none;
}

.servicesActiveLink a {
	color: #0D1425;	
}

#rightMainContentImage {
	width: 264px;
	min-width: 264px;
	max-width: 264px;
	float: right;
	margin-top: 8.60em;
}

#cornerContainer {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: transparent url('../images/topLeftCorner.gif') top left no-repeat;
}

#cornerContainerBottom {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url('../images/bottomLeftCorner.gif') top left no-repeat;
	top: 420px;
}

#contentScroll {

}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	padding: 12px 0 12px 2em;
	line-height: 1.25;
}

#footerBlue {
	color: #D8E1F3;
}