@charset "utf-8";
body {
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#container {
	margin: auto;
	padding: 0;
	width: 790px;
	background-color: #ffffff;
	height: auto;
}
#left {
	background-image: url(img/general/lh_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 243px;
	height: 594px;

}
#middle {
	width: 303px;
	float: left;
	background-image: url(img/general/middle_top.jpg);
	background-repeat: no-repeat;
	height: 594px;

}
#application_form {
	background-image: url(img/general/middle_middle_bg.jpg);
	height: 371px;
	background-repeat: no-repeat;
}


#right {
	background-image: url(img/general/rh_bg.jpg);
	height: 594px;
	width: 244px;
	float: left;
	background-repeat: no-repeat;

}
.heading1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc3366;
}
.blue_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc66;
	font-size: 9px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc3366;
	list-style-type: none;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 150%;
	font-weight: bold;
}
.pink_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc3366;
	line-height: 150%;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
text-decoration: none;
color: #999999;
}
a:hover {
text-decoration: underline;
color: #999999;
}
a:active {
text-decoration: none;
color: #999999;
}

