
/*
 * Set some default fonts and sizes.
 */
 
body
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14pt;
	background: url("images/bluerock.gif");
}

/*
 * Indent the first line of paragraphs.
 */

p
{
	text-indent: .5in;
}

/*
 * Turn off the border surrounding linked images.
 */
 
a img
{
	border: 0;
}

/*
 * Make links change color when the mouse is passed over them.
 */
 
a:hover
{
	color: #ff0000 !important;
}

/*
 * Underline table headers.
 */
 
th
{
	text-decoration: underline;
}

/*
 * "page" is the table that contains the page content.
 */
 
#page
{
	width: 100%;
}
 
/*
 * "patch" is the table cell containing the company patch.
 * "heading" is the table cell containing the company name, page title, and
 * address information.
 */
 
#patch, #heading, #heading *
{
	text-align: center;
	vertical-align: middle;
}

#patch
{
	width: 200px; // This also applies to the link list below the patch.
}

/*
 * The company address information should not be italicized.
 */
 
address
{
	font-style: normal;
}

/*
 * "links" is the main table cell that contains the link list and flag.
 * "linklist" is the table of links that appears down the left side of the page.
 */

#links
{
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #0000ff;
	vertical-align: top;
}
	
#linklist
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;

} 

#linklist td, #linklist td a
{
	background: #cccc00;
	font-size: 12pt;
}

#linklist td h3
{
	margin: 5px;
}

/*
 * "content" is the cell that contains the actual content of the page.
 */
#content
{
	vertical-align: top;
}

/*
 * "footer" contains the page access count, could be expanded to a copyright
 * message or disclaimer if needed.
 */
 
#footer
{
	font-style: italic;
	font-size: 10pt;
}



/*
 * Classes
 */
 
.figure
{
	text-align: center;
	font-style: italic;
	font-size: 12pt;
}


.headline
{
	font-weight: bold;
	text-align: center;
	font-size: 24pt;
	text-decoration: underline;
	margin-top: .25in;
	margin-bottom: .25in;
	
}
