@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/home_bg.html);
	background-repeat: repeat-x;
	font-family: "Tw Cen MT", Tahoma;
	font-size: 15px;
	color: #FFF;
}
#container {
	margin: auto;
	width: 1059px;
}
#logo {
	float: left;
	margin-bottom: 30px;
}
#title {
	float: right;
}

#logo2 {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bottom {
	clear: both;
}
h1 {
	font-size: 27px;
	color: #1F204C;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#content_body {
	background-color: #001123;
	background-image: url(images/content_body_bg.html);
	background-repeat: repeat-x;
	height: auto;
	margin-bottom: 50px;
	box-shadow: 0px 3px 5px #666;
	-moz-box-shadow: 0px 3px 5px #666;
	-webkit-box-shadow: 0px 3px 5px #666;
	-o-box-shadow: 0px 3px 5px #666;
	margin-top: 0px;
}
#content_area {
	background-image: url(images/content_bg.html);
	background-repeat: no-repeat;
	height: 588px;
}
#content {
	float: right;
	width: 600px;
	margin-top: 30px;
	margin-right: 30px;
	text-align: right;
	text-shadow: 1px 1px #000000;
}
#content a {
	color: #FFF;
}
.bigger_txt {
	font-family: cfont;
	font-size: 30px;
	color: #FFF;
}

#apply_btn {
	float: left;
	margin-top: 670px;
	margin-left: 80px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #F5811D;
	margin-top: 40px;
}

.btn {
	background-image: url(images/btn_bg.html);
	background-repeat: repeat-x;
	height: 60px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #1F204C;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#apply a {
	color: #1F204C;
	text-decoration: none;
}
#footer {
	color: #333;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

#apply a:hover {
	color: #0D4C8B;
}
