/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */


/* Global Styles */

	A               {color:#00a1de; text-decoration:none}
	A:hover         {color:#00a1de;text-decoration:underline}
	
	/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
	DIV             { font-size:small;}
	P               {color:#675c53;font-size:small;}
	TD              {color:#675c53; font-size:small;}
	BODY			{	font-family:Arial,Verdana,Helvetica, Sans-Serif; 
						margin:0px; 
						padding:0px; 
						background-color:#ffffff;
						background-attachment: scroll;
						background-image: url(../../../../images/greenBackLarge.jpg);}
	IMG 			{border:none;}

/* Plugin Styles */


	/* Global Sidemenu Styles  - see color style sheets for further styles */
	/* These are styles used globally by the expanding sidemenu. Further styles for this plugin are defined the in the "color" style sheets. */
		
		/* style for the containing div for the menu */	
		/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
		div#sidemenu {
			font-size:83%;
		}

		/* style of the "header" for the menu if there is one */
		div#sidemenu .head	{
					font-weight:bold; 
					 padding-left:0.1em; padding-top:0.5em; margin-bottom:0.01px; margin-top:0.01px;
					}
		/* default ul tag style for this menu - you probably won't need to change this */
		div#sidemenu ul 
		{
			list-style:none;
			margin:0;
			padding:0px;
		}
		
		/* default li tag style for this menu - you probably won't need to change this */
		div#sidemenu ul li		
		{
			margin-bottom:0!important;
			margin-bottom:-15px;
		}
		
		/* style for the actual menu links. padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
		/* change the padding styles, but exercise some caution with different browsers*/					
		div#sidemenu a {
			display:block;
			text-decoration:none;
			padding-top:0.23em;
			padding-bottom:0.33em;
		}
		
		/* style for the menu bullets */
		




