/******************************
Comments:
	20100601	DMB		Made pageContent class float:left and assigned width attribute
************************************************/
/* Body & Main Containers *****************************************************/
#Body {
	padding-top: 20px;
	font-family: Arial;
	font-size: 10pt;
}
#Outer {
	position: relative;
	width: 771px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto 152px auto;
	border: 1px solid #575757;
}
#Header {
	background-color: #E4E4E4;
}
#Footer {

}
/* Body & Main Containers *****************************************************/
/******************************************************************************/

/******************************************************************************/
/* Site Header ***************************************************************/
#SiteHeader {
	background-color: #E4E4E4;
	border-bottom: 1px solid #CCCCCC;
	color: #7D7D7D;
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
	height: 28px;
	padding-top: 10px;
	
}
/* Site Header ***************************************************************/
/******************************************************************************/

/******************************************************************************/
/* Content Wrapper ***************************************************************/
#ContentWrapper {
	margin: 20px 20px 60px 20px;
}
#PageHeader {
	height: 25px;
	font-weight: bold;
	font-size: 13pt;
	text-transform:uppercase;
	padding-left: 10px;
	padding-top: 7px;
	display:block;
}
/* Content Wrapper ***************************************************************/
/******************************************************************************/

/******************************************************************************/
/* Page Content ***************************************************************/
#PageContent {
	padding: 10px 0px 10px 10px;
	border: 1px solid #9A9A98;
	margin-bottom:20px;
	display:block;
	float:left;
	width: 719px;
}
#pagingContainer {
	background: url(../images/paging_bg.jpg) repeat-x;
	background-color: #E4E4E2;
	width: 704px;
	height: 25px;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 5px;
}
table.tabular {
	border-top:none;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
table.tabular thead tr {
	background: url(../images/paging_bg.jpg) repeat-x;
	background-color: #E4E4E2;
	width: 704px;
	height: 25px;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
table.tabular th, table.tabular td {
	padding-left: 5px;
}
.subheading {
	height: 24px;
	font-weight: bold;
	font-size: 11pt;
	padding-left: 10px;
	padding-top: 6px;
	width: 701px;
}
#navigation ul{
	width: 100%;
	padding:0;
	margin:0;
	overflow:hidden;
	height: 42px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#navigation li{
	list-style:none;
	float:left;
	padding-left: 25px;
	padding-top: 12px;
}
#navigation li a{
	font-size: 11pt;
}
#navigation li.active a{
	color: #000000;
	font-weight: bold;
}
/* Page Content ***************************************************************/
/******************************************************************************/
