@charset "UTF-8";
body  {
	background: #ececec;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.35em;
}
.VGCtwoColFixHdr a {
	color: #4c4c4c;
} 
.VGCtwoColFixHdr a:hover {
	color: #DE1B1F;
	text-decoration: none;
} 
.VGCtwoColFixHdr #container {
	width: 980px;
	background: #FFFFFF;
	border: 1px solid #fff;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.VGCtwoColFixHdr #header {
	height: 80px;
	width: 910px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C4C4C;
} 
.VGCtwoColFixHdr #TopMenu {
	margin-right: 35px;
	margin-left: 35px;
	background-color: #DE1B1F;
	margin-bottom: 15px;
}
.VGCtwoColFixHdr  #TextCol {
	float: left;
	width: 310px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.VGCtwoColFixHdr  h1 {
	font-size: 1.5em;
	margin-top: 0px;
}
.VGCtwoColFixHdr  #ImageBoxes {
	margin-right: 35px;
	margin-left: 362px;
} 
.VGCtwoColFixHdr .LeftPhoto {
	float: left;
	margin-bottom: 15px;
	border: 1px solid #b7b7b7;
} 
.VGCtwoColFixHdr .RightPhoto {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #b7b7b7;
} 
.VGCtwoColFixHdr #EmailForm td {
	padding-bottom: 10px;
	padding-right: 10px;
}
.VGCtwoColFixHdr #footer {
	margin-right: 35px;
	margin-left: 35px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: .9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C4C4C;
	padding-top: 20px;
	padding-bottom: 35px;
	margin-top: 20px;
} 
.VGCtwoColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
