body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #C8CBCC;
	background-image: url(imagesnew/bodybg.jpg);
	background-repeat: repeat-x;
	
	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #CC0000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-shadow-color: #7C8FA0;
	scrollbar-highlight-color: #CC0000;
	scrollbar-3dlight-color: #7C8FA0;
	scrollbar-darkshadow-color: #CC0000;

}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
} 
#linkContainer {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	color: #333;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#linkContainer li a:link, #linkContainer li  a:visited, #linkContainer li a:active {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#linkContainer li a:hover, #linkContainer li a.current:active, #linkContainer li a.current:visited {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	
}


#header {
	/*background-color: #DDDDDD;*/
	background-image: url(imagesnew/topbg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 34px;
	padding-top: 30px;
	padding-bottom: 0;
	width: 900px;
} 
#header ul {
	list-style-type: none;
	color: #333;
	text-align: center;
	margin: 0px;
	padding-left: 50px;
}

#header li a:link, #header li  a:visited, #header li a:active {
	
	list-style-type: none;
	font-weight: bold;
	color: #333;
	display: block;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	text-decoration: none;
}

#header li a:hover, #header li a.current:active, #header li a.current:visited {
	text-decoration: underline;
	color: #999;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 900px;
	background-color: #EBEBEB;
	background-image: url(imagesnew/contentBg.jpg);
	height: 375px;
	display: block;
	background-repeat: no-repeat;
}
#mainContent {
	height: 375px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 549px;
	float: left;
	background-image: url(imagesnew/vestatech_03.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
} 
#mainTxt {
	display: block;
	width: 450px;
	overflow: hidden;
	height: 310px;
	overflow-y: scroll;
	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #FFF;
	text-indent:50px;
	scrollbar-3dlight-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	padding-right: 30px;
	margin-top: 55px;
	margin-left: 330px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 20px;
	text-indent:30px;
	line-height: 19px;
	color: #333;
}
.bolditalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
}

#footer {
	height: 500px;
	padding-bottom: 0;
	background-color: #C8CBCC;
	background-image: url(imagesnew/footerbg.gif);
	background-repeat: repeat-x;
	padding-left: 62px;
	padding-right: 62px;
	display: block;
	padding-top: 0px;
} 
#footer ul {
	list-style-type: none;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 8px;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-variant: normal;
	line-height: 21px;
	width: 290px;
	
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;s
	text-align: left;
	display: block;
	width: 300px;
	padding-top: 20px;
	float: left;
}
.footerH1 {
	
}

.leftcontent {
	display: block;
	width: 40%;
	padding-top: 20px;
	float: left;
 }
 
 .rightcontent {
	display: block;
	width: 55%;
	padding-top: 20px;
	text-align: right;
	float: right;
}

.contentlHtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding: 0px 0 10px 0;
	display: block;
}

.contentrHtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding: 0px 0 10px 0;
	margin: 0px 0 10px 0;
	display: block;
}


.footerHeader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: right;
	display: block;
	padding-top: 20px;
	float: right;
	margin-right: 70px;
	line-height: 25px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	display: block;
	margin-top: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.footercontactusTxt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	line-height: 18px;
	display: block;
	margin-top: 0px;
	
}
.footerTxt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	margin-top: 2px;
	border-top-color: #333;
	padding-top: 2px;
	display: block;
}
.footerTxt3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	display: block;
	text-align: right;
	background-color: #C8CBCC;
	padding-right: 70px;
	padding-top: 20px;
}
.footerTxt3 a:hover, .footerTxt3.current:active, .footerTxt3 a.current:visited {
	color: #3281B9;
}
.footerTxt3 a:link, .footerTxt3 a.current:active, .footerTxt3 a.current:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 13px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #footer .footerHeader1 {
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #footer .footerHeader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #footer .footerHeader1 {
	font-size: 26px;
}

#manilacrschat {
	height: 69px;
	width: 301px;
	display: block;
	text-align: right;
	float: right;
	margin-bottom: -18px;
}