/*----------------------------------------------------------------  
  Copyright (C) 2009 MDD Graphic Design
  
  Author: Annie Corriveau - http: //wwww.mdd.ie/
---------------------------------------------------------------- */

body {
	font-family: Arial;
	color: #5B5B5B;
	font-size: .7em;
}

  
/* Headings
***************************************************************************** */

h1 { font-size: 2.4em;
	 color: #C70811;
	 font-weight: normal;
	 line-height: 1.2em;
}
	
h2 { font-size: 2.4em;
	 color: #C70811;
	 font-weight: bold;
	 line-height: 1.2em;
}

h3 { font-size: 2.0em;
	 color: #E7AD00;
	 font-weight: bold;
	 line-height: 1.2em; 
}

h4 { font-size: 1.5em;
	 color: #E7AD00;
	 font-weight: bold;
	 line-height: 1em; 
}







/* General elements
***************************************************************************** */
p { font-size: 1.2em;
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}


strong { 
	color:#5B5B5B;
	font-weight: bold;
}
	
em { font-style: italic; }



/* Links
***************************************************************************** */


a img {	border: none;}

#topmenu ul li a:link    { color: #FFFFFF;}
#topmenu ul li a:hover   { color: #C70811;}
#topmenu ul li a:active  { color: #C70811;}
#topmenu ul li a:visited { color: #FFFFFF;}

#leftnav a:link    { color: #5B5B5B;}
#leftnav a:hover   { color: #C70811;}
#leftnav a:active  { color: #C70811;}
#leftnav a:visited { color: #5B5B5B;}


/* list 
***************************************************************************** */

/* Unordered and Ordered list */
ul, ol {
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 50px;
	list-style: none;
	font-size: 1.2em;
}



	