body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0;
	line-height: 150%;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: baseline;
}

#header
{
	padding: inherit;
	margin: auto;
	height: 120px;
	background: #FFFFFF;
	font-size: xx-large;
	vertical-align: text-bottom;
	text-align: left;
	white-space: normal;
	border-bottom-style: outset;
	border-bottom-width: thin;
	background-image: url(   "ieeecis.jpg" );
	background-size:cover;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	margin: 0 auto;
	width: 1200px;
	vertical-align: baseline;
}

#mainContent
{
	background: #FFFFFF;
	overflow: auto;
	margin-bottom: 5px;
}

#menu
{
	float: left;
	width: 200px;
	background: #FFFFFF;
	border-right-style: groove;
	border-right-width: thin;
}

#content
{
	float: right;
	width: 900px;
	padding: 10px;
	background: #FFFFFF;
	text-align: justify;
	font-size: large;
}
#footer
{
	height: 60px;
	background: #FFFFFF;
}


#menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul a:link,ul a:visited
{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#bebebe;
	width:190px;
	text-align:center;
	padding:4px;
	text-decoration:none;
}
#menu ul a:hover,ul a:active
{
	background-color:#cc0000;
}


.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
