@import "css/internSource.css"; /* used to import any other css files */

/* FAQ PAGE */
p.mastHeading,
p.subHeading,
p.indent
{
   font-family: Verdana;
   margin: 0;
   font-size: 8.5pt;
}

p.mastHeading
{
   text-align:center;
   font-size: 11pt;
   font-weight: bold;
}

p.subHeading
{ font-weight: bold; }

p.indent
{ margin: 0 0 0 39pt; }

/* CONTACT PAGE */
#contact
{
	font-family: Times New Roman;
	font-size: 12pt;
	margin: 0 5% 0 5%;
}

#contact .header
{
   font-variant: small-caps !important;
	text-align: center;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}

#contact .card
{
   display: block;
   clear: left;
}
#contact span { display: block; }
#contact .card .title
{
   position: absolute;
   font-weight: bold;
}
#contact .card .info { margin-left: 10.5em; }

/* Contact Card Links */
#contact .card a
{
   color: #0000ff;
   font-weight: bold;
   text-decoration: none;
}
#contact .card a:hover
{ text-decoration: underline; }

#contact #footer
{
   font-size: 9pt;
   color: #999999;
   font-style: italic;
}

