/* farmcreditcareers.css */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Garamond, Calisto MT, serif;
	font-size:12pt;
	font-weight:normal;
}
/*
#header {
	background-color:#669933;
	margin-left:10%;
	margin-right:10%;
	float:top;
	text-align:center;
}
*/
#leftnav {
	background-color:#336699;
	width:200px;
	padding:10px;
	float:left;
	margin-left:10%;

}
/*
#container{
	background-color:#FFFF00;
	color:#000000;
	font-family:Garamond, Calisto MT, serif;
	font-size:10pt;
	font-weight:normal;
	margin-left:10%;
	margin-right:10%;

}
*/
#footer {
	background-color:#669933;
	color:#333333;
	margin-left:10%;
	margin-right:10%;
	font-family:"trebuchet ms", arial, sans-serif;
	font-size:8pt;
	text-align:center;
}
/*
#rightborder{
	background-color:#006633;
	width:30px;
	float:right;
	height:auto;
}
*/
/******** GENERAL ********/
li{
	list-style-type: square;
}

img, img a {
	border:0px;
}

/******** LEFT NAVIGATION ********/
ul {
	margin-top:0px;
	margin-left:20px;
}

#navlist li{
	list-style-type: square;
	color:#e48c07;
}

.leftnav_title{
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #e48c07;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_title a,  .leftnav_title a:link,  .leftnav_title a:visited,  .leftnav_title a:active{
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #e48c07;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_bullet a{
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_bullet a:link {
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_bullet a:visited {
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_bullet a:hover, .leftnav_title a:hover {
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #ffff99;
	font-weight:normal;
	text-decoration:none;
}

.leftnav_bullet a:active {
	font-family: impact, Haettenschweiler, arial;
	font-size: 13px;
	color: #e48c07;
	font-weight:normal;
	text-decoration:none;
}

/******** HEADERS ********/
.h1{
	color:#006633;
	font-size: 40pt;
	font-family:Haettenschweiler, Impact, Arial;
	font-weight:normal;
}

.h2{
	color:#006633;
	font-size: 16pt;
	font-family:Garamond, Calisto MT, serif;
	font-weight:bold;
	padding:-10px;
}

.h3{
	color:#ff9900;
	font-size:14pt;
	font-family:Garamond, Calisto MT, serif;
	font-weight:bold;
}

.note{
	color:#999999;
	font-size:8pt;
	font-style:italic;	
}

  
a, a:link, a:visited{
	color:#006633;
	font-family:Garamond, Calisto MT, serif;
	font-weight:bold;
}

a:hover, a:active{
	color:#ff9900;
	font-family:Garamond, Calisto MT, serif;
	font-weight:bold;
	text-decoration:none;
}

/******** FAQ SECTION ********/
.question li{
	list-style-image:url(images/question.GIF);
}

.answer li{
	list-style-image:url(images/answer.gif);
}

.signature{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:12pt;
	padding-left:10%;
}
	
/******** FAQ SECTION ********/
.quote{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:12pt;
}
