/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	/*background-color: #E4EBE4;*/
	background-color: #e7ebec;
	border: 1px solid #A4A4A4;
	margin-left: auto;
	margin-right: auto;
	width: 994px;
}

div#Page {
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer{
	height: 122px;
	width: 994px; /*background: url(/images/topImg.jpg) 0 0 no-repeat; - Set with SelectMediaFolder! */
}

div#HeaderLogo {
	float: left;
	margin: 46px 0 0 40px;
}

div#TopShadow{
	background: url(/images/topBarShadow.gif) 0 0 no-repeat;
	height: 4px;
	overflow: hidden;
	width: 100%;
}

/****************************************************
	C O L U M N S : 
****************************************************/
div#FrontpageFlash{
	margin-left: -10px;
}

div#ColumnsContainerInner{
	padding: 0 0 0 0;
}

div#LeftColumn {
	float: left;
	width: 220px;
}

div#LeftColumnInner {
	padding: 35px 0 10px 40px;
}

div#ContentInclRightColumn {
	float: right;
	width: 773px;
}

div#ContentColumn {
	background: url(/images/bg_Content.gif) #FFFFFF repeat-y;
	float: left;
	overflow: hidden;
	width: 556px;
}

div#ContentColumnInner {
	background: url(/images/bg_ContentFull.gif) 0 bottom no-repeat;
	min-height: 350px;
	padding: 30px 10px 100px 20px;
}

div#RightColumn {
	float: right;
	width: 210px;
}

div#RightColumnInner {
	padding: 35px 20px 10px 16px;
}

div#RightColumnInner a {
	background: url(/images/arrow.gif) 0 5px no-repeat;
	display: block;
	font-weight: normal;
	padding: 0 0 0 10px;
}

div#RightColumn h2,
div#RightColumn h3 {
	margin-top: 0;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 20px;
}

div.ListItemDate {
	color: #666666;
}

div.ListItemTitle {
	font-weight: bold;
}

/****************************************************
	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
****************************************************/
img{
	border: none;
}

.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;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	clear: both;
	/*color: #005f55;*/
	color: #40668c;
	font-size: 92%;
	padding-bottom: 13px;
	padding-left: 100px;
}

div#FooterContainer a {
	/*color: #005f55;*/
	color: #40668c;
}

div#FooterContainer a:hover,
div#FooterContainer a:active{
	/*color: #8c3250;*/
	text-decoration: underline;
}

div#Features {
	float: left;
	width: 250px;
}

div#CompanyInfo {
	float: left;
	width: 608px;
}

/****************************************************
	InfoScreen
****************************************************/
DIV#InfoScreenInner {
	font-size: 0.9em;
	padding: 10px 20px 10px 16px;
}

DIV#InfoScreenInner A {
	background: url(/images/arrow.gif) no-repeat 0px 5px;
	display: block;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}

DIV#InfoScreenContainer {
	background: #E4EBE4;
	height: 410px;
	padding-left: 0px;
	width: 470px;
}


