@charset "UTF-8";
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;
	padding-top:-15px;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #004093;
	border-top-color: 1656a0;
	border-right-color: 1656a0;
	border-bottom-color: 1656a0;
	border-left-color: 1656a0;
}


.type_white_s2 {

color:#ffffff;
font:century gothic;
font-size:14px;
font-weight:500;
	
}


.type_white_s {

color:#ffffff;
font:century gothic;
font-size:13px;
font-weight:400;
	
}

.type_yellow_s {

color:#e0d734;
font:century gothic;
font-size:15px;
font-weight:300;
	
}


.type_red_s {

color:#e03450;
font:century gothic;
font-size:15px;
font-weight:300;
	
}

a.type_red_s:link 	{ color:#e03450;
font:century gothic;
font-size:15px;
font-weight:300; }


a.type_red_s:visited 	{ color:#e03450;
font:century gothic;
font-size:15px;
font-weight:300; }


a.type_red_s:active 	{ color:#e03450;
font:century gothic;
font-size:15px;
font-weight:300; }


a.type_red_s:hover 	{ color:#e03450;
font:century gothic;
font-size:15px;
font-weight:300; }



.type_yellow {

color:#e0d734;
font:century gothic;
font-weight: 500;
font-size:22px;
	
}

.type_white {

color:#ffffff;
font:century gothic;
font-size:22px;
	
}


.type_yellow_q {

color:#e0d734;
font:century gothic;
font-size:33px;
font-weight:100;
	
}

.type_white_q {

color:#ffffff;
font:century gothic;
font-size:33px;
font-weight:100;
	
}
.oneColElsCtr #mainContent {
	background-image:url(images/rigscreened_bg.jpg);
	background-repeat:no-repeat;
	height:46em;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #1656ao;
	border-top-color: 1656a0;
	border-right-color: 1656a0;
	border-bottom-color: 1656a0;
	border-left-color: 1656a0;
}

