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


.borderTable {	
border: 1px solid #acabab;
}
.table td, table th {
    border: 1px solid black;
}
table.gridtable {
	
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	
}


.style2{
color:#641a1b;
font-family:"'Droid Serif', serif;","Microsoft Sans Serif";
font-size: 14px;
font-weight:bold;

}

/*quote for ed and founder message*/


blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 600px;
    margin: 0.25em 0;
    padding: 0.35em 50px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 30px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.firstcharacter { color: #903; font-size: 40px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
