html, body 			{height: 100%; width: 100%; font-family: Helvetica, Arial, Verdana, sans-serif;
						background-color: RGB(255,255,255); color: black; margin: 0px; padding: 0px;}
.underline			{text-decoration: underline;}
.italic				{font-style: italic;}
p 					{margin-top: 10px; margin-bottom: 5px; font-size: 10pt;}
p.bold				{font-weight: 600; color: RGB(40%,40%,50%); padding: 10px; }
p.indent 			{margin-left: 20px; margin-right: 20px; }
div#header			{position: relative; height: 90px; width:100%;
						background-image: url(themes/HeaderBackgroundR.jpg); background-repeat: repeat-x;}
div#header h1		{display: inline; position: absolute; top: 25px; left: 50px; 
						font-size: 24pt; font-style: italic; 
						font-weight: 800; color: RGB(160,90,93); margin: 0px;}
						
div#core			{position: relative;  width: 100%; z-index: 1;}

div#navbar			{position: absolute;  top: 50px; bottom: 50px; width: 100px; 
						border-right: 1px solid rgb(50%,50%,50%);
						padding-top: 20px;
						font-size: 8pt; font-weight: bold;
						text-align: center; z-index: 3;}
						
div#navbar a		{display: block; height: 30px; padding: 5px; 
						text-decoration: none;
						color: RGB(20%,30%,60%); }
						
div#navbar a:hover	{color: RGB(160,90,93);}
div#navbar a#here	{color: RGB(50%,50%,50%);}

div#content			{position: relative; 
						padding-left: 115px; padding-top: 15px; padding-right: 15px; padding-bottom: 0px; 
						font-size: 10pt; z-index: 2;}
						
div#content	h1		{font-size: 12pt; font-weight: 900; color: RGB(160,90,93); padding: 3px;}
div#content h2		{font-size: 11pt; font-weight: 700; text-align: center; color: RGB(160,90,93);}
div#content h2.left	{text-align: left;}

img.right			{float: right; margin: 10px; border: 2px solid rgb(20%, 20%, 50%);}
img.left			{float: left; margin: 10px; border: 2px solid rgb(20%,20%,50%);}
a.button			{display: block; text-decoration: none; 
						margin: 6px; padding-top: 4px;
						height: 20px; width: 180px; 
						font-size: 9pt; font-weight: bold; color: white; 
						background-color: rgb(160,90,93); text-align: center;}
a.bluebutton		{display: block; text-decoration: none; 
						margin: 10px; padding-top: 4px;
						height: 20px; width: 180px; 
						font-size: 9pt; font-weight: bold; color: white; 
						background-color: rgb(0%,20%,60%); text-align: center;}
a.intro 			{display: block; text-decoration: none; 
						font-family: Helvetica, Arial, Verdana, sans-serif; 
						font-style: italic; font-size: 10pt; font-weight: 600;
						color: RGB(20%,30%,60%); padding: 5px; }
a.intro:hover 		{color: RGB(160,90,93);}
						
div#footer			{position: relative; height: 70px; left: 50px; right: 50px;
						background-color: white; border-top: 1px solid rgb(50%,50%,50%); 
						text-align: center; font-size: 10pt; padding-top: 5px;}
						
div#footer div#logo	{display: block; position: absolute; top: 5px; left: 0; }

table.indentList 				{margin-left: 20px; margin-right: 20px; vertical-align: top;}
table.indentList td.indentLeft	{vertical-align: top; 
									font-size: 11pt; font-style: italic; 
									color: RGB(176,109,112); padding: 5px; }
table.indentList td.indentRight	{vertical-align: top; 
									color: RGB(40%,40%,40%); padding: 5px; }

div.note			{color: RGB(20%,20%,60%); text-align: left; 
						font-size: 11pt; font-style: italic; font-weight: bold;
						padding: 5px;}
						
div#crosslink		{width: 100%; height: 20px; 
						border-top: 1px solid rgb(20%,20%,20%); 
						font-size: 9pt; color: rgb(20%,30%,60%); text-align: center; 
						padding: 5px;}
						
div#crosslink a		{color: rgb(20%,30%,50%); margin-left: 5px; margin-right: 5px;}