/**
*	Font Sizing
*___________________________
*/

									/* Enables all modern browsers to display em units */
body	{ font-size: 62.5%; }		/* Targets Internet Explorer - Windows */
html>body {font-size: 10px; }		/* Targets Other Browsers */

#content		{font-size: 1.15em; }
#rightColumn	{font-size: 1.0em;  }
#pathway		{font-size: 1.0em;  }
#footer			{font-size: 0.9em;  }
#pageheading	{font-size: 3.25em; }
#rightColumn h2	{font-size: 1.0em;  }
#content h2		{font-size: 1.25em; }
/**
* General HTML body styling
*___________________________
*/
body {
	margin-top: 5px;
	font-family: Arial,Helvetica, sans-serif;
	background-color: #697172;	
}

h2	{
	letter-spacing: 0.1em;
}

p	{
	line-height: 1.35em;
}

img	{
	float:left;
	padding: 0px;
	clear: left;
}

/**
* Basic DIV elements
*___________________________
*
*/

#header {
	height: 125px;
	margin: 0 auto;
	width: 756px;
	background-color: #1D6963;
	text-align: center;
}

#container	{
	width: 756px;
	margin:0 auto;
	text-align: center;
	background-color: #FFFFFF;
}

#content	{
	padding: 1em;
	margin-right: 175px;
	text-align: left;
	color: #000033;
}

#pageheading	{
	height: 55px;
	width: 400px;
}

#headingspacer	{

}

#rightColumn	{
	float: right;
	width: 150px;
	margin: 0;
	margin-top: 20px;
	padding: 1em;
	min-height: 100px;
	color: #CC0000;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

#pathway	{
	width: 450px;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
	color: #666666
}

#footer	{
	clear: both;
	text-align: left;
	margin: 0px auto;
	margin-top: 0px;
	width: 756px;
	height: 10px;
	line-height: 1em;
	background-color:#1D6963;
	padding: 1em 0;
	color: #FFFFFF;
}

#rightColumn p {
	margin: .5em 0 1em 0;
	line-height: 1.35em;
}

#rightColumn h2	{
	margin: .5em 0 1em 0;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	line-height: 1.35em;
}

	

		
