/* Clear All */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* IEEE related */
#disclamer {
	text-align:	justify;
	font-weight:	normal;
	font-size:	10pt;
	font-family : Arial;
	color:		black;
	padding:	1em;
	width:		65%;
}


/* Web */
html, body {
	height:	100%;
}

#sidebar {
	width:			240px;
	background-color:	#005d8b;
	vertical-align:	top;
	color:			white;
}

#sidebardiv {
	width:			240px;
}

#center {
	text-align:		center;
}

#image {
	margin-top:		35px;
}

#page {
	margin-top:		3.5em;
	padding:		1em;
}

#fixpart {
	position: 		fixed;
	width:			100%;
	background-color:	white;
}

#content {
	vertical-align:	top;
}

/* Headers */

#sidebar h1 {
	font-family:		Arial, Helvetica, sans-serif;
	margin-top:		1.5em;
	font-weight:		bold;
	font-size:		25px;
}

#sidebar h2 {
	font-family:		Arial, Helvetica, sans-serif;
	margin-top: 3em;
	font-weight:		bold;
	font-size:		16px;
}

#content h4 {
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  font-size:  15px;
  line-height:  30px;
  height: 30px;
  margin: 0px;
  margin-top: 4.5em;
  margin-bottom:  14px;
  font-weight:  900;
  font-family:  Arial, Helvetica, sans-serif;
  color:  #222222;
}

#content h5 {
  border-bottom: 1px solid #CCCCCC;
  color:  #222222;
  font-style: normal;
  text-align: left;
  margin: 0px;
  margin-top: 35px;
  margin-bottom:  8px;
  line-height:  17px;
  padding-left: 0px;
  padding-bottom: 3px;
  font-style: normal;
  font-weight:  900;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

/* Content */
#content p {
  color:  black;
  font-style: normal;
  text-align: justify;
  margin: 6px;
  margin-bottom:  4px;
  margin-top: 10px;
  margin-left: 0px;
  font-weight:  500;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

#content ol li {
  color:  black;
  font-style: normal;
  text-align: justify;
  margin: 6px;
  margin-bottom:  4px;
  margin-top: -10px;
  font-weight:  500;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;

  list-style-type: decimal;
  margin-left: 50px;
}

#content ul li {
  color:  black;
  font-style: normal;
  text-align: justify;
  margin: 6px;
  margin-bottom:  4px;
  margin-top: 4px;
  margin-left: 14px;
  font-weight:  500;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;

  list-style-type: disc;
}

#content ul li i {
  padding-top: 10px;
  display: block;
}

#content ul li .first {
  padding-top: 10px;
  display: block;
}

#content ul li.smallspace {
  padding-top: 10px;

}

#content ul li.lifirst {
  list-style-type: none;
  margin-left: 0px;
}

#content .morespace {
  margin-top: 30px;
}

/* Menu */
#menulink {
	background-color:	#005d8b;
	color:			black;
	padding:		0.5em;
	display:		block;
}

#menulink2 {
	width:			70%;
	display:		block;
}

#menulink3 {
	width:			70%;
	display:		block;
}

#menulink ul li {
	display:		inline;
	list-style-type:	none;
	padding-right:	20px;
	width:			100%;
}

#menulink3 ul li {
	display:		inline;
	list-style-type:	none;
	padding-right:	5px;
	width:			100%;
}

#menulink ul li a {
	text-decoration:	none;
}

#menulink ul li a:link, #menulink ul li a:visited, #menulink ul li a:active {
	color:			white;
	font-weight:		bold;
}

#menulink ul li a:hover {
	color:			#b9d5e3;
	font-weight:		bold;
}

#logo {
        margin-top: 1px;
}
