@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#999;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #171717 !important;
	text-align:center;
}
.oneColLiqCtrHdr #header {
	background-color: #171717 !important; 
	text-align:center;
}

.oneColLiqCtrHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #171717 !important;
	width:100%;
	margin: 0 auto;
	padding-bottom:30px;
}
.oneColLiqCtrHdr #footer { 
	background-color: #171717 !important;
	text-align:center;
	width:100%;
	float:none;
} 

.table {
	text-align:center;
	margin-top:10px;
}

.contact {
	margin-bottom:5px;
}

tr {
	text-align:center;
}

.2008 {
	float:left;
	width:200px;
}

.2009 {
	float:left;
	width:200px;

.grad {
	width:100%;
	margin:0 auto;
}

a {
	text-decoration:none;
	color:#CCC;
}

a.email {
	color:#999;
}

img.grad1 {
	width:200px;
	height:200px;
	float:left;
}