#bannergraphic {
	height:80px;
	padding:0;
	margin:0;
	width:100%;
	background-color:black;
	clear:both;
}

#content_wrapper {
	clear:both;
	border-bottom:1px solid #C6D3D7;
	min-height:100%;
	float:left;
	background-color:white;
/*	border-top:2px solid #C6D3D7;*/
	background:white;
	width:100%;
}

#navigation_and_adverts {
	float:left;
}
#navigation {
	float:left;
	width:150px;
	padding-bottom:10px;
	min-height:100%;
}

html>body #navigation {
	min-height:100px;
}
* html #navigation {
	height:100px;
}



#content_main, #content_main_wide {
	float:right;
	padding:0px;
	width:463px;
	border-right:1px solid #C6D3D7;
	border-left:1px solid #C6D3D7;
	min-height:100%;
}

#content_main_wide {
	width:595px;
}

html>body #content_main {
	min-height:620px;
}
* html #content_main {
	height:620px;
}
#section_title {
	font-size:medium;
}

#content_title {
	clear:both;
	padding-left:17px;
	padding-top:5px;
}
#content_body {
	clear:both;
	text-align:justify;
	padding:5px 15px 10px 17px;
}
#content_body p {
	padding-bottom:8px;
}

#content_relatednav {
	width:108px;
	float:right;
	padding:32px 0px 5px 15px;
}

/*#content_mainwrapper {
	float:left;
}
*/



#prefooter {
	height:50px;
	background:#C6D3D7;
	background-image:url(/ieeyms/images/corner_footer_BL.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
	clear:both;
}
a:link, a:visited {
	color:#44697d;
	text-decoration:underline;
}

a:hover, a:visited:hover {
	color:#d95e00;
	text-decoration:underline;
}

ul {
	list-style: none;
	padding:0px;
	margin:0;
	margin-left: 10px;
	padding-left: 0;
	padding-bottom:10px;
}

#content_relatednav ul {
	margin:0;
}

ul li {
	padding-left: 10px;
	background-image: url(/ieeyms/images/icons/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	text-align:left;
}


#content_body table {
	border:1px solid lightgray;
	border-color:lightgray;
}
#content_body td {
	padding:4px;
	text-align:left;
}