@charset "UTF-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

.oneColFixCtr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #999;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0;
	padding: 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textcontentwelcome{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding-right: 50px;
	padding-left: 30px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.textcontentabout {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding-right: 250px;
	padding-left: 30px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.textcontentservicesmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-indent: 0px;
	vertical-align: text-top;
}
.headersmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-indent: 0px;
	vertical-align: text-top;
}
.topalign {
	vertical-align: top;
	text-indent: 0px;
	margin: 0px;
	padding-top: 30px;

}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
.contactalign {
	vertical-align: top;
	text-indent: 0px;
	margin: 0px;
	padding-top: 30px;
	padding-left:30px;
	font-family: "Times New Roman", Times, serif;
}
.messagealign {
	vertical-align: top;
	text-indent: 0px;
	margin: 0px;
	padding-left:30px;
	font-family: "Times New Roman", Times, serif;
}
.rightalign {
	text-align: right;
	padding-left:300px;
}
.texttop {
	vertical-align: top;

}
.addressalign {
	font-size: 12px;
	text-align: right;
	color: 333;
	font-family: "Times New Roman", Times, serif;
	vertical-align: text-top;
	margin-right: 45px;
	margin-top: 12px;
}
.Bold {
	font-weight: bold;
}
