/***********************************************************************
   Site      : Courtyard Partnership Site 
	 File      : fonts_fixed.css
	 Author    : Antony Dennis
	 Revision  : 
   Function  : Defines the default font settings.
	             - Is included in the HTML via a link so can be seen by NN4.
               - Values typically overridden for navigation, teasers etc
							   but used as defaults within main content area.
**********************************************************************/

/************ set font type and colour for everything ******************/
body, p, td, ol, ul, li, dl, dt, dd, input, select, label, legend,
h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Helvetica, sans-serif;
  color: #333333;
}	
/************ override font type and colour for normal text ******************/
body, p, td, ol, ul, li, dl, dt, dd {
	text-align:left;
}	
/************ override font type and colour for headings ******************/
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
  color: #5B5B00; /* olive brown */
}	

/*********** styles within paragraphs *****************/
body, p, td, ol, ul, li, dl, dt, dd
   {font-size: 12px;   font-weight : normal;}
h1 {font-size: 18px;   font-weight : bold;}
h2 {font-size: 14px;   font-weight : bold;}
h3 {font-size: 14px;   font-weight : bold;}
h4 {font-size: 12px;   font-weight : normal;}
h5 {font-size: 12px;   font-weight : normal;}
h6 {font-size: 12px;   font-weight : normal;}

body, p, td, ol, ul, li, dl, dt, dd
   {line-height: 1.6em;   letter-spacing: 0px;    word-spacing : 1px;}
h1 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h2 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h3 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h4 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h5 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h6 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}

/*********** styles between paragraphs *****************/
p, body {	margin: 0.5em 0 0.5em 0;   padding: 0 0 0 0;}
ul     { margin-top : 0px; margin-bottom : 0px; /* border : 1px solid red;   */          }
li, ol { /* border : 1px solid green; */              }
li {  margin-top : 0.5em; }
h1 {		  margin: 0 0 0 0;     padding: 0 0 0 0; clear:both;} /* remove top margin as it leave a gap at top of page */
h2 {		  margin: 2em 0 0.5em 0;   padding: 0 0 0 0; clear:both;}
h3 {		  margin: 2em 0 0 0;   padding: 0 0 0 0; clear:both;}
h4 {		  margin: 2em 0 0 0;   padding: 0 0 0 0; clear:both;}
h5 {		  margin: 2em 0 0 0;   padding: 0 0 0 0; clear:both;}
h6 {		  margin: 2em 0 0 0;   padding: 0 0 0 0; clear:both;}

/*********** links within main body of text *****************/
#content a  {	color: #333333;}
#content a:hover   { color: #333333;   background-color: #FFFF97;}
#content a:visited { color: #333333; }

/*********** links within sub-headings *****************/
#content h2 strong a, #content h3 strong a, #content h3 a,  
#content h2 a         {	color: #333333;   text-decoration:none;}
#content h2 a:visited { color: #333333; }
#content h2 a:hover   { color: #333333;   background-color: #FFFF97;}







	
