 /***********************************************************************************************
STYLING COMMON TO ALL PAGES 
/*************************************************************************************************/

html,body{margin:0;padding:0; font-size:12px;}
img { display:none}

div#header {
display:none}

div#secondarycontent {
	width: 580px;
	background-color:#ffffff;
	font-size:14px;
	color:#000000;
	
}
/* style links and link hovers in the editable content area (secondary content) */
div#secondarycontent a,  a:visited  {
	color:#036c68; /*  dark blue = 044c7d  */
	text-decoration:none;
}
div#secondarycontent a:hover {
	color:#c60905; /* bright blue = 036c68    red= c60905*/
	text-decoration:none;
}

div#container{
	width:800px;
 }
div#navigation{
	display:none;
}

div#content{
	background-color:#ffffff;
	color:#000000;

}

div#footer{
display:none}

/***********************************************************************************************
TOP MENU
/*************************************************************************************************/
/* style the outer div to give it width */

.menu {
display:none;
}
/***********************************************************************************************
SIDE MENU
/*************************************************************************************************/
/* style the outer div to give it width */

.side_menu {
display:none;
}
