﻿body
{
    background-color: #EFEFEF;
    margin: 0px;
    text-align: center;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* make everything fit the height of the page */
body, html
{
    height: 100%;
}

/* remove borders from all image links */
a img
{
    border: 0px;
}

/* container div saves the day, holds in our content */
.container
{
    background-color: #FFF;
    display: table;
    padding: 20px;
    margin: auto;
    width: 900px; /*border-left: 1px solid #DDD; 	border-right: 1px solid #DDD; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 1400px;
}


.BiggerHeading
{
	padding: 0.2em 0.5em;
	font-size: 110%;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	color: #000000;
}
.logo_container
{
	width: 880px;
	height: 180px;
	padding: 5px;
}
.logo_left
{
	float: left;
	height: 160px;
	width: 160px;
	vertical-align: bottom;
	border-right: 0px;
}
.logoTop {
	float: left;
	height: 160px;
	vertical-align: bottom;
	border-right: 0px;
}


.logo_middle
{
	float: left;
	height: 160px;
	width:380px;
	vertical-align: bottom;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
font-weight: lighter;
color: Gray;
}

.logo_right
{
	float: right;
		height: 160px;
	width: 210px;
}

.logo_left_choices
{
	float: left;
	width: 420px;
	vertical-align: bottom;
	padding:10px;
}



.logo_right_checkbox
{
	float: right;
	width: 380px;
	padding:10px;
	padding-bottom:0px;
}

.SBDCLogo
{
	width: 150px;
	height: 150px;
}

.GDEcDLogo
{
	width: 113;
	height: 95px;
}

br
{
	clear: both;
}

.InsideFieldSet
{
	width: 750px;
	float: left;
	padding: 5px;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 20px;
}

.OutSideFieldSet
{
	width: 900;
	padding: 10px;
	text-align: left;
	height: 1400px;
	vertical-align: middle;
}
.ResultsFieldSet
{
	padding-top:20px;
}

.UseHand
{
	cursor: hand;
}

.siz10font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
.topContactus
{
	padding: 0px 10px 0px 10px;
	background-color: #e0e0e0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	border: 0px;
	font-size: 13px;
	float: left;
	width: 800px;
}


