/* This is a one line comment in CSS */

h1, h2, h3, h4	
	{
	font-family:  georgia, helvetia, sans-serif;
	}

h1	{
	font-size: 1.8em;
	margin-bottom: 1em;
	margin-top: 1.2em;
	letter-spacing: .04em; 
	}

h2	{
	font-size: 1.2em;
	margin-bottom: 1em;
	}


h3	{
	font-size: .9em;
	margin-bottom: 0em;
	letter-spacing: .05em;
	color: #333;

	}

h4	{
	font-size: .8em;
	margin-bottom: 0em;
	letter-spacing: .05em; 
	}

h5	{
	font-size: .8em;
	font-style: italic;
	margin-top: .5em;
	margin-bottom: .3em;
	font-weight: bold;
	margin-left: 1em;
	}

h6	{
	font-size: .7em;
	line-height: 1.5em;
	}

a:link {
	color: #900;
	text-decoration: none;
	}

a:visited 
	{
	text-decoration: none;
	color: #900;
	}
	
a:hover 
	{
	text-decoration: underline;
	}
a:active 
	{
	text-decoration: none;
	}


p 	{
	font-size: .9em;
	line-height: 1.7em;
	margin-top: .25em;
	margin-bottom: .75em;
	letter-spacing: .03em; 
	}


.red {color: #900;}
/*Added for indented paragraphes*/
.pindent 	
	{
	margin-left: 1em;
	}

/*Added for hanging indents*/
.phindent	{
	margin-left: 3em;
	text-indent: -2em;
	}
.indent {margin-left: 1em;}
.indent2 {margin-left: 1.5em;}
.indent3 {margin-left: 2em;}

dl 	{
	margin-top: .5em;
	margin-bottom: .7em;
	font-size: .9em;
	}

dt	{
	}


dd 	{
	font-size: .9em;
	margin-bottom: 1em;
	}

li      {
	font-size: .8em;
	margin-top: .7em;
	line-height: 1.5;
	}

ul   {
	margin-top: .7em;
	margin-bottom: .2em;
	line-height: 1.5;
	}

ol 	{
	margin-top: 0em;
	margin-bottom: .5em;
	}

hr
	{
	}
	
img	{
	padding-top: .01em;
	border: 0;
	margin-bottom: 0em;
	padding-bottom: 0em;
	}
	
/*Controls the entire page of all pages - outer most area, background color, centers the page*/
body {
	font-family: georgia, Helvetica, sans-serif;
	padding: 0px;
	text-align:center;
	margin-top: 0.3em;
	background-color: ;
	}


/*Controls the entire page of all pages - white background color of working area, width, border*/
div.pagewidth
	{
	width:760px;
	text-align:left;
	padding: 2px;
	margin: 0px auto;
	border-left: 3px solid #E3E6E7;
	border-right: 3px solid #E3E6E7;
	border-top: 10px solid #e3e6e7;
	border-bottom: 10px solid #e3e6e7;
	background: white;
	}



/*Controls the td left side of index.html*/
.sidebar
	{
	width: 230px;
	border-right: thin  solid #E3E6E7;
	vertical-align: top;
	padding-left: .5em;
	padding-top: .5em;
	}
.maincontent
{padding-left: 1em;
 padding-bottom: 0em;}

div.content
{padding: 1em;
}


.small
{font-size: .7em;
}

div.footer-sitemap
	{font-size: .9em;
	}
div.footer-sitemap td
{ vertical-align:top;
 padding-left: .5em;
}

.tdrightline
{border-right: solid 2px #E3E6E7;
width: 250px;}
.stdtable	{width: 700px;	margin-left: 1.5em;	border-collapse:collapse;	border-spacing: 0px;	margin-top: 1.25em;	margin-bottom: 1.25em;	}
.stdtable th	{text-align:left;	padding: .3em;	padding-left: .9em;	margin-left: .5em;	font-size: .9em;	border-bottom: 2px solid #d46e30;	}
.stdtable td	{padding: .3em;	padding-left: .9em;	padding-right: .9em;	font-size: .9em;	border-bottom: 2px solid #eee7d6;	vertical-align:top;	line-height: 1.5em;}	
