/* CSS Document */

/*********** DIVS DEFAULTS ***********/
/* divs with width=100% */				
#topDiv, #menuDiv, #headerDiv, #contentDiv { position: relative; top: 0px; left: 0px; width: 100%; clear: left; margin-left: 20px;  }
/* the main divs */						
#topDivMain, #menuDivMain, #headerDivMain, #contentDivMain, #footerDivMain { background-color: #FFFFFF; float: left; width: 780px; position: relative; top: 0px; }
#contentDivMain, #footerDivMain { width: 780px; }

/* other standardized DIVS*/			
#topDivMainLogo { width: 780px; }

/*********** LAYOUT DIV **********/
	#layoutDiv 
		{ 
			width: 820px;
			position: absolute;
			left: 50%;
			margin-left: -420px;
			background-image: url(../img/layoutBg.gif);
			background-repeat:repeat-y;
			height: auto !important;
			height: 100%;
			min-height: 100%;
		}

/*********** TOP DIV ***********/
	#topDiv, #topDivMain { height: 90px; }
	#topDiv { }
	#topDivMain { }
	
	#topDivMainLogo { height: 90px; float: left; text-align: right; }
	#topDivMainLogo a img { border: 0px #ffffff solid; }
	
/*********** MENU DIV ***********/
	#menuDiv, #menuDivMain { height: 30px; }
	#menuDiv {}
	#menuDivMain {}

/*********** HEADER DIV ***********/
	#headerDiv, #headerDivMain { height: 220px; }
	#headerDiv {}
	#headerDivMain {}

/*********** CONTENT DIV ***********/
	#contentDiv, #contentDivMain { }
	#contentDiv { }
	#contentDivMain { padding-top: 10px; padding-bottom: 40px; }
		
	#contentDivContent {
	float: left;
	width: 750px;
	position: relative;
	left: 15px;
	top: 0px;
}
	#contentDivText { width: 580px; }
	#contentDivReference { float: left; width: 160px; padding-right: 20px; position: relative; left: 10px; top: 0px; }
	#contentDivPartner { float: left; width: 180px; position: relative; left: 10px; top: 0px; }
	
	#contentDivMain p
	{
		margin-bottom: 10px; 
	}
	
/*********** FOOTER DIV ***********/
	#footerDiv { position: absolute; width: 780px; bottom: 0px; height: 15px; margin-left: 20px; margin-bottom: 5px; padding-top: 5px;}
	#footerDivMain { width: 740px; margin-left: 15px; }

