﻿	body
	{
	background-color:#cfd2ba;
	margin:10px 10px 10px 10px;
	padding:0px;
	font-size:medium;
	color:black;
	}
	
	p
	{
		text-align:left;
		color:#943634;
	}
		
	h3
	{
		font-size:xx-large;
		font-style:italic;
		color:#943634;
	}
	
	p.email
	{
	text-align:center;
	font-size:18.0pt;
	line-height:115%;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	line-height:145%;
	}
	.minorHeader
	{
		font-size:x-large;
		color:#000000;
		text-align:left;
	}

	table
	{
		text-align:left;
		color:#943634;
	}
	
	td
	{
		vertical-align:top;
	}
	
	td.nowrap
	{
		white-space: nowrap;
	}
	
	#leftcontent 
	{
	position: absolute;
	left:10px;
	top:50px;
	width:100px;
	background-color:#cfd2ba;
	border:1px none #000;
	}

	.center
	{
		text-align: center;
	}

	div.menuContainer
	{
	}
	
	a.menu
	{
		font-size:x-large;
		font-family:&quot;Franklin Gothic Demi&quot;,&quot;sans-serif&quot;;
		font-weight:bold;
		color:#632423;
		padding: 2px 10px;
		border-top: 1px #000000 solid;
		border-left: 1px #000000 solid;
		border-bottom: 1px #000000 solid;		
		background-color:#e5b8b7;
		clear:none;
		text-decoration: none;
	}
	
	a.menu:hover
	{
		color:#000000;
		background-color:#cfd2ba;
	}
	
	a.menuRight
	{
		border-right: 1px #000000 solid;
	}
	
	img.logo
	{
		vertical-align:middle;
	}

	#centercontent 
	{
	background:#fff;
   	margin-left: 99px;
   	margin-right:99px;
	border:1px solid #926168;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 101px;
	margin-right:101px;
	}
	
	html>body #centercontent 
	{
   	margin-left: 101px;
   	margin-right:101px;
	}

	#rightcontent 
	{
	position: absolute;
	right:10px;
	top:50px;
	width:100px;
	background-color:#cfd2ba;
	border:1px none #000;
	}
	
	#banner 
	{
	background:#fff;
	height:40px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
	}
	
	html>body #banner 
	{
	height:39px;
	}
	
	p,h1,pre 
	{
	margin:0px 10px 10px 10px;
	}
	
	h1 
	{
	font-size:14px;
	padding-top:10px;
	}
	
	#banner h1 
	{
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

	#rightcontent p 
	{
	font-size:10px
	}
	
	div.center
	{
	margin:0px;
	padding:0px;
	/*border-left: solid #737373 7px;
	border-top: solid #939393 7px;
	border-right: solid #424242 7px;
	border-bottom: solid #222222 7px;*/
	font-family:Vandana,serif;
	font-size:medium;
	background-position: top left; 
	background-repeat: repeat;
	background-color:#ECE2E4;
	}
	
	div.note
	{
	clear:both;
	font-family:Vandana,serif;
	font-size:medium;
	border:solid #cb5b6b 2px;
	padding:5px;
	margin:20px 70px;
	overflow:hidden;
	}
	
	#opening
	{
	margin-left: auto; 
	margin-right: auto;
	}
	
	#innerOpening
	{
	margin: 30px;
	border: 1px solid #000000;
	}
	
	h1
	{
	text-align:center;
	color:#cb5b6b;
	font-family:Palatino Linotype,fantasy;
	font-size:xx-large;
	}
	
	h2
	{
	text-align:left;
	color:#cb5b6b;
	font-family:Palatino Linotype,fantasy;
	font-size:large;
	margin:20px 70px;
	}
	
	#opening h2
	{
	color:#000000;
	text-align:center;
	font-size:xx-large;
	}
	
	p
	{
	margin:12px 70px;
	}
	
	#opening p
	{
	text-align:center;
	color:#cb5b6b;
	font-size:x-large;
	}
	
	.inner
	{
	margin:8px;
	}
	
	img.note
	{
	vertical-align: top;
	position:relative;
	}
	
	img.topRight
	{
	float:right;
	right:-1px;
	top:-1px;
	}
	
	img.topLeft
	{
	float:left;
	left:-1px;
	top:-1px;
	}
	
	img.bottomRight
	{
	float:right;
	right:-1px;
	bottom:-2px;
	}
	
	img.bottomLeft
	{
	float:left;
	left:-1px;
	bottom:-2px;
	}

