@charset "UTF-8";
body  {
	padding: 0;
	text-align: left;
	color: #000066;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-right: 10;
	margin-bottom: 20;
	margin-left: 10;
	background-image: url(../imagefr/allover/strip.jpg);
	background-attachment: fixed;
	background-color: #FADF45;
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #231D72;
	position: relative;
} 
.twoColFixRtHdr #header {
	background-color: #FFF098;
	background-image: url(../imagefr/allover/background.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF7C3;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: thin solid #FBDF3A;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF098;
	font-size: 75%;
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.apDiv1 {
	position:relative;
	width:90%;
	height:auto;
	z-index:1;
	background-color: #FEFBE0;
	left: 5%;
	padding: 15px;
	border: 1px solid #F7CE13;
}
#callback {
	position: relative;
	top: 1px;
	right: 1px;
	width: 200px;
	float: right;
	height: 19px;
	z-index: 90;
	background-color: #FFF4AB;
	visibility: hidden;
}
.smaller {
	font-size: 80%;
}
.smallish {
	font-size: 90%;
	}
.bigger {
	font-size: 115%;
}
.rightflotimg {
	padding: 8px;
	border: 1px solid #FADF39;
	margin: 3px;
	float: right;
}
.middle {
	text-align: center;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .question {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F7CE13;
}
.sidebarimg {
	margin: 3px;
	border: 1px double #FADF39;
	padding: 5px;
	background-color: #FFFCE4;
}
.apDivLinx {
	position:relative;
	width:99%;
	height:auto;
	z-index:1;
	background-color: #FFF098;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7CE13;
	border-right-color: #F7CE13;
	border-bottom-color: #F7CE13;
	border-left-color: #F7CE13;
}
.gallhead {
	font-weight: bold;
	background-color: #FFFCE9;
	display: block;
	border: 1px solid #FADF39;
	padding-left: 7px;
}
