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



body {
	background-image: url(Images/American-Flagbg.jpg);
	background-repeat: no-repeat;
	background-color:#ed1944;
	text-align:center;
	font:12px Calibri;
	color:#1e51a4;
	
	
}

.clear{ clear:both;
	}
a {
	text-decoration:none;
	color:#006;}
	
img {
	border:none;
	
}
h1{
	font:italic bold 30px "Eras Bold ITC";
	color:#ed1944;}
h2{
	font:italic bold 20px "Eras Bold ITC";
	color:#ed1944;}
h3{
	font:italic 14px "Eras Bold ITC";
	color:#1e51a4;}
h4{
	font:italic bold 20px Calibri;
	color:#ed1944;}
h5{
	font:italic 14px Calibri;
	color:#1e51a4;}

#header {
	background-color:#ed1944;
	/*background-color:ed1944;*/
	width:100%;
	
	margin:0 auto;
	padding:5px;
}
	
#hmenu {
		background:none;
		/*font-style font-variant font-weight font-size/line-height font-family*/
		padding:2px;
		
}
#hmenu ul{color:#1e51a4;font: bold 18px "Eras Bold ITC"; width:950px; margin:180px auto 5px auto;}
#hmenu ul li{ margin:0 auto;  list-style-type:none; display:inline; }
#hmenu ul li a { text-decoration:none; text-align:center; font: bold 18px "Eras Bold ITC";color:#FFF;}
#hmenu ul li a:hover { color:#6ccff6;}



#container {
	font:18px Calibri;
	color:#1e51a4;
	background-color:#FFFFFF;
	margin: 0 auto;
	width:900px;
	padding:20px;
	text-align:justify;
	-moz-box-shadow: 3px 3px 4px #1e51a4;
	-webkit-box-shadow: 3px 3px 4px #1e51a4;
	box-shadow: 3px 3px 4px #000; /* For IE 8 */;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#1e51a4')"; /* For IE 5.5 - 7 */;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#1e51a4');
	-moz-border-radius: 20px; /* FF1+ */;
	-webkit-border-radius: 20px; /* Saf3+, Chrome */;
	border-radius: 16px; /* Opera 10.5, IE 9 */
	border-color:#1e51a4;
	border-style:solid;
	border-width:5px;
	
}
#footer {
	background-color:#ed1944;
	margin:0 auto;
	padding:5px;
	text-align:center;
	color:#1e51a4;
	font:12px Calibri;
	
	width:100%;
	
	}
#socialContainer {
	width:520px;
	height:72px;
	
	
	}
	
.social {
	width:120px;
	height:62px;
	float:left;
	margin:0 2px;
	padding:3px; 
	
	}
	
#footerRight {
	width:500px;
	height:100px;
	float:right;
	padding:3px;
	margin:0 auto;
	}
	
.footerRight {
	width:150px;
	height:102px;
	margin:0 auto;
	padding:3px;
	float:right;
	font: italic bold 14px Calibri;
	color:#fff;
	text-align: justify;	
}
/*Table Styling*/
#table {
	border:solid 2px #006;
	width:860px;
	margin:0 auto;
	font:14px "Myriad Pro Cond";
	
	}
.column {
	text-align:center;
	float:left;
	width:57px;				
}
.row {
	background-color:#C2EBFF;
	width:742px;
	margin:0 auto;
	 border: 2px solid #006;}
				
	.cell {
	 border: 2px solid #006;
	 padding:5px;
	 color: #006;
	 margin:0 auto;
	 text-align:left;
	 background-color:#C2EBFF;
			width:846px;
			font-weight:bold;	
	}
.titleCell {
	color: #006;
	 margin:0 auto;
	 text-align:center;
	 width:57px;
	 height:57px;
			font-weight:bold;
			float:left;
	}
.contact {
	height:100px;
	width:600px;
	margin:0 auto;
	
	font: 24px "Eras Bold ITC";
	color:#1e51a4;}