/*official trustee site2 CSS Document */
/*primary html tags*/
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#BDBDBD;
	background-image:url(/images/body_bktile.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-size: 12px;
}

img a, img a:hover, img a:visited {
	border:0;
	border-color:#000000;}

h1, h2, h3, h4 {color:#002CA5;}
	
h1{
	font-size: 18px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-bottom: 3px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F9F9F;
	border-right-color: #9F9F9F;
	border-bottom-color: #9F9F9F;
	border-left-color: #9F9F9F;
}

h2 {
	font-size:13px;
	padding-bottom: 2px;
	text-decoration: underline;
}
	
ul li {
	color:#000000;
	margin-bottom: 8px;
}
/*================Begin Main Divs================*/
#wrap {
	padding:0;
	border:1px solid #000000;
	width:787px;
	background-color:#0B0747;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#header, #nav, #content_top, #content_bot {
	width:100%;}
	
#header {
	padding:0;
	margin:0;}

#nav {
	background-color:#000000;
	padding:0;
	margin:0;
	}
	
#content {
	
	padding: 20px 40px;
	text-align: left;
	background-color:#FFFFFF;
}
#content p, #content td {
	color:#000000;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: justify;
}
#content ul {
	text-align:justify;
	margin-right:45px;}

#content_top {
	width:787px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
	background-image:url(../images/top_content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	height: 240px;
	background-color: #0037AE;
}
	
	
#content_top_text{
	/*width:370px;*/
	width:365px;
	float:left;
	margin-top: 15px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align: justify;
	color: #FFFFFF;
	}

#content_top_text ul {
	margin-top: 5px;
	margin-bottom: 9px;
	color: #FFFFFF;
	padding: 0px;
}

#content_top_text li {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	list-style-type: disc;
}

#content_top_text p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}



#content_bot {
	color:#000000;
	clear:both;
	margin-bottom:15px;
	}
	
#content_bot h2 {
	color:#FFFFFF;
	background-color:#000000;
	font-size:medium;
	text-align:center;
	padding:8px;
	}

#cont_bot_lft_col, #cont_bot_mid_col/*, #cont_bot_rt_col*/ {
	background-color:#FFFFFF;}
	

#cont_bot_lft_col {
	margin-left:15px;
	margin-top:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
}

#cont_bot_lft_col img {
	text-align:center;
	padding:0px 15px 20px 15px;
	}
	
#cont_bot_mid_col {
	width:257px;
	}

#cont_bot_rt_col {
}

#contact_form {
	margin:2em 0 2em 2em;
	padding:2em 3em 2em 3em;
	background-color:#444444;
	border:1px solid #9FAFCE;
	width:340px;
}

#contact_form .button {
	text-align:right;

}
#popuplist {
background-color:#FFFFFF;
border:1px solid #B2B2B2;
margin:1em;
padding:1em;
}

#news_archive ul li{
	background-image:url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 7px;
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;}

/*================END Main Divs================*/

/*================Begin classes================*/


.float_lft {
	float:left;}
	
.float_rt {
	float:right;
	padding-right:15px;}
	
.bullet_arrow {
	background-image:url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 7px;
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
	}
li.PDF {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding:3px 0 3px 20px;
	margin:0 5px 0 -20px;
/*	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;*/
	
	
	list-style-type: none;
	font-size:11px;
	/*margin-left: -20px;
	margin-right:5px;*/
	
	font-weight: normal;
	
}	

.cont_bot_col{
	padding:0;
	background-color:#FFFFFF;
	/**/
	}
.cont_bot_col_separated {
	margin-top:20px;
	background-color:#FFFFFF;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #0B0747;
	}

.col_space {
	width:15px;
	}
	
.LowerTitle {
	color:#000000;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	background-color: #E9D64D;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	padding-left: 4px;
	background-image: url(../images/Lower_title.gif);
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #B2B2B2;
}

.Downloads_title {
	font-size:16px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3D55A9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C7A9C;
	border-right-color: #BDBCCD;
	border-bottom-color: #BDBCCD;
	border-left-color: #7C7A9C;
}

.Download_box {
	background-color: #F6F6F9;
	padding: 10px;
	width: 92%;
	text-align: left;
	color: #002CA5;
	background-image: url(../images/downloads_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid ;
	border-top-color: #BDBCCD;
	border-right-color: #7C7A9C;
	border-bottom-color: #7C7A9C;
	border-left-color: #BDBCCD;
	margin:0 0 10px 0;

}

.banner_display_separated {
	margin-top:20px;
	margin-bottom:20px;
	border-top:20px solid #444444;
	background-color:#444444;
	
	}
.banner_display_separated img {border:1px solid #2C2B2B;}
.repeating_content_item {
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:90px;
	
}
.noborder {
	border:0px solid #FFFFFF;
	padding-bottom:10px;}


.repeating_content_item_border {border:1px solid #B2B2B2;}

.cont_bot_col_separated ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cont_bot_col ul {

	margin-top: 5px;
	margin-bottom: 5px;
}
/*================End classes================*/
.bullet_arrow_Head {
	padding-left: 0px;
	background-position: left 7px;
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 4px;
}
.events {
	margin-left: 14px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 14px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 12px;
}
.boxover {
	font-weight: bold;
	color: #2D66FF;
}
.FeatureText {
	background-color: #BDBDBD;
	background-image: url(../images/downloads_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #949494;
	border-right-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
	border-left-color: #949494;
}
.FeatureText_source {
	text-align:right;
	color:#000000;
	font-style:italic;
	font-weight:normal;
	}

.Footer a {
	color: #6A8FFF;

}

.Footer a:hover {
	color: #FFCC00;

}

.Footer  {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #022CA5;

}
#copyright {
	font-size: 11px;
	text-align: center;
	color: #2048A6;
	margin-top: 4px;
}
