/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.gif) 0px 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 760px;
	background: #FFFFFF url(../images/bg_container.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0;
	margin: 0px;
} 
#header img.flag {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#shell {
	background: url(../images/nav_b.jpg) no-repeat 30px bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 760px;
}
#sidebar {
	float: left;
	width: 170px;
	padding: 0px 10px 200px 20px;
	margin-left: 30px;
}
#sidebar img.spreadout {
	margin: 0px;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 0 0px 36px 20px;
} 
#mainContent h1,h2,h3,h4,h5,p,ul,ol {
	margin-right: 20px;
}
#mainContent h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #195394;
	margin-top: 32px;
}
#mainContent h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #4B77B8;
	border-bottom: 2px dotted #8B96B6;
}
#mainContent h3 {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #862F47;
	margin-left: 20px;
}
#mainContent h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #80273F;
}
#mainContent p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent p.disclaimer {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}
#mainContent a {
	color: #165082;
	font-weight: bold;
}
#footnav {
	padding: 0 10px 0 270px;
	background:#FFFFFF url(../images/foot_nav.jpg) no-repeat 0px 0px;
	height: 33px;
	vertical-align: middle;
	font: 11px Arial, Helvetica, sans-serif;
}
#footnav 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 */
}
#footnav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footnav a:hover {
	color: #155594;
}
#footer {
	padding: 0;
	width: 760px;
	margin: 0px auto;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #195394;
}
#mainContent ul.spread li {
	margin-bottom: 18px;
}
#mainContent ul.acrobat li {
	margin-bottom: 12px;
	list-style: url(../images/icons/icon_pdf.gif);
}


/* The Menu */
#menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.menu_out {
	height: 24px;
	width: 170px;
	padding-top: 10px;
	background: url(../images/leaf.gif) no-repeat left 7px;
	margin: 0px;
	text-indent: 22px;
	color: #105795;
}
.menu_over {
	height: 24px;
	width: 170px;
	padding-top: 10px;
	background: url(../images/leaf-over.gif) no-repeat left 7px;
	margin: 0px;
	text-indent: 22px;
}
.menu_out a {
	color: #000000;
	text-decoration: none;
	margin-left: 16px;
}
.menu_over a {
	color: #872C45;
	text-decoration: none;
	margin-left: 16px;
}
