
.bgFarLeft		{
			background-image: url('../images/background.gif');
			background-position: top right;
			text-align: right;
			}

.bgFarRight		{
			background-image: url('../images/background.gif');
			background-position: top left;
			text-align: right;
			}
			
.bgLeft		{
			background-image: url('../images/bg_lt.gif');
			background-repeat: repeat-y; 
			background-position: top right;
			text-align: right;
			}

.bgRight	{
			background-image: url('../images/bg_rt.gif');
			background-repeat: repeat-y; 
			background-position: top left;
			}

.main	{
			background-image: url('../images/shore.gif');
			background-repeat: no-repeat; 
			background-position: bottom left;
			}
		
/*paragraph content styling*/
p   {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 8px 0px 8px 0px;
	line-height : 16px;
	}

/*paragraph content styling*/
p.blue   {
	color: #27345C;
	}	
	
/*paragraph content styling*/
p.indent   {
	
	margin: 8px 15px 8px 15px;

	}
	
/*X styling*/
.x   {
	color: #27345C;
	font-size: 18px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	line-height : 16px;
	}
	
.Copyright	  {
	color: #999999;
	font-size: 10px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	line-height : normal;
	}

	
/*paragraph content styling in case you don't want to use a paragraph or margins*/
td  {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	line-height : normal;
	}
	

/*large titles*/				
H1 	{
	color: #27345C;
	font-size: 40px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-weight: lighter;
	margin : -10px 0px 5px 0px;
	}
	
/*medium titles*/	
H2 	{
	color: #27345C;
	font-size: 20px;
	/*font-weight: lighter;*/
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin : 5px 0px 5px 0px;
	}
	
/*small titles*/		
H3 	{
	color: #27345C;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin : 0px 0px 5px 0px;
	}

/*bolding text*/		
strong 	{
		color: #27345C;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-weight: bold;
		}
		
/*bolding black*/		
.boldblack 	{
		color: #000000;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-weight: bold;
		}

/*unordered list*/	
ul   	{ color: #27345C; 
		margin: 15px auto 15px auto; 
		}
		
/*ordered list*/			
ol   	{ 
		color: #27345C; 
		margin: 15px auto 15px auto; 
		}
		
/*bullets*/		
li   	{ color: #27345C; 
		font-size: 12px; 
		font-family: Arial, Verdana, helvetica, sans-serif; 
		margin: 0px 0px 5px 0px;
		list-style-image: url("../images/bullet.gif"); 
		}

/*horizontal rules*/		
hr 		{  height:1px; 
		color:#27345C; 
		margin: 0px 0px 5px 0px;
		}

/*content links*/		
A         { color: #018dd6; font-size: 12px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A:link    { color: #018dd6; }
A:hover   { color: #018dd6; text-decoration: underline;}
A:active  { color: #018dd6; }
A:visited { color: #018dd6; }


/*content links*/		
A.sm         { color: #999999; font-size: 10px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A.sm:link    { color: #999999; }
A.sm:hover   { color: #999999; text-decoration: underline;}
A.sm:active  { color: #999999; }
A.sm:visited { color: #999999; }
			
/*applies transparent fileter for objects in I.E.*/					
.filter		{
			filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=90,finishOpacity=90,startX=0,finishX=0,startY=50,finishY=100);
			}

