/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
/*	background-color: #409EF3;*/ /* Placed here so the content editor is not influenced */
/*	background-color: #FFFFFF;*/
	background-color: #BF2C37;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
	height: 100%;
}

html {
	height: 100%;

/* ALWAYS horizontal and vertical scrollbars in both IE & FireFox	*/
	overflow: scroll; 

/* ALWAYS vertical scrollbar (no horizontal scrollbar) in firefox, 
   IE unaffected */
/*	overflow: -moz-scrollbars-vertical;  */

/* No overflow property - the default behaviour of firefox 
   is to put vertical scollbar when page is overflowed 
   making the page bounce (if homepage is centered) */
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	background-color: #F5F5F5;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	height: 100%;
}

div#Page {
	background-color: #F5F5F5;
	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
****************************************************/
#SearchKeyword input {
	border: 1px solid #B5B5B5;
	padding: 1px;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	color: #222222;
	margin-left: 4px;
	margin-right: 10px;
}

#SearchSubmit input:hover {
	background-color: #FFFFFF;
	color: #D2232A;
}

#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks  a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
	padding-top: 5px; 
/*	padding-right: 2px;*/
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

div#ContentColumnInner {
	padding-top: 5px;
/*	padding-right: 2px;*/
	padding-right: 5px;
	padding-bottom: 10px;
/*	padding-left: 2px;*/
	padding-left: 5px;

}

div#RightColumnInner {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
/*	padding-left: 2px;*/
	padding-left: 0px;
}

/****************************************************
	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;
}

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;
}
