body {
	margin: 0px;   /* keep so the picture butts up against the top of the screen */
	padding: 0px;  /* keep so the picture butts up against the top of the screen */
	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 */
	background-color: white;
}
#container {
	position: relative;
	width: 1000px;
	height: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #051137;   /* this is dark blue of the HOME Button */
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Georgia;
	font-size: 13px;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1000px;
	z-index: 3;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#nav_top {
	position: relative;
	float: left;
	width: 1000px;
	height: 60px; /* very important that px size gets specified and not AUTO, impact on left menu */
	margin-top: 2px;
	padding: 0px;
	font-family: Verdana, Calibri, Georgia;
	font-size: 12px;
	border: 0 none;
	z-index: 100; /* very important as it allows the sub menu to appear on top of main content */
} 
#menuT {
	position: absolute; /* Menu position that can be changed at will */
	top: 0px;
	left: 0px;
	width: 1000px;
/*	height: 60px;  this was here originally but doesn't seem to affect anything*/
	border: 0 none;
	z-index: 100; /* This keeps sub-menus from pushing the txt below out of the way */
}
#menuT dl {
	float: left;
	width: 200px; /* this affects the size of the main buttons, not it's enclosed text */
	height: auto;
}
#menuT dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #4062a7; /*dark blue, controls the color of the main nav buttons */
	color: #ffffff; /* white color, controls colors of text within the buttons - added this */
	margin: 2px;
	padding: 2px;
}
.menuThomedl {
	margin-left: -2px; /* needed in DL to position of the home page button to offset the 2px #menu dl line below. */
	margin-right: -15px; /* this moves the rest of the buttons to the left and closer to the HOME button */
}
.menuThomedt {
	width: 150px; /* this affects the size of the home page button */
	background: #051137; /*dark blue controls the color of the Home Page button */
}
#menuT dd {
	position: absolute;
	margin-left: -38px; /* this affects the left-right positioning of the sub-menu block */
	z-index: 100;
	display: none; /* This keeps the submenu from appearing until mouse over occurs */
}
#menuT li {
	text-align: left;
	background: #baa87a; /* dark Iraq tan controls color of the background of the sub-menu list */
	width: 193px;  /* this affects the size of the sub-menu buttons, not it's enclosed text */
	line-height: 22px; /* this separates the sub-menu line items so not cramped and more readable */
	padding-left: 5px; /* this moves the sub-menu text slightly away from the left side */
	list-style-type: none; /* this prevents the bullets from showing on each line item */
	font-size: 16px;  /* size of text in the sub-menu */
	font-weight: bold; /* affects the boldness of the text in the sub-menu	*/
}
#menuT   dt   a    {
	color: #ffffff;  /* white, controls color of the text within the Home button */
	font-size: 12px; /* added this, controls text size in Home button */
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none; /* forces no lines around each of the sub-menu line items */
}
#menuT   li   a    {
	color: #000000;  /* black, controls color of the text within the sub-menu list */
	font-size: 10px; /* added this, controls text size in sub-menu */
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none; /* forces no lines around each of the sub-menu line items */
}
#menuT dt a:hover, #menuT dt a:focus {
	background: #4062a7;  /* blue color, controls the color when hovering over Home button */
	border: 1 solid blue; /* forces no lines around each of the sub-menu line items */
}
#menuT li a:hover, #menuT li a:focus {
	background: #dbd2b1; /* light Iraq tan controls the color when hovering over text or button */
	text-decoration: none;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#nav_left {
	position:relative;
	float: left;
	margin-top: -2px;
	margin-left: 0px;
	width:150px;
	padding: 0px;
	height: 1415px; /* controls the space saved for left menu; also keeps the footer from rising too high */
	z-index: 15;
	clear: both;
}
#menuL_container {
	position:relative;
	float: left;
	margin-top: 0px;
	padding: 0px;
	z-index: 15;
}
#menuL {
	width: 150px;
	font-family: Verdana, Calibri, Georgia;
	font-size: 10px;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 15;
}
#menuL dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #831a20; /*dark red controls the color of the main nav buttons */
	color: #ffffff; /* white color, controls colors of text within the buttons - added this */
	height: auto;
	line-height: 18px; /* this affects the height of the primary menu items on left side */
	margin: 2px 0;
	border: 1px solid #831a20;
}
#menuL dd {
	position: absolute;
	left: 150px; /* this affects where the left side of sub-menu appears; smaller number moves it to the left */
	margin-top: -35px; /* this affects where the top edge of the submenu appears, smaller negative moves it down */
	width: 215px; /* this affects the width of the block for the sub-menu */
	background: #cdd7cf; /* light Afghan grey controls color of the background of the sub-menu list */
	border: 0px solid black; /* this affects the border around the sub-menu box */
	display:none; 
	z-index: 100;
}
#menuL ul {
	padding-top: 15px; /* this put some space above the list of sub-menu items */
	padding-right: 0px;
	padding-bottom: 15px; /* this put some space below the list of sub-menu items */
	padding-left: 0px;
}
#menuL li {
	text-align: left;
	background: #cdd7cf; /* light Afghan grey controls color of the background of the sub-menu list */
	width: 210px;  /* this affects the size of the line available to the sub-menu text */
	margin-left: 0px; /* this affects the left-right positioning of the text within the sub-menu block */
	line-height: 14px; /* this separates the line items a little so not cramped and more readable */
	padding-left: 5px; /* this moves the sub-menu text slightly away from the left side */
	font-size: 11px;  /* size of text in the sub-menu */
	font-weight: bold; /* affects the boldness of the sub-menu text */
	font-family: Verdana, Calibri, Georgia;
	list-style-type: none; /* this prevents the bullets from showing on each line item */
	height: 18px; /* this affects the height of line items in the sub-menu */
}
#menuL dt a {
	color: #fff; /* white color of main-menu text */
	text-decoration: none;
	display: block;
}
#menuL li a {
	color: #000;  /* black color of sub-menu text */
	text-decoration: none;
	display: block;
}
#menuL li a:hover, #menuL li a:focus {
	color: #fff; /* white color of text in sub-menu when hover occurs */
	background-color: #4062a7; /* dark blue background of sub-menu item during hover */
	text-decoration: none;
}
#menuL dt a:hover, #menuL dt a:focus {
	color: #000;  /* black color of text in main-menu when hover occurs */
	background-color: #cdd7cf; /* light Afghan grey */
	text-decoration: none;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#add_this {
	float: right;
	position: relative;
	height: 20px;
	width: 125px;
	padding-top: 4px;
	border:0px solid #CCCCCC;
}
.font_sizer {
	font-size: 11px;
	float: right:
	position: relative;
	height: 20px;
	width: 100px;
	padding-bottom: 3px;
	border:0px solid #CCCCCC;
	float: right;
	position: relative;
	color: #4062a7;
}
#buttons {
	padding: 0px;
	float: right;
	width: 60px;
	margin-top: 2px;
	position: relative;
	clear: both;
	margin-bottom: 3px;
	margin-left: 8px;
}
#sog_buttons {
	padding: 0px;
	float: right;
	width: 60px;
	margin-top: 0px;
	position: relative;
	clear: none;
	margin-bottom: 3px;
	margin-left: 0px;
}

