/* General CSS Rules, applied to all pages */



body

{

	margin: 0;

	padding: 0;



	background-color: white;

}



div, td

{

	font-family: Trebuchet MS, Arial, Helvetica;

}



td

{

	font-size: 8pt;

	color: #999966;

}



li

{

	list-style-image: url(../images/content/greenbullet.gif);

}



/* 



Navigation part of top right



Later adjustments : 



styles-home.css - topnav : Background, topnavcontents : none.

styles-secondary.css - none.



*/



div#topnav

{

	position: absolute;

	

	top: 0px;

	left: 297px;



	height: 62px;

	width: 488px;



	background-color: #EEF0C0;



	z-index: 2;

}



div#topnavcontents

{

	position: absolute;

	

	top: 15px;

	left: 610px;



	width: 160px;



	z-index: 3;



	font-size: 8pt;

	color: #206020;

}



/*



Main navigation section.



Later adjustments : none.



*/



div#nav

{

	position: absolute;

	

	top: 62px;

	left: 297px;



	width: 488px;

	height: 20px;



	z-index: 3;

}



td.nav

{

	font-size: 8pt;

	font-weight: bold;

	color: #996633;

	text-align: center;

}




.leftheader

{

	color: #4E5367;

	text-decoration: none;

}


a

{

	color: #4E5367;

	text-decoration: none;

}



a:hover

{

	color: #2E3347;

	text-decoration: none;

}



a.footerlink

{

	color: #FFFFCC;

	text-decoration: none;

}



a.footerlink:hover

{

	color: #FFFFCC;

	text-decoration: none;

}



a.nav

{

	color: #996633;

	text-decoration: none;

}



a.nav:hover

{

	color: #666600;

	text-decoration: none;

}





/*



Top Left images. This is just a first declaration. They're set up in secondary and home.



*/



div#topleft

{



}



/*



Image under top nav



Later adjustments :



styles-home.css - 

styles-secondary.css - 



*/



div#undernav

{

	position: absolute;



	top: 82px;

	left: 297px;



	width: 488px;

}



/*



Left text



Later adjustments :



styles-home.css - 

styles-secondary.css - 



*/



div#lefttext

{

	position: absolute;



	left: 45px;



	width: 220px;



	font-size: 9pt;

	font-style: italic;

	font-weight: bold;



	line-height: 16pt;



	color: #996633;

}





div#righttext

{

	position: absolute;



	left: 326px;



	width: 450px;

	height: 575px;

	font-size: 8pt;



	color: #999966;
	
	overflow:auto;

}



div#greenbar

{

	position: absolute;



	left: 297px;



	width: 4px;



}



div#footer

{

	position: absolute;



	left: 0px;

	top:  760px;



	padding-top: 3px;

	padding-bottom: 3px;



	width: 785px;



	background-color: #918F4F;

	color: #FFFFCC;



	font-size: 9pt;





}



div.list

{

	width: 100%;

}



div.col

{

	display:inline;

	width: 50%;

}