/*
236/240/243  0/95/134
ffffce
*/

BODY	{
	color: #000000;
	background: #ECF0F2;
	text-decoration: none;
	font-family: Verdana, serif, times;
	margin-right: 7%;
	margin-left: 7%;
	margin-top: 1%
	}
H1,H2	{
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: medium;
	color: #0800FF;
	background: transparent;
	text-align: left;
	font-style: normal;
	font-weight: bold
	}
H3	{
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: small;
	color: #0800FF;
	background: transparent;
	text-align: left;
	font-style: normal;
	font-weight: normal
	}
p	{
	font-style: normal;
	font-size: 13px
	}
	
blockquote	{
	font-style: normal;
	font-size: 14px
	}	
table	{
	border-width: 1;
	border-color:#ECF0F2
	}

td	{
	font-style: normal;
	font-size: 13px;
	}
img		{
		border: none
		}

/*
filter:alpha(opacity=.5);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;

1  ie
2  legacy
3  safari, konqueror, etc
4  "standard"

*/	
		
		
		
a.linkopacity img 
	{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	}
a.linkopacity:hover img 
	{
	filter:alpha(opacity=75);
	-moz-opacity: 0.5; 
	opacity: 0.85;
	-khtml-opacity: 0.5;
	}
	
/*
rollovers
*/
.sectionLinks
	{
margin-right: 0;
padding: 0px;
/*  font-family: "verdana", sans-serif;  */
/*  text-align: left;  */
letter-spacing: 1px;
	}

.sectionLinks a:link, .sectionLinks a:visited
	{
text-decoration: none;
color: #0000ff;
font-size: 12px;
font-weight: bold;
	}

.sectionLinks a:hover
	{
background-color: #ffffff;
text-decoration: none;
font-weight: bold;
color: #ff0000;
font-size: 12px;
text-align: left;
	}

.sectionLinks a 
	{
	position: relative;
	text-decoration: none;
	}

.navbar	{
		text-align: center;
		font-weight: normal;
		font-style: normal;
		font-size: x-small
		}
.cutline	{
/*		margin-left: 5%; */
/*  cutline class remmed out altogether  */
margin-left: 15%;
margin-right: 15%
/*		margin-right: 5% */