body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
      width: 800 px;
	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;
	/*padding-top: 10px; */
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #container2 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
     
}
#Table_01 {
	float:left;
	width:800px;
}

#header {
	float:left;
	width:800px;
	/*height:263px;*/
      border: 1px solid #000000;
}

#menus {
	float:left;
	width:800px;
	height:27px;
      border: 1px solid #000000;
}
.menus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #14334F;
      
}
.menus  a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #14334F;
	text-decoration: none;
}
.menus a:isited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #14334F;
	text-decoration: none;
}
.menus a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #14334F;
	text-decoration: none;
}
.menus a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #990000;
	text-decoration: none;
}


#banner {
		float:left;

	width:800px;
	height:65px;
      border: 1px solid #000000;
     
}

#textcontent {
	float:left;
	width:800px;
      border: 1px solid #000000;
     
      
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 25px;
	width: 480px;
	text-align: justify;
	line-height: 15px;
	padding-top: 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F2FD4;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#title1 {
	float:left;
	width:259px;
	height:228px;
}

#text1 {
	float:left;
	width:541px;
	height:228px;
	background-image: url(template/text1.jpg);
}

#title2 {
	float:left;
	width:259px;
	height:149px;
}

#text2 {
	float:left;
	width:541px;
	height:149px;
	background-image: url(template/text2.jpg);
}

#title3 {
	float:left;
	width:259px;
	height:206px;
}

#text3 {
	float:left;
	width:541px;
	height:206px;
	background-image: url(template/text3.jpg);
}

#content-07 {
		float:left;

	width:800px;
	height:137px;
}


#footer {
	float:left;
	height:40px;
	width: 775px;
       
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}
.style1 {
	color: #14334F
}
#credit {
	float:left;
	height:25px;
	background-repeat: repeat-x;
	width: 800px;
      
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3B1C1;
	padding-top: 12px;
	padding-left: 0px;
}
.credit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3B1C1;
	text-decoration: none;
}
.credit a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000033;
	position:absolute;
	//left:475px;
	top: -30px;
	//width:200px;
}

a img {border:none; }

.subheading{
	font-size:18px;
}

h3 {
font-weight: bold;

}

