@charset "UTF-8";
body {
	background-color: #00B3E4;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a, a:visited, a:hover {
	color: #58595b;
}
#background_container {
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#wrapper {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	font-size: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #0033A0;
}
#header {
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
	background-repeat: no-repeat;
	float: left;
	height: 277px;
	background-image: url(../Images/header.jpg);
}
#header .container {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 725px;
}
#footer {
	float: left;
	width: 725px;
}
#top_tcs {
	width: 725px;
	position: relative;
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	background-image: url(../Images/top_tc.jpg);
}
#middle_tcs {
	width: 689px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595b;
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left: 18px;
}
#bottom_tcs {
	width: 725px;
	position: relative;
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	background-image: url(../Images/bottom_tc.jpg);
}
#content {
	float: left;
	width: 760px;
	background-image: url(../Images/card.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
#content .red_text {
	color: #00338e;
	font-weight: bold;
}
#content #left_col {
	float: left;
	width: 360px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#content #left_col li {
	padding-bottom: 10px;
}
#content #left_col ul {
	padding-left: 15px;
}
#content  #left_col #apply {
	float: left;
	padding-right: 5px;
	padding-left: 24px;
}
#content  #left_col #where {
	float: left;
	padding-left: 24px;
	padding-top: 4px;
}
#content  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #right_col {
	float: left;
	width: 300px;
	padding-top: 320px;
	text-align: center;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #00338E;
}
