/* default styles */
body	{
	background-color: #DEB887;
	margin-left: 0px;
	margin-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
	color: #006600;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: -5px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 106%;		
	font-size: 10pt;
	 }
	 
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 106%;		
	font-size: 10pt;
	
	 }
	 
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 106%;		
	font-size: 10pt;
	margin-left: -15px;
	 }
	 
	 
	 
a:active {
	color: #CC6600;
	text-decoration: none;
	font-size:  10pt;
}
a:link {
	color: #CC6600;
	text-decoration: none;
	font-size:  10pt;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
	font-size:  10pt;
}
	
a:visited {
	color: #FF9933;
	text-decoration: none;
	font-size:  10pt;
}

/* common styles */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* left column styles */

table.brown	{
	margin-top: 15px;
}

.brown-bkg	{
	background-color: #CC9966;
	vertical-align: top;
}

.brown-bkg2	{
	background-color: #CC9966;
	vertical-align: bottom;
	text-align: right;
}

.story	{
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #990000;
}

a.red:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.red:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.red:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
	
a.red:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:  10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.red-txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}


/* right column styles (the library) */
.green-bkg	{
	background-color: #CCCC99;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 45px;
}

a.green:active {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 107%;
	text-decoration: none;
}

a.green:link {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 107%;
	text-decoration: none;
}

a.green:hover {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 107%;
	text-decoration: none;
}
	
a.green:visited {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 107%;
	text-decoration: none;
}

.green-txt {
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 107%;
}

/* footer styles (the library) */
.dk-brown-bkg	{
	background-color: #663333;
	vertical-align: top;
	text-align: center;

}

/* content styles */
.content	{
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;

}

.titlegraphic-float	{
	float: right;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-top: -52px;
	
}

table.pic-table	{
	width: 435px;
	margin-top: 5px;
}

.pic-descript	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 106%;

}

.padleft5	{
padding-left: 5px;
}
