/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 837px;
}

div#Page {
	text-align: left;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
table#HeaderContainer {
	background-color: #C85129;
	width: 835px;
}

table#NavigationContainer {
	background-color: #EEEEEE;
	width: 835px;
	font-size: 93%;
}

td#NavigationContainerLeft {
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	width: 650px;
}

td#NavigationContainerRight {
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	text-align: right;
	width: 185px;
}

td#NavigationContainerRight a:link,
td#NavigationContainerRight a:visited {
	background-color: #EEEEEE;
	/*border: 1px solid #EEEEEE;*/
	border-left: 1px solid #AFAFAF;
	color: #353535;
	float: right;
	padding: 3px 6px;
	text-decoration: none;
}

td#NavigationContainerRight a:hover,
td#NavigationContainerRight a:active {
	background-color: #D4D4D4;
	/*border: 1px solid #D4D4D4;*/
	border-left: 1px solid #AFAFAF;
	color: #353535;
	text-decoration: none;
}

/****************************************************
	C O L U M N S : 
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
****************************************************/
table#ColumnsContainer {
	background-color: #FFFFFF;
	width: 835px;
}

td#LeftColumn {
	width: 197px;
}

div#LeftColumnInner {
	padding-bottom: 8px;
	font-size: 93%;
}

td#SearchKeyword input {
	border: 1px solid #B5B5B5;
	padding: 1px;
	width: 115px;
}

td#SearchSubmit input {
	margin-left: 4px;
	width: 55px;
}

td#MinHeightColumn {
	width: 12px;
}

div#MinHeightColumnInner {
	height: 350px;
}

td#ContentColumn {
	width: 451px;
}

td#ContentInclRightColumn {
	width: 626px;
}

td#ContentInclLeftAndRightColumn {
	width: 835px;
}

div#ContentColumnInner {
	padding: 12px 18px 16px 8px;
}

td#RightColumn {
	background-color: #EEEEEE;
	width: 175px;
}

div#RightColumnInner {
	padding-bottom: 8px;
	font-size: 93%;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	background-color: #C8221B;
	color: #FFFFFF;
	width: 835px;
}

td#CompanyInfo {
	padding: 4px 8px;
	font-size: 93%;
}

table#FooterContainer a:link, 
table#FooterContainer a:visited {
	background-color: #C8221B;
	color: #FFFFFF;
	text-decoration: none;
}

table#FooterContainer a:hover, 
table#FooterContainer a:active {
	background-color: #C8221B;
	color: #FFFFFF;
	text-decoration: underline;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

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;
}

