﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#c0c0c0;
	line-height:150%;
	vertical-align:top;
	margin-top:0px;
	}

table {
	background: white;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	}

.cell1 {  /* style the empty, upper left cell*/
	background-color:#523b73;
	height:40px;
	}
	
.cell2contact {  /* style the upper right cell with the contact information*/
	background-color: white;
	color:black;
	text-align:left;
	padding:7px 10px 0px 5px;
	}	

.cell3 {   /* style the empty, middle left cell*/
	background-color:#907abb;
	height:12px;
	}

.cell4 {  /* style the empty, middle right cell*/
	background-color:#bababa;
	}

.cell5logo {   /* style the left cell with the company logo*/
	vertical-align:middle;
	}

.cell6mainimage {  /* style the cell containing the image file */
	background-color:#523b73;
	border:0px;
	}

.menu {  /* style the cell containing the menu system */
	vertical-align:top;
	text-align:left;
	width:140px;
	}

.maincontent {   /* style the cell containing the all of the content */
	text-align: justify;
	color:white;
	background-color:#523b73;
	background-image:url('images/bgWires.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	vertical-align:top;
	width:628px;
	padding: 25px 15px 15px 15px;
	}

.logo { /* style the image at the top of each page (see cell6mainimage for cell properties) */
	border-width:0;
	}

.imageborder { /* style the image at the top of each page (see cell6mainimage for cell properties) */
	border-width:0;
	width:100%; 
	}

h2 {
	font-size:170%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:30px;
	}

h3 {
	font-size:150%;
	margin-top:20px;
	margin-bottom:30px;
	}

h4 {
	font-size:150%;
	font-style:italic;
	margin-top:50px;
	margin-bottom:30px;
	}

h5 {
	font-weight:bold;
	}

.together {   /* style the quote "Together We Can Do IT" */
	font-size:170%;
	font-style:italic;
	font-weight:bold;
	text-align:center;	
	line-height:36px;
	margin-top:20px;
	margin-bottom:30px;
	}

.questions {  /* style the lines containing questions */
	font-style:italic;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:30px;

}
.vendorlogos {  /* style the area containing partner/vendor logos*/
	text-align:center;
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:30px;
	}	

.contentlink:link {  /* style the links in the content area*/
	text-decoration: underline;
	color: #fff;
	}
	
.contentlink:visited {
	text-decoration: underline;
	color: #aaa;
	}
	
.contentlink:hover {
	text-decoration: none;
	color: #999;
	}
	
#contact:link {   /* style the link in the contact cell*/
	text-decoration: underline;
	color: black;
	}
	
#contact:visited {
	text-decoration: underline;
	color: #002D62;
	}
	
#contact:hover {
	text-decoration: none;
	color: black;
	}
	
.contactinfo {
	background-color:transparent;
	}	