	
a img, :link img, :visited img {
	border: 0;}
	
	
body {
	background-color: #000000;
	font-size: 1em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent {
	font-size: .9em;
	margin: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
}


#container {
	width: 800px;
	
	  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 3px solid #AC1F04;
}
h2,h3,h4 {
	color: #AC1B08;
}
h1 {
	color: #AC1B08;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC1B08;
}
#rightCol {
	margin-right: 40px;
	margin-left: 20px;
}


#leftCol {
	width: 250px;
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bigLeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #A21E11;
	display: inline;
	margin: 2px;
}


#header {
	background-repeat: no-repeat;
	width: 800px;
	height: 268px;
}
#footer {
	font-size: .8em;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.floatRight {
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
}

.floatRight img {
	float: right;
	border: 1px solid #771A49;
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.floatLeft{
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 100px;
	margin-left: 50px;
}
.floatLeft img{
	float: left;
	border: 1px solid #771A49;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #A21E11;
	display: inline;
	margin: 2px;
}
#contactImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftColWide {
	width: 300px;
	float: left;
	padding: 5px;
	border: 1px none #000000;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Contact {
	border: 1px solid #000000;
	padding: 10px;
}
.formButton  {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
	margin-left: 30px;
	margin-top: 10px;
	padding: 2px;
}

