@charset "utf-8";
/* CSS Document */

/**********************************Headers ******************************************/

#welcome2 h2 {
margin-bottom: 20px;
	font-weight: normal;
	font-size: 132%;
	color:#330000;
	margin-top:15px;
	}

#welcome2 h6 {
font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 198%;
	color:#330000;
}

.underline {
        border-bottom: solid 0.05em #333333;
        line-height: 0.9em;
        margin-top: 0.1em;
      }


/*****************************Paragraphs*********************************************/
#content2 p {
	margin-bottom: 20px;
	line-height: 1.8em;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}

/*******************************Images*******************************************/
img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 2px;
}

/******************************Links******************************************************/

#content2 a {
	
	color:#0033CC;
}

/*****************************Tables**************************************************/

/* Contact Info Table*/

table.contactInfo{
margin-top:-10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left:40px;
	color:#000000;
	width: 500px;
	/*background-color: #fafafa;*/
border-collapse: collapse;
	border-spacing: 0px;
	line-height: 1.8em;
}

td.lefttitle{
padding-top:10px;
font-family: Arial, Helvetica, sans-serif;
text-align:right;
vertical-align:top;
}

td.rightinfo{
padding-top:10px;
padding-left:7px;
text-align:left;
padding-left:7px;
}

/*Activity Table*/

table.activity{
	margin-top:0px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	padding-left:20px;
	
	color:#000000;
	width: 560px;
	/*background-color: #fafafa;*/
    border-collapse: separate;
	border-spacing:5px;
	line-height: 2em;
	padding-bottom:10px;
	
}
td.title
{ 
text-align: center;
text-indent: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
color:#333333;
padding:4px,4px,0,0;

}
td.grey
{
padding-top:4px;

}
td.white
{
padding-top:4px;
background:#FFFFFF;
}