#crisis_info
 {
	height: 30px;
	width: 150px;
	left: 0px;
	padding: 0px;
	top: 275px;
	position: absolute;
	z-index: 15;
}
#left_highlight_area {
	position:absolute;
	top: 260px;
	left: 0px;
	padding: 0px;
	height: 315px; /* controls the space save for left menu; also keeps the footer from rising too high */
	z-index: 15;
	width: 150px;
	top: 315px;
	border: 1px solid #831a20;
	background-color: #c1d5df;
}
#partners {
	padding: 0px;
	width: 150px;
	position: absolute;
	clear: both;
	border: 1px solid #831a20;
	background-color: #d5dcab;
	font-size: 11px;
	left: 0px;
	top: 630px;
	height: 315px;
	z-index: 15;
}
#vhg {
	padding: 0px;
	width: 150px;
	position: absolute;
	clear: both;
	border: 1px solid #831a20;
	background-color: #ffffff;
	left: 0px;
	top: 935px;
	height: 480px;
	z-index: 15;
}
#alliant {
	padding: 0px;
	width: 150px;
	position: absolute;
	clear: both;
	border: 1px solid #831a20;
	background-color: #ffffff;
	left: 0px;
	top: 935px;
	height: 480px;
	z-index: 15;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#pagecontent {
	position:relative;
	float: right;
	/*	font-size: 100%; */
	margin-top: -2px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 840px;
	height: auto;
	z-index: 12;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#pagecontent ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 20px;
}
#pagecontent ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 20px;
}
#pagecontent hr  {
	width: 100%;
	color: #4062a7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#introtext {
	padding: 10px;
	height: auto;
	width: 750px;
	margin-bottom: 5px;
	background-image: url(images/background_iraq_lightbrown.jpg);
