body 
{
	background-color: #FFFFFF;
}
#Viewport 
{
	width: 100%;
	text-align: center;
}
.outerBounds 
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.innerBounds 
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.colLeft 
{
	float: left;
	width: 178px;
	height: auto;
	overflow: hidden;
}
.colLeftInner 
{
	padding: 35px 14px 10px 38px;
}
.colMiddle 
{
	float: left;
	width: 542px;
	height: auto;
	overflow: hidden;
}
.colMiddleInner 
{
	padding: 38px 66px 10px 64px
}
.colRight 
{
	float: left;
	width: 260px;
	height: auto;
	overflow: hidden;
}
.colRightInner
{
	padding: 38px 8px 10px 10px;
}

#PageHeader 
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-image: url(/shared/images/hobg.gif);
    background-repeat: repeat-x;
}
#PageHeaderLeft 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 82px;
    background-image: url(/shared/images/hlbg.gif);
    background-repeat: repeat-x;
}
#PageHeaderInner 
{
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 82px;
	overflow: hidden;
	background-image: url(/shared/images/hbg.jpg);
	background-repeat: no-repeat;
}
#PageHeaderInner .logo 
{
	position: absolute;
	top: 0;
	left: 17px;
	width: 233px;
	height: 78px;
	overflow: hidden;
}
#Tagline 
{
	position: absolute;
	top: 9px;
	left: 297px;
	width: 223px;
	height: 45px;
	overflow: hidden;
}
#PageImage 
{
	position: absolute;
	top: 0;
	left: 476px;
	width: 494px;
	height: 78px;
	background-repeat: no-repeat;
}
#HeaderRule 
{
	position: absolute;
	top: 58px;
	left: 267px;
	width: 486px;
	height: 1px;
	overflow: hidden;
	background-image: url(/shared/images/hhr.gif);
	background-repeat: no-repeat;
}
#QuickLinks 
{
	position: absolute;
	top: 60px;
	left: 278px;
	width: 460px;
	height: 18px;
	overflow: hidden;
}
#QuickLinks ul.quicknav 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
}
#QuickLinks ul.quicknav li 
{
	display: inline;
}
#QuickLinks ul.quicknav li a, #QuickLinks ul.quicknav li a:link, #QuickLinks ul.quicknav li a:visited
{
	color: #EFF1F3;
	text-decoration: none;
}
#QuickLinks ul.quicknav li a:hover, #QuickLinks ul.quicknav li a:active, #QuickLinks ul.quicknav li span 
{
	color: #EFF1F3;
	text-decoration: underline;
}
#QuickLinks ul.quicknav li img 
{
	vertical-align: middle;
}
#QuickLinks ul.quicknav li .sep 
{
	display: inline;
	margin: 0 4px 0 8px;
	text-decoration: none;
}

