
a:focus 
{ 
	/* -moz-outline-style: none; */
} 

/* Used to define general hyperlinks */
a:link {color: #700000;}
a:visited {color: #700000;}
a:hover {color: #666666;}
a:active {color: #700000;}

a.learnmore
{
	color: #700000;
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

.blurb
{
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

.body
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	text-align: justify;
}

.bottomtext
{
    color: #000000;
	font-family: Arial, Verdana;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;  
    text-decoration: none;
}

.footer
{
    color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;  
	padding-left: 10pt;
	padding-right: 10pt;
    text-decoration: none;
}

/* Used to define the links in the footer section of the page */
.footer a:link {color: #FFFFFF;}
.footer a:visited {color: #FFFFFF;}
.footer a:hover {color: #CCCCCC;}
.footer a:active {color: #FFFFFF;}

.intro	
{
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
}

.PageHead
{
    color: #000000;
	font-family: Arial, Verdana;
	font-size: 15pt;
	text-align: right;
	font-weight: none;  
    text-decoration: underline;
	padding-bottom: 10px;
}

.portfolio
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	text-align: justify;
}

.portfolio_titles
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}

/* Standard_Content is a Div that wraps most pages.  It provides padding so text doesn't touch the edges. */
.Standard_Content
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.SubHead
{
    color: #000000;
	font-family: Arial, Verdana;
	font-size: 14pt;
	text-align: left;
	font-weight: bold;  
    text-decoration: none;
}

table
{
border-collapse:collapse;
}

ul.project
{ 
	list-style-type: none;
}

li.services
{ 
	padding-top: 10px;
}


