@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image: url(images/bgground.jpg);
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.textback {
	border-style: solid;
	border-color: #C4C9FF;
	border-width: 20px;
	background-color: #BDC3FF;
	text-align: justify;
	color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.textback li {
	list-style-image: url(images/dot.gif);
}
.textback  em {
	color: #006;
}

.testimonial {
	background-color: #BDC3FF;
	text-align: left;
	border-top-width: 5px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4C9FF;
	border-right-color: #C4C9FF;
	border-bottom-color: #C4C9FF;
	border-left-color: #C4C9FF;
	color: #006;
	padding: 20px;
}



a:visited {
	color: #0C67C0;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	color: #0C67C0;
	text-decoration: none;
}
a:link {
	color: #0C67C0;
	text-decoration: none;
	text-align: left;
}

.oneColFixCtrHdr #container {
	width: 850px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #C4C9FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background-color: #C4C9FF;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #nav {
	background-color: #343434;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #C4C9FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 850px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #343434;
	color: #CDD5D9;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imgright {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgright2 {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgright3{
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgright4 {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.imgmark {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.yellow {
	color: #FF0;
}
a:vsited{
	color: #06C;
	text-decoration: none;
}
#sitemap {
	float: left;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
	
#sitemap a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#sitemap a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
	
#siteby {
	float: right,relative;
	margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#siteby a:hover {
	color: #FF0;
	text-decoration: none;
	font-size: 10px;
}
#siteby a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #144587;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0C67C0;
}
strong {
	font-weight: normal;
}

