.oneColFixCtr #container {
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background: #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.number  {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.noborder {
	border: none;
}


.subtitle  {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #8D191B;
	line-height: 25px;
}

.formfield  {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #8D191B;
	line-height: 25px;
}


.bodytext{
	font-family: arial;	
	font-size: 12px;
	font-weight: normal;
	color: #7B7B7B;
	line-height: 20px; 
}

.picframe {
	border: 4px;
	border-style: solid;
	border-color: #FFFFFF;
}



.bottomframe {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.navframe {
	border-bottom-color: #BCBCBC;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.imgborder{
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color: #BCBCBC;
	padding-left:20px;
}

.footertext{
	font-family: calibri;
	font-size:12px;
	font-weight: normal;
	color: #B8B8B8;
}

.copyright{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #818181;
	line-height: 25px;
}

.hosting{
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #8D8D8D;
	line-height: 5px;
}

.footerframe {
	border-right-color: #BCBCBC;
	border-right-style: dotted;
	border-right-width: thin;
}
	
.footerline {
	border-top-color: #BCBCBC;
	border-top-style: dotted;
	border-top-width: thin;
}

a.email:link, a.email:visited, a.email:active  	{ font-family: tahoma; font-size: 15px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
a.email:hover		{ text-decoration: underline; color: #FFFFFF; font-weight: normal}

a.nav:link, a.nav:visited, a.nav:active  	{ font-family: arial; font-size: 12px; font-weight: normal; color: #7B7B7B; text-decoration: none; line-height: 25px;}
a.nav:hover		{ text-decoration: none; color:  #4A4A4A; line-height: 25px;}

a.emailnav:link, a.emailnav:visited, a.emailnav:active { font-family: arial; font-size: 12px; font-weight: normal; color: #8D191B; text-decoration: none;}
a.emailnav:hover		{ text-decoration: underline; color: #8D191B; font-weight: normal}