/*	border: thin solid #af9f69; */	
}
.list li {
	margin-left: 15px;
}
.list_moveleft {
	margin-left: 0px;
}
#introlinks {
	background-image: url(images/background_afghan_lightgreen.jpg);
	padding: 10px;
	height: auto;
	width: 750px;
	margin-bottom: 5px;
}
#introlinks2 {
	background-image: url(images/background_afghan_lightgreen.jpg);
	padding: 10px;
	height: auto;
	width: 750px;
	margin-bottom: 5px;
}
#introlinks_onright {
	float: right;
	height: auto;
	width: 300px;
	border: medium solid #a9b982;
	padding: 5px;
	margin-right: 0px;
}
#index_left {
	text-align: left;
	padding: 1px;
	clear: none;
	float: left;
	width: 305px;
	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: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
#leaders {
	position: relative;
	height: auto;
	width: 280px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-top: -5px;
	color: #831a20;
	font-weight: bold;
	margin-bottom: 10px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
}
#index_middle {
	text-align: left;
	padding: 1px;
	clear: none;
	float: left;
	width: 280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
.column_section_middle {
	position: relative;
	height: auto;
	width: 270px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-top: 0px;
	color: #831a20;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 10px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.column_section_middle_blank {
	position: relative;
	height: auto;
	width: 270px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-top: 0px;
	color: #831a20;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 10px;
	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: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#triggers {
	position: relative;
	height: auto;
	width: 150px;
	border: thin solid #000000;
	background-color: #d5dcab;
	float: right;
	padding: 5px;
	margin-left: 0px;
	margin-top: 0px;
	color: #831a20;
	font-weight: bold;
	margin-right: 3px;
}
#index_right {
	text-align: left;
	padding: 1px;
	clear: none;
	float: right;
	width: 230px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
#pagecontent ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 3px;
	margin-left: -15px;
	margin-right: 5px;
}
#events {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.column_section_right {
	position: relative;
	height: auto;
	width: 230px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 10px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.column_section_right_blank {
	position: relative;
	height: auto;
	width: 230px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-top: 0px;
	color: #831a20;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 10px;
	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: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#rssfeed {
	height: auto;
	width: 240px;
	background-color: #FFFFFF;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#footer {
	position: relative;
	height: auto;
	width: 1000px;
	margin-top: 5px;
	padding: 1px;
	float: left;
	clear: both;
	margin-left: 0px;
	z-index: 10;	
}
#footer_text {
	position:absolute;
	left:175px;
	top:32px;
	width:650px;
	height:auto;
	text-align: center;
	font-family: Calibri, Arial, Georgia;
	font-weight: bold;
	font-size: 12px;
	color: #831a20;
	z-index: 10;	
}
#footer_left {
	position:absolute;
	left:5px;
	top:5px;
	width:100px;
	height: auto;
	z-index: 10;	
}
#footerrobotslogo {
	width: 90px;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 10;	
}
#footerlastmodifieddate {
	width: 90px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Georgia;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #000000; 
	position: absolute;
	left: 5px;
	top: 25px;
	z-index: 10;	
}
#footernumberofhits {
	width: 90px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Georgia; 
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #000000; 
	position: absolute;
	left: 5px;
	top: 50px;
	z-index: 10;	
}
#footervalidcss {
	width: 66px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Georgia;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	position: absolute;
	left: 912px;
	top: 27px;
	z-index: 10;	
}
#footerquicklinks {
	position:absolute;
	left:175px;
	top:12px;
	width:650px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Georgia;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	z-index: 10;	
}
#footerquicklinks a {
	color: #000000;
	text-decoration: none;
}
#footerquicklinks a:hover, #footerquicklinks a:focus {
	color: #831a20; /* dark red color of text on mouse over */
	text-decoration: underline;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#sitemap {
	font-size: 12px;
	line-height: 1em;
	padding-left: 20px;
}
#formstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
#formarea  {
	width: 830px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d5dcab;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 1px;
}
.formtable {
	background-color: #dbd2b1;
}
.formtable_heading_line {
	background-color: #d5dcab;
}

.searchtable {
	background-color: #dbd2b1;
	width: 750px;
	border: 1 solid #000000;
}
.searchcell {
	width; 50%;
	width: 50%;
	vertical-align: top;
	font-size: 100%;
}
#commentformstyle {
	font-size: 100%;
	font-family: Calibri, Arial, Georgia, Helvetica, sans-serif;
	font-weight: normal;
}
#commentformarea  {
	width: 640px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #c3fdb8;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#volunteerformstyle {
	font-size: 100%;
	font-family: Calibri, Arial, Georgia, Helvetica, sans-serif;
	font-weight: normal;
}
#volunteerformarea {
	width: 750px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #c3fdb8;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
