/* CSS Document for Common Designs
 * 
 * This document contains the styles releated to the common design elements used
 * throughout the BEC website
 *
 */


body
{
	color: #444444;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#flash a img
{
	border: none;
}

#body
{
	font-size: 12px;
}

#footer p
{
	color: #888888;
	text-align: center;
	font-size: 10px
}

#footer p a
{
	color: #777777;
	font-weight: bold;
}

#footer p a:visited
{
	color: #777777;
}

a
{
	color: #FF6C00;
	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #d85b00;
}

p
{	
	font-size: 12px;
}

h1
{
	margin-left: 1em;
	
	font-size: 18px;
	font-weight: bold;
}

h2
{
	margin-left: 1em;
	
	font-size: 16px;
	font-weight: bold;
}

h3
{
	margin-left: 1em;
	
	font-size: 14px;
	font-weight: bold;
}

h4
{
	margin-left: 1em;
	
	font-size: 12px;
	text-decoration: underline;
}

h5
{
	margin-left: 1em;
	
	font-size: 12px;
}

/* area-specific styles */

#navigation li
{
	color: #ffffff;
	
	font-weight: bold;
	font-size: 1.1em;
}

#navigation li a
{
	margin: 0;
		
	color: #ffffff;
}

#navigation li a:hover
{
	background-color: #FF6C00;
	
	text-decoration: none;
}

#navigation li a:visited
{
	color: #ffffff;
}