	body {
		margin: 20px 0px 20px 0px;
		padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#fff;
		text-align:center;
		color:#000;
	}
	
	/* ********************************************************************** */
	/* Container for Home Page containing flash intro piece */
	/* ********************************************************************** */
	
	#container {
		width:600px;
		margin-right:auto;
		margin-left:auto;
		padding: 32px 0px 0px 0px;
		text-align:left;
		}
	
	/* ********************************************************************** */
	/* Header for Home Page containing flash intro piece */
	/* ********************************************************************** */
	
	#header {
		width:600px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color:#fff;
		clear:both;
	}
	
	
	
	#header_altLanguageLink {
		width:600px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align:right;
		clear:both;
	}
	
	#header_images {
		width:600px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear:both;
	}
	
	

	
	/* ********************************************************************** */
	/* Navigation */
	/* ********************************************************************** */
	
	#navigation
	{
		width:553px;
		margin: 0px 47px 0px 0px;
		padding: 2px 0px 2px 0px;
		border: 1px solid #000;
		clear:both;
	}
	
	

		
	/* ********************************************************************** */
	/* Layout for where content will reside within inner pages */
	/* ********************************************************************** */
	
	#layout_content {
		width:553px;
		margin: 0px 47px 0px 0px;
		padding : 0px 0px 0px 0px;
		clear:both;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		}
		
	#content {
		margin: 0px 0px 0px 0px;
		padding : 5px 10px 10px 10px;
		text-align:left;
		}
		

	/* *********************************** */
	/* GLOBAL styles */
	/* *********************************** */
	
	h1 {
		color:#81705E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		margin-top:6px;
		}
	
	h2 {
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight:bold;
	}

	
	h3 {
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	


	
	p {
		color: #000;
		font-size: 12px;
	}
	

	
	
	
	a, 
	a:link  {
		text-decoration:underline;
		color:#81705E;
	}
	
	a:visited  {
		text-decoration:underline;
		color:#81705E;
	}
	
	a:hover {
		text-decoration:underline;
		color:#B7AE93;
	}
	

	
	
	
	
	/* replicating hr tag */
	
	.line {
	border-bottom: 1px solid #3D3D3D;
	margin: 10px 0px 10px 0px;
	}
	
	.dottedline {
	border-bottom: 1px  dotted #3D3D3D; 
	margin: 10px 0px 10px 0px;
	}
	
	
	 
	strong { font-weight: bold; }
	b { font-weight: bold;}
	em { font-style: italic;  }
	i { font-style: italic; }
	.bold{ font-weight: bold;}
	.italic{ font-style: italic; }
	.uppercase { text-transform:uppercase; }
	
	.spacer {   padding:1px; } 
	
	.textSmall {
	font-size:10px;
	}
	

