/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 8px;
	margin-left: -1em;
	}
a:link {
	font-weight: bold;
	color: #8FBF2F;
}
a:visited {
	font-weight: bold;
	color: #8FBF2F;
}
a:active {
	font-weight: bold;
	color: #8FBF2F;
}
a:hover {
	font-weight: bold;
	color: #8FBF2F;
}
h1 {
	color: #39A1B4;
	font-size: 16px;
	font-weight: bolder;
	line-height: 17px;
	padding-bottom: -10px;
	padding-top: 10px;
}
h2 {
	color: #39A1B4;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	padding-bottom: -10px;
	padding-top: -10px;
}

font.header
{
	color:#39A1B4; 
	font-size: 14px;
	line-height:20pt;
	font-weight: bold;
}

font.title
{
	font-weight: bold;
	color: #8FBF2F;	
}

/* Layout Styles */
#content {
	padding: 0px;
	background-color: #FFFFFF;
}
#main {
	margin: 0px;
	padding: 0px;
}
#IDSFLogo {
	background-image:  url(../images/globalnav/IDF-396_GlobalNav_Bkgd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#globalnav {
	margin: 0px;
	padding: 0px;
	background-color: #FADE69;
}
#footer {
	position: relative;
	padding: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FADE69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	background-color: #FFFFFF;
	clear: both;
}
#footer_logos {
	width: 258px;
	float: right;
	padding: 10px;
}
#splash_small {
	padding: 20px 150px 20px 20px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #F3F0E3;
	min-height: 69px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#splash_small img {
	border: 0;
	padding: 0px 0px 8px 0px;
}
#splash_big {
	padding: 20px 20px 20px 340px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F3F0E3;
	min-height: 69px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
#splash_big img {
	border: 0;
	padding: 0px 0px 8px 0px;
}
#body_left_InsidePage { /* creates a wide left column and a 180px wide navigation column on the right */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 20px 20px 20px;
	width: 500px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#body_left_InsidePage2 { /* creates a wide left column and a 180px wide navigation column on the right */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 20px 20px 20px;
	float: left;	
}

#body_right_InsidePage {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 10px 0px 10px;
	width: 270px;
	position: relative;
	top: 0px;
	margin-left: 500px;
}
#body_left_FrontPage { /* creates almost equally sized left and right columns */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 390;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#body_right_FrontPage {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;

}
#searchbox {
	position: absolute;
	top: 15px;
	margin-left: 400px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
input {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
}
select {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
textarea {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
}

.warning {
	font-size: 150%;
	color: red;
}
