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;
	vertical-align: baseline;
}


body {
	line-height: 1;
	color: black;
	/*font-family: "Times New Roman",Georgia,Serif;*/
	font-family: Arial, sans-serif;
	    font-size: 0.9em;
}

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: "" "";
}

/** end of defaults **/


/** common classes **/

div.clear { 
    clear:both; 
    line-height: 0px; /* for ie */
} 

.right { 
    float: right; 
    margin: 0px 0px 0px 20px;
} 

.left { 
    float: left; 
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

td.bottom {
	vertical-align: bottom;
}

/** Body **/

body {
	text-align: center;
	min-width: 950px;
/*	background-color: #EAE8E4; */
    background-color: #f1f1f1;
}

div#header {
    line-height: 0px;
    height: 200px;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: white;
    -webkit-box-shadow: 0px 0px 15px grey;
    -moz-box-shadow: 0px 0px 15px grey;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.attribution {
    background: url("../images/copybg.png");
    position:absolute; 
    top: 185px;
    padding: 7px 5px 4px 5px;
    color: #3a3a3a;
    font-size: 0.75em;
    height: 4px;
}

div.attribution a {
    color: #1a1a1a;
    text-decoration: none;
}

div.nav_bar {
    background: url("../images/navbarbg.png");
    background-color: #73868C;
}

div.active {
    background-color: white !important;
    color: darkblue;
} 

div.nav_bar div.link {
    float: left;
    padding: 10px 10px 10px 10px;
    border-right: 1px solid #d1d1d1;
}

div.nav_bar div.link:hover {
    background-color: white;
}

div.nav_bar div.link:hover a {
    color: darkblue;
}

div.content {
    padding: 10px 25px 25px 25px;
}

div.content p {
    margin: 15px 0px 0px 0px;
    line-height: 1.5;
    text-align: justify;
}

div.nav_bar div.link a {
    color: #f1f1f1;
    text-decoration: none;
}



div.content h1 {
    padding: 20px 0px 5px 0px;
    font-size: 1.4em;
    color: darkblue;
}

div.content h2 {
    color: darkblue;
    padding: 10px 0 10px 0px;
    font-size: 1.2em;
}


div.content ul.disc li {
    margin-left: 15px;
    list-style: disc outside none;
}

div.content ul li {
    padding: 5px 0px 0px 5px;
    line-height: 1.5;
}

div.content div.topics {
    margin: 15px 0px 0px 0px;
}

div.topics ul, div.conferences ul {
    margin: 5px 100px 5px 25px;
    list-style: disc outside none;
}

div.topics div.title {
    font-weight: bold;
    list-style: none;
    margin: 10px 0px 0px 3px;
}

div.content table td {
    padding: 5px;
}

div.footer {
    background-color: #73868C;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
    color: #e2e2e2;
    -moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.super {
    vertical-align: super;
    font-size: 0.8em;
}

ul.logos {
    border-left: 1px dotted black;
    padding: 10px 10px 10px 10px;
}

img.width_rest {
    width: 200px;
}

ul.logos li {
    margin-top: 20px;
    text-align: center;
}

div.ieee_container {
    background-color: #0073ae; 
    padding: 5px;
}

#logo_table {
    margin: 20px auto 0px auto;
    
}

#logo_table td {
    padding: 5px;
    text-align: center;
}