@charset "utf-8";
body  {
	font: 0.9em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #333;
	background-color: #FFF;
}
#div_wrapper {
	background: url(/cedaw30/img/cedaw30_masthead_barextension.gif) repeat-x !important;
	width: 100%;
}
.thrColFixHdr #container {
	width: 938px;  
	background: #FFFFFF; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.thrColFixHdr #header {
	margin: 0;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	display: none;
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-top: 3.3em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 3.3em;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	position: relative;
	margin-top: 3em;
	margin-right: 195px;
	margin-bottom: 2em;
	margin-left: 215px;
	padding: 0;
} 
#mainContent p {
	line-height: 1.6em;
}
.thrColFixHdr #footer { 
		padding: 2em 0;
		border-top: 1px solid #ccc;
} 
.thrColFixHdr #footer 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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #777;
	text-align: center;
}
.thrColFixHdr #footer a {
	color: #777;
}
.thrColFixHdr #footer a:hover {
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

/* Additional styles */

a {
	color: #5f4090;
	outline: none;
}
a:hover {
		text-decoration:none;
}

#mainContent h1 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.7em;
}
#mainContent h2 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.4em;
}
#mainContent h3 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.1em;
}

#mainContent li {
	margin: 1.3em 0;
	line-height: 1.5em;
}

#sidebar2 .sidebaritem {
	background-color: #E3F4E3;
	margin: 0 0 2em;
	padding: 0.5em;
	font-size: 0.85em;
}
#sidebar2 ul li { margin: 1em 0.5em 0 -1.7em; line-height: normal; }
#sidebar2 h3 { font-size: 1.1em; margin: 0 0 1em 0; padding-top: 0.5em;}
#sidebar2 p { margin: 1em 0 1em; line-height: normal; }

/* Eric Meyer's simple separators */

#navcontainer {
	margin: 0;
	padding: 0;
}

#navcontainer a {
    text-decoration: none;
	font-weight: bold;
}
#navcontainer a:hover {
	text-decoration:underline;
}

#navlist
{
margin: 0;
padding-left: 0;
border-bottom: 1px solid #42a240;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.7em 0.25em;
border-top: 1px solid #42a240;
font-size: 1.1em;
line-height: 1.3em;
}

#navlist li a { text-decoration: none; }
#navlist li a:hover {
	text-decoration: underline;
}
#navlist li ul {
	display: none;
	margin: 0;
	padding: 0;
}
#navlist li ul li
{
list-style: none;
margin: 0;
padding: 1em 0 0 1em;
border: none;
font-size: 0.8em;
line-height: 1.3em;
}
#navlist li ul li a {
	font-weight: normal;
}
#navlist li ul li a:hover {
	text-decoration: underline;
}
.breadcrumbs {
	padding-bottom: 0.7em;
	font-size: 0.8em;
}

