@charset "UTF-8";
* {margin: 0; padding: 0;}
body  {
	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: #F58220;
	background-repeat: repeat;
}
.gandhiStyles #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.gandhiStyles #header {
	height: 133px;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
} 
.gandhiStyles #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 271px;
	background-color: #8F8E8E;
}
.gandhiStyles #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
} 
.gandhiStyles #footer {
	padding: 0 10px 0 20px;
	background-color: #010101;
	height: 150px;
} 
.gandhiStyles #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	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:absolute;
	width:446px;
	height:28px;
	z-index:1;
	background-color: #F58220;
	top: 65px;
	padding-left: 15px;
	padding-top: 5px;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #7A7A7A;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 13px;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: lighter;
	color: #F4821F;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
	font-style: normal;
	letter-spacing: -1px;
	font-variant: normal;
}
p {
	padding-left: 20px;
}
.navtemp {
	padding-top: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #F58220;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #F58220;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #F58220;
	text-decoration: underline;
}
