@charset "utf-8";
/* CSS Document */
body {
	font-family:  Arial;
	background-image:url(../images/int_mainBackgroundSpan.gif);
	background-repeat:repeat-x;
	background-color: #6885ae;
	color: #3b3b3b;
	font-size: 12px;
	margin-top:0px;
}
h2 {
	font-size:14px;
	color:#335a92;
	font-wieght: 900;
}
#bodyContainer a:link {
	font-size:12px;
	text-decoration:none;
	color:#ff8500;
}
#bodyContainer a:visited {
	text-decoration:none;
	color:#ff8500;
}
#bodyContainer a:active {
	text-decoration:none;
	color:#ff8500;
}
#bodyContainer a:hover {
	text-decoration:underline;
	color:#ff8500;
}
.clear {
	CLEAR: both; FONT-SIZE: 0px; VISIBILITY: hidden; LINE-HEIGHT: 0; HEIGHT: 0px
}

#masterContainer {
	width:965px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}
#topBar {
	width:948px;
	height:23px;
	background-color:#6991ca;
}
#btmWhiteBord {
	background-image:url(../images/int_BTMborderSpan.gif);
	background-repeat:repeat-x;
	width: 948px;
	height: 4px;
}
#footer {
	padding-top:8px;
	font-size:10px;
	color:#272727;
}
#footer a:link {
	text-decoration:none;
	color:#272727;
}
#footer a:visited {
	text-decoration:none;
	color:#272727;
}
#footer a:active {
	text-decoration:none;
	color:#272727;
}
#footer a:hover {
	text-decoration:underline;
	color:#272727;
}
#contentContainer {
	float:left;
	width:948px;
	height:100%;
	margin-left:0px;
}
#bodyContainer {
	padding-top:20px;
	width:948px;
	text-align:left;
	padding-bottom: 15px;
	position:relative;
}
#flashContainer {
	width:948px;
	height:250px;
	background-color: #6885ae;
	vertical-align:middle;
}
#formHeader {
	font-size: 18px;
	font-weight: 900;
	color: #CBC800;
	height: auto;
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#formText {
	color:#666666;
	padding-left: 10px;
}
#formField {
	color:#666666;
	padding-left: 10px;
	padding-bottom:10px;
}
.floatLeft {
	float:left;
}
.floatRight {	
	position:relative;
	float:right;
}