h1, h2, h3, h4 {
	font-weight: bold;
	color: #051137;
}
dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: disc;
} 
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.dropcap:first-letter{
	font: bold 500% times, serif;
	color: #3E5348;
	float: left;
	margin-right: 5px;
}
.clearfloat {
	clear: both;
	line-height: 1px;
}	
.pagecontent_list {
	list-style-type: disc;
	padding-left: 5px;
}
.indent {
	text-indent: 75px;
}

.box_onleft {
	position: relative;
	height: auto;
	width: 300px;
	border: thin solid #000000;
	background-color: #d5dcab;
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #831a20;
	font-weight: bold;
}
.box_onright {
	position: relative;
	height: auto;
	width: 300px;
	border: thin solid #000000;
	background-color: #d5dcab;
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #831a20;
	font-weight: bold;
}
.img_onleft {
	border: 0px none #deffef;
	float: left;
	padding: 5px;
	margin-right: 10px;
}
.img_onright {
	border: 0px none #deffef;
	float: right;
	padding: 5px;
	margin-left: 10px;
}
.para_left {
	border: medium double #831a20;
	float: left;
	padding: 5px;
	width: auto;
	height: auto;
}
.pad_bottom {
	padding-bottom: 2px;
}
.para_right {
	float: right;
}
.validation_message {
	font-family: Calibri, Arial, Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	background-color: #ffffff;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 500px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 2px solid #000000;
}
.thankyou_message {
	font-family: Calibri, Arial, Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFFF;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 2px solid #000000;
}
.dir_list_format {
	padding:0;
	color: #051137;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}
.dir_item_format {
	text-align:left;
	color: #051137;
	font-family: Calibri, Arial, Georgia;
	font-size: 14px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: 10px;
	line-height: 125%;
	margin-left: 20px;
}
.dir_item_color {
	color: #4062a7;
}
.article_separator {
	font-size: 110%;
	height: auto;
	width: auto;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #3992ef;
	border-right-color: #3992ef;
	border-left-color: #3992ef;
}
.boardtable {
	vertical-align: top;
	text-align: left;
}
.red {
	color: #FF0000;
}
.blue {
	color: #3992ef;
}
.background_red {
	background-color: #FF0000;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.font08 {
	font-size: 8px;
}
.font10 {
	font-size: 10px;
	font-style: normal;
}
.font12 {
	font-size: 12px;
	font-style: normal;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
	font-weight: bold;
}
.font18 {
	font-size: 18px;
	font-weight: bold;
}
.font20 {
	font-size: 20px;
	font-weight: bold;
}
.font_large {
	font-size: 28px;
	font-weight: bold;
}
.calibri_font {
	font-family: Calibri, Arial, Georgia;
	font-size: 16px;
	text-align: left;
	font-style: italic;
}
.font_150percent {
	font-size: 150%;
	color: #3E5348;
	font-weight: bold;
	text-decoration: underline;
}
.small_font		{ font-size:100%; }
.medium_font	{
	font-size:115%;
	display: none;
}
.large_font		{ font-size:130%; }
.x_large_font	{
	font-size:145%;
	display: none;
}
.xx_large_font	{ font-size:160%; }
.font_sizer a	{ text-decoration:none; color:black; color: #4062a7; }
#separator {
	line-height: 1px;
}
#emdr_space {
	float: left;
	height: auto;
	width: 765px;
	position: relative;
}

.emdr_box_left {
	background-color: #95B3D7;
	text-align: left;
	float: left;
	height: auto;
	width: 240px;
	margin-left: 10px;
	padding: 5px;
}
.emdr_box_right {
	background-color: #95B3D7;
	text-align: left;
	float: right;
	height: auto;
	width: 470px;
	margin-right: 10px;
	padding: 5px;
}
.excel1 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
border:none;
white-space:nowrap;
}
.excel2 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
background:#D8D8D8;
}
.excel3 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
}
.excel4 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:center;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
}
.excel5 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
border:.5pt solid windowtext;
white-space:nowrap;
}
.ul_left {
	margin-left: 0px;
	list-style-position: inside;
}
.ul_move_left {
	margin-left: -12px;
}

.on_right {
	float: right;
}

