/* last modified May, 14, 2006 */

/* structural layout styles */
body 		{
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		font-family: verdana, sans-serif; 
		font-size:10pt; 
		}

#logo 		{ 
		
		}

#left		{ 
		position: absolute; 
		left: 10px; 
		top: 220px; 
		width: 135px; 
		}

#center		{
		margin-left: 155px; 
		margin-right: 10px;
		padding: 10px; 
		border-left: #FFECCF thin ridge;
		}

#toolcenter 	{
 		margin-left: 155px; 
		margin-right: 150px;
		padding: 10px; 
		border-left: #FFECCF thin ridge; 
		}

#toolright 	{ 
		position: absolute; 
		right: 10px; 
		top: 200px; 
		width: 135px; 
		padding: 3px;
		}

#breadcrumb 	{
		left: 10px;
		padding: 3px;
		}

/* end structural layout styles * /

/* font styles */

a:link.nav {color: #225FFA; text-decoration: none; }
a:visited.nav {color: #ffc369; text-decoration: none; }
a:hover.nav {color: #000000; text-decoration: underline; font-style: italic; }

a:link.tool {color: #000000; text-decoration: none; }
a:visited.tool {color: #000000; text-decoration: none; }
a:hover.tool {color: #225FFA; text-decoration: underline; font-style: italic; }

.boldtable, .boldtable TD, .boldtable TH
		{
		font-size:10pt
		}
		
.date		{
		font-size: smaller;
		text-decoration: none;
		font-weight: normal;
		font-style: italic;
		margin-left: 15px;
		}
		
		/* sets color to burgundy */
.line 		{ 
		color: #ffeccf; 
		}

.smallfont 	{ 
		font-size:smaller 
		}

.smallhead 	{ 
		font-size: 12pt; 
		}
					
/* end font styles */

/* Misc. styles */

.indent 	{ 
		margin-left: 15px; 
		}
		
.dent		{
		margin-left: 30px;
		}