#PageBody 
{
}
#PageBodyInner 
{
	padding: 20px 0;
}
#Columns 
{
	background-image: url(/shared/images/cbg.gif);
	background-repeat: repeat-y;
}
#ColumnsTop 
{
	background-image: url(/shared/images/ctbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ColumnsBottom 
{
	min-height: 300px;
	background-image: url(/shared/images/cbbg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#ColumnsInner 
{
}
#MainNav 
{
}
#MainNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#MainNav ul li 
{
	text-align: right;
}
#MainNav a, #MainNav a:link, #MainNav a:visited
{
	text-decoration: none;
} 
#MainNav a:hover, #MainNav a:active
{
	text-decoration: underline;
}
#MainNav ul.nav li 
{
	margin-bottom: 8px;
}
#MainNav ul.nav ul 
{
	margin: 8px 0 16px 0;
}
#MainNav ul.nav ul li 
{
	margin: 10px 0;
}

#GuiSearch 
{
	margin: 26px 0;
	text-align: right;
}
#GuiSearch label 
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #948671;	
}
#GuiSearch div.text 
{
	float: left;
	width: 95px;
	height: 24px;
	overflow: hidden;
	margin: 6px 0;
	background-image: url(/shared/images/search-text.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#GuiSearch div.text input 
{
	width: 90px;
	height: 24px;
	padding: 3px 3px;
	border: none 0 Transparent;
	background-color: Transparent;
}
#GuiSearch input.submit 
{
	float: left;
	width: 26px;
	height: 24px;
	margin: 6px 0 6px 5px;
	border: none 0 Transparent;
	background-color: Transparent;
	background-image: url(/shared/images/search.gif);
	background-repeat: no-repeat;
}

ul.news 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.news li 
{
	margin: 22px 0;
}
ul.news li a 
{
	display: block;
}
ul.news li a, ul.news li a:link, ul.news li a:visited
{
	text-decoration: none;
}
ul.news li a:hover, ul.news li a:active
{
	text-decoration: underline;
}

#PageFooter 
{
	background-color: #00264C;
	color: #948671;
}
#PageFooterInner 
{
	padding: 10px 25px 8px 25px;
	text-align: center;
}
#FooterLinks ul 
{
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
}
#FooterLinks ul li 
{
    display: inline;
}
#FooterLinks a, #FooterLinks a:link, #FooterLinks a:visited
{
    text-decoration: none;
}
#FooterLinks a:hover, #FooterLinks a:active, #FooterLinks span 
{
    text-decoration: underline;
}
#FooterLinks ul li span.sep 
{
    margin: 0 2px 0 4px;
    text-decoration: none;
}

.screen 
{
	display: block;
}
#RightColumnNews .listHeader
{
	margin:5px 0;
}
#RightColumnNews .listItem
{
	margin:20px 0;
}
#RightColumnNews .listHeader a
{
	color:#00264C;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.1px;
}
#RightColumnNews .listHeader a:hover
{
	text-decoration:underline;
}
#RightColumnNews .listCopy 
{
	color:#948671;
	font-style:italic;
	font-size:12px;
	letter-spacing:-0.2px;
}
h3#InTheNews 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
}
#RightColumnNews .listDate
{
	font-family:Arial, Helvetica, sans-serif;
}
hr 
{
	color:#a19583;
	background-color:#a19583;
	border:0;
	height:1px;
	
}
.practiceAreaTitle 
{
    text-align: left;
}
#PracticeAreaRelated ul 
{
    margin: 4px 0 20px 0;
    padding: 0;
    list-style-type: none;
}
#PracticeAreaRelated ul li 
{
    margin: 2px 0;
}
#PracticeAreaRelated a, #PracticeAreaRelated a:link, #PracticeAreaRelated a:visited,
#PracticeAreaRelated a *, #PracticeAreaRelated a:link *, #PracticeAreaRelated a:visited *
{
    color: #948671;
    text-decoration: none;
}
#PracticeAreaRelated a:hover, #PracticeAreaRelated a:active,
#PracticeAreaRelated a:hover *, #PracticeAreaRelated a:active *
{
    color: #00264C;
    text-decoration: underline;
}
#PracticeAreaRelated .contentSmall 
{
    color: inherit;
}
#SearchFooter
{
	padding-top: 10px;
}
#SearchHeader, .searchLeft
{
	padding-bottom: 10px;
}
#TCGLogo
{
	float: left;
	width: 100px;
	height: 26px;
	cursor: hand;
}
#Disclaimer 
{
    float: right;
    width: 100px;
    height: 26px;
    overflow: hidden;
}
#Disclaimer a 
{
    display: block;
    margin-top: 10px;
}

.publicationYear
{
    float: left;
    width: 50px;
}

.personnelPhoto 
{
    float: left;
    margin-right: 10px;
}

#RatingsRegion, #PersonnelRating 
{
    text-align: center;
}

body.disclaimer 
{
    margin-top: 20px;
    text-align: center;
}
body.disclaimer .disclaimerContent 
{
    width: 412px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}