/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #1D1818;
	background-image: url(images/bgr01.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	background-color: #FFFFFF;
	margin: 20px auto;
	width: 960px;
	padding: 16px 0;
}

div#Page {
	margin: 0 16px;
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
td#HeaderLeft div {
	height: 56px;
}

table#HeaderContainer {
	background-color: #D3D3D3;
	border-bottom: 5px solid #D3D3D3;
	width: 928px;
}

table#HeaderContainerFrontpage {
	background-color: #1B171B;
	border-bottom: 5px solid #D3D3D3;
	width: 928px;
}

td#HeaderLeft {
	width: 222px;
}

td#HeaderRight {
	background-color: #1B171B;
	width: 706px;
}

div#TopBanner {
	/*border-bottom: 5px solid #D3D3D3;*/	
}

div#HeaderLinks {
	background-color: #1B171B;
	color: #FFFFFF;
	font-size: 13px;	
	line-height: 18px;
	padding: 4px 8px 7px 8px;
	text-align: right;
}

div#HeaderLinks a {
	background-color: #1B171B;
	color: #FFFFFF;
	padding: 0 2px;
	text-decoration: none;
}

div#HeaderLinks a:hover {
	text-decoration: underline;
}

table#HeaderMenuContainer {
	background-color: #1B171B;
	color: #FFFFFF;
	width: 706px;
}

td#NavigationTop {
	width: 531px;
}

td#SearchForm {
	text-align: right;
	width: 165px;
	padding-bottom: 3px;
}

table#SearchFromContainer {
	border-top: 1px solid #585858;
}

td#SearchKeyword input {
	height: 12px;
	font-size: 12px;
	border: none;
}

td#SearchSubmit input {
	border: none;
}

td#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

/****************************************************
	C O L U M N S : 
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
****************************************************/
table#ColumnsContainer {
	width: 928px;
}

td#LeftColumn {
	width: 215px;
}

div#LeftColumnInner {
	padding-bottom: 10px;
	padding-top: 4px;
}

td#MinHeightColumn {
	width: 37px;
}

td#ContentColumn {
	width: 463px;
}

td#ContentInclRightColumn {
	width: 676px;
}

td#ContentInclLeftAndRightColumn {
	width: 928px;
}

div#ContentColumnInner {
	padding: 25px 37px 10px 0;
}

td#RightColumn {
	width: 213px;
}

div#RightColumnInner {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 25px;
}

/* Minimum height of content columns */
div#MinHeightColumnInner {
	height: 350px;
}

div#GlossaryOnOffButton {
	background-color: #F3F3F3;
	border-bottom: 1px solid #D0D1CD;
	border-top: 1px solid #D0D1CD;
	float: right;
	padding: 1px 4px;
}

div#GlossaryOnOffButton a {
	color: #E37222;
	background-color: #F3F3F3;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	color: #999;
	text-align: center;
	letter-spacing: 2px;
	font-size: 80%;
	margin-top: 13px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDescription a {
	color: #D9711E;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

