body
{
	color: white;
	font-size: 14px;
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	;
	font-style: normal;
}


a:link 
{ color: white; font-size: 9px; font-family: Arial, helvetica, sans-serif; text-decoration: none; } 

a:active 
{ color: white; font-size: 9px; font-family: Arial, helvetica, sans-serif; text-decoration: none; }
a:visited 
{ color: white; font-size: 9px; font-family: Arial, helvetica, sans-serif; text-decoration: none; }

a:hover 
{ color: #999; font-size: 9px; font-family: Arial, helvetica, sans-serif; text-decoration: none; }
.left
{
    float: left;
}

.right
{
    float: right;
}

.scroll
{ font-family: Arial, helvetica, sans-serif; position: fixed; width: 790px; height: 453px; overflow: scroll; min-width: 790px; min-height: 453px; max-width: 790px; max-height: 453px; padding: 12px;
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
     }

.wrapper
{
    width: 790px;
}

.title
{ color: white; font-weight: normal; font-size: 20px; font-family: sans-serif; padding: 20px 0 0; }

.title2 
{ color: white; font-weight: normal; font-size: 18px; font-family: sans-serif; }

.titlemargin
{
	margin: 0px 0px 0px 0px;
}

.subtitle { color: white; font-weight: bold; font-size: 12px; padding: 0; }

.subtitle2 { color: white; font-weight: bold; font-size: 12px; padding-left: 20px; }
.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0 20px; /* keeps text off the borders */
    font-size: 12px; color: white; font-family: sans-serif; margin: 0; }

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 50px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 50px;
}
/* THIS SEEMS TO BE THE KEY TO IMAGES*/
.horiz
{
    color: #3e5e2c;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}
.dividers { color: black; font-size: 13px; font-family: Arial, helvetica, sans-serif; text-align: center; }

