body {
	margin: 0px;
	text-align: center;
	color: #000;
	background-color: #fff;
}
body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
#container {
	margin: 15 auto;
	text-align: left;
	width: 880px;
	/*overflow: hidden;*/
}
a, a.inline {
	color: #314F97;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a.inline:hover, a.inline:active {
	color: #637B9E;
	text-decoration: underline;
}

a.inline {
	font-weight: normal;
}
a.inline:hover, a.inline:active {
	font-weight: normal;
}

/* Homepage */
#homeTop {
	margin-bottom: 9px;
	height: 310px;
}
#homeTopLeft {
	float: left;
	width: 630px;
	height: 310px;
	margin-right: 7px;
}
#homeTopRight {
	float: right;
	width: 243px;
	height: 310px;
	margin-bottom: -3px; /* Needed for IE only */
}
#splash {
	width: 630px;
	height: 275px;
	margin-bottom: 4px;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
}
html>body #splash {
	margin-bottom: 7px;
}
#splashLink_1, #splashLink_2, #splashLink_3  {
	display: block;
	position: relative;
	width: 182px;
	height: 16px;
	left: 300px;
}
#splashLink_1 {
	top: 37px;
}
#splashLink_2 {
	top: 47px;
}
#splashLink_3 {
	top: 55px;
}


#nav {
	background-color: #2F4460;
	height: 28px;
}
#nav a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #eee;
	text-decoration: underline;
}
#nav table td {
	padding-left: 27px;
}

#homeBottom {
	clear: both;
	height: 280px;
	margin-bottom: 7px;
}
#homeBottomLeft {
	float: left;
	width: 520px;
	height: 280px;
	background-color: #DAD5BF;
	line-height: 21px;
	margin-right: 7px;
	padding: 30px;
}
html>body #homeBottomLeft {
	width: 460px;
	height: 220px;
}
#homeBottomRight {
	float: right;
	color: #fff;
	width: 353px;
	height: 283px;
	background-color: #717963;
	padding: 30px;
}
html>body #homeBottomRight {
	width: 293px;
	height: 220px;
}
#homeBottomLeft .heading, #subcontent .heading {
	color: #333F37;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}
#subcontent .heading {
	color: #7B836D;
}
#homeBottomRight .topic {
	color: #FFEBC4;
	font-weight: bold;
	text-transform: uppercase;	
}
#homeBottomRight a.practiceLink {
	display: block;
	color: #CBDFEF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	text-decoration: none;
}
#homeBottomRight a.practiceLink:hover, #homeBottomRight a.practiceLink:active {
	text-decoration: underline;
}

/* Subpage */
#subheader {
	width: 880px;
	height: 129px;
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#homeLink {
	float: left;
	position: relative;
	width: 200px;
	height: 80px;
	top: 30px;
	left: 15px;
}
#subnav {
	float: right;
	padding-top: 20px;
}
#subnav a {
	color: #eee;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active {
	color: #eee;
	text-decoration: underline;
}
#subnav a.markerTop {
	text-decoration: underline;
}
#subnav table td {
	padding-right: 27px;
}
#subpage {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
	margin-bottom: 7px;
}
html>body #subpage {
	height: auto;
	overflow: hidden;
}
#leftnav {
	float: left;
	width: 230px;
	height: 100%;
}
html>body #leftnav {
	height: auto;
	overflow: hidden;
}
#leftnav a {
	display: block;
	width: 230px;
	color: #737373;
	background-color: #DFDFDF;
	padding: 5 15 5 15;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	text-transform: lowercase;
}
#leftnav a:hover, #leftnav a:active {
	text-decoration: underline;
}
#leftnav .marker {
	color: #7B836D;
	background-color: #fff;
	border-left: 3px solid #7B836D;
	padding-left: 12px;
}

#subcontent {
	float: left;
	width: 500px;
	padding: 30 25 30 25;
	line-height: 21px;
}
html>body #subcontent {
	width: 450px;
	margin-bottom: -30px;
}
#sidebar {
	float: left;
	width: 150px;
	border-top: 30px solid #fff;
	color: #566E90;
	height: 100%;
}
html>body #sidebar {
	height: auto;
	overflow: hidden;
}
#sidebarContent {
	width: 150px;
	padding: 15px;
}
html>body #sidebarContent {
	width: 120px;
}
#sidebarContent .heading {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}
#sidebarContent ul li {
	margin-left: -25px;
	padding-bottom: 5px;
}
/* Footer */
#footer {
	clear: both;
	height: 28px;
	color: #fff;
	font-size: 12px;
	padding: 10 14 10 14;
	background-color: #566E90;
}
html>body #footer {
	height: 14px;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #eee;
}
#footer span {
	padding-right: 8px;
}

/* Common */
li {
	list-style: square;
}
.bold {
	font-weight: bold;
}
#biographies {
	margin: 15 0 15 0;
	padding: 10px;
	background-color: #eee;
}

/* hide from browsers */
.print { display:none; }
.browser { display:inherit; }