#header {
	background-image: url(/images/header.gif);
	height: 67px;
	padding-top: 7px;
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 720px;
}
#container {
	width: 760px;
	background-image: url(/images/site-bg.gif);
	background-repeat: repeat-y;
	text-align: left;	
	margin:0px auto;
}
#left {
	float: left;
	width: 470px;
	padding-right: 25px;
	padding-left: 10px;
}
#right {
	float: left;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-color: #EEF7EE;*/
	/*border: 1px solid #229C2C;*/
}
#right img{
	border: 1px solid #239D2B;
	margin-bottom: 8px;
	margin-left: 9px;
}
.right img {
border: 1px solid #239D2B;
	margin-bottom: 8px;
	margin-left: 9px;
	}
#content {
	padding: 15px 15px 20px 20px;
	margin: 0px;
}
#temcontent {
	background-image: url(/images/wrap.gif);
	padding: 15px 15px 20px 20px;
	float: left;
	background-position: 3px;
}
#temleft {
	float: left;
	width: 186px;
	padding-right: 14px;
	padding-left: 10px;
}
#temright {
	float: left;
	width: 475px;
	padding-right: 10px;
	padding-left: 20px;
}
#footer {
	color: #2B4D8B;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/images/footer.gif);
	float: left;
	width: 720px;
	text-align: center;
	vertical-align: top;
	padding-top: 25px;
}
body {
	margin-top: 11px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2B4D8B;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2, 
#right h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #229C2C;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #229C2C;
	margin: 0px 0px 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #362D73;
	letter-spacing: -1px;
	margin: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #362D73;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #362D73;
	margin: 0px;
}
.float-left {
	float: left;
	margin-right: 5px;
}
#footer a {
	font-weight: normal;
	color: #362D73;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #362D73;
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #239D2B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #239D2B;
	text-decoration: underline;
}
#applynow {
	float: left;
}
#logo {
	float: left;
	width: 535px;
	margin-left: 0px;
}
.news {
	background-color: #EEF7EE;
	border: 1px solid #239D2D;
	padding: 8px;
}
.headgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #239D2D;
}
td {
	font-size:10px;
}
table {
	width:100%;
}
table.dataTable tr td {
	border-bottom:1px dashed #CDCADC;
	padding:3px;
	vertical-align:top;
}
table.dataTable tr td:first-child {
	background-color:#CDCADC;
	
	font-weight:bold;
}
th {
	background-color:#CDCADC;
	
	font-weight:bold;
	font-size:14px;
}
.required
{
	border-right:3px solid red;
}
.text-input {
	width:180px;
}
.textarea-input {
	width:180px;
}
.form-btn {
	background-color:#239D2B;
	color:#fff;
	font-weight:bold;
}
.form-input {display:none;}