@charset "utf-8";
/* CSS Document */

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 */
	background:#f4f7fe;
}
.oneColFixCtr #container {
	width: 1000px;  /* 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 */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #footer {
	width:1000px;
	clear:both;
	text-align: center;
	padding-top:30px;
	margin-bottom:20px;
	color:#151f5b;
}
.oneColFixCtr #mainContent {
	margin-top:35px;
	height:600px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
margin-top: 5px;
}

#menu {
height:46px;
width:991px;
background-image:url(image/base.png);
margin-top:5px;
}

.oneColFixCtr #container #mainContent h3 {
	font-family: 'PT Serif Caption', arial, serif; 
	color: #141e67;
	font-size: 22px;
	font-weight: normal;
}
.oneColFixCtr #container #mainContent h3 a {
	color: #0f665f;
	text-decoration:none;

}
.oneColFixCtr #container #mainContent h3 a:hover {
	text-decoration:underline;

}


.oneColFixCtr #container #mainContent h5 { 
	font-family: 'PT Serif Caption', arial, serif; 
	font-weight:normal;
	color:#141e67;
	font-size:19px;
	}
	.oneColFixCtr #container #mainContent h6 { 
	font-family: 'PT Serif Caption', arial, serif; 
	font-weight:normal;
	color:#141e67;
	font-size:17px;
	}
.oneColFixCtr #container #menu #button {
	float:left;
}
.oneColFixCtr #container #mainContent #footer p {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.oneColFixCtr #container #menu #button img {
 padding-top:12px;
 margin-left:10px

}
.oneColFixCtr #container #menu #button1 {
	margin-top:14px; 
	float:left;
	margin-left:22px;
	
}


.oneColFixCtr #container #mainContent #lefttextcolumn {
	width: 655px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.oneColFixCtr #container #mainContent #lefttextcolumn #line {
	margin-top:25px;
	margin-bottom:25px;
	margin-left:-3px;
	width: 669px;
	height: 6px;
	background-image:url(image/line.png);
	
}


.oneColFixCtr #container #mainContent #righttextcolumn {
	width: 255px;
	float:left;
	text-align:center;
	padding-right:20px;
}
.oneColFixCtr #container #mainContent #lefttextcolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #043935;
}
.oneColFixCtr #container #mainContent #lefttextcolumn #contactform {
	background-color: #cbe3f7;
	width: 300px;
}


.oneColFixCtr #container #mainContent #lefttextcolumn #contactform form {
	padding: 0 15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#08153d;

}
.bold {
	font-weight:bold;
	font-family:'PT Serif', arial, serif;

}.oneColFixCtr #container #mainContent #lefttextcolumn #contactform #contactlabel {
	margin-bottom: 3px;
}
.oneColFixCtr #container #mainContent #lefttextcolumn #curvedbottom {
	background-image: url(image/curved%20bottom.png);
	width:300px;
	height:18px;
	margin-top:0px;
}
.oneColFixCtr #container #mainContent #lefttextcolumn #curvedtop {
	background-image: url(image/curved%20top.png);
	width:300px;
	height:18px;
	margin-top:-10px;

}
