/***************STRUCTURE***************************/
/*Reset*/
* {
padding-right:0;
margin-right:0;
}

/* Absolute positioned header for all browsers*/
#header-wrapper {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:2.9em;
}

/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position: fixed;
}

#header {
	height:2.9em;
	width:100%;
	margin:0;
	border-bottom:1px solid #000000;
}


#content-wrapper {
    padding:3em 0 0 0px;
	margin-left:150px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:150px;
}

body>#content-wrapper {
	padding:3em 0 0 0px;
	margin-left:150px;
}

#content {
	width:auto;
	margin:1% 1% 0 0;
}

#sidebar-wrapper {
	width:149px;
	position:absolute;
	top:3em;
	left:0;
	height:100%;
	border-right:1px solid #000000;
	background:#eee;
}

body>#sidebar-wrapper {
	position:fixed;
}

#sidebar {
	width:149px;
	height:auto;
	margin:0 auto;
	border-bottom:1px solid #000000;
}

#sidebar ul {
	margin:0;
	padding:0;
	display:block;
	font:bold 0.9em Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
}
	
#sidebar li {
	margin:0;
	padding:0;
	border: 1px solid black
}
	
#sidebar a {
	display:block;
	text-decoration:none;
	color:#000;
	background:#eee;
	padding:0 0 0 18px;
	width:130px;
}
	
#sidebar a:hover {
	color:#fff;
	background:#106090 url("little-arrow.gif") no-repeat 0 center;
}

#sidebar a:active {
	background:#660033;
	color:#fff;
}

#sidebar a.current, a.current:hover {	
	color:#fff;
	background:#003366 url("little-arrow.gif") no-repeat 0 center;
}


	
#header a {
	text-decoration:none;
	display:block;

	}
	
#header a:hover {
	color:yellow;
	}

#header a:active {
	background:#660033;
	color:#fff;
	}


/***************STYLE***************************/
body,
html{
	color:#000;
	font-family:"Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}

#header {
	background:#003366;
	color:#fff;
}

#header a {
	color:#fff;
}


#content {
	background:#fff;
	color:#000;
}

h1,
h2,
h3 {
	padding:0;
	margin:0 0 0 1%;
}

h1 {
	font-size:1.5em;
	text-align:left;
	padding-top:0.5em;
	background-color: ##003965;
	color:#ffffff;
}

h2 {
	font-size:1.3em;
	padding:0.1em 0 0.1em 0;
	background-color: #cccccc;
	font-family: arial
}

h3 {
	font-size:1.1em;
	padding:0.1em 0 0.1em 0;
}

ul  {
	font-size:1em;
	line-height:1.45em;
}

li {
	padding-bottom:0.4em;	
}

p {
	margin:0 1% 0 1%;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

span.paper-title {font-weight: bold}
span.paper-details {font-family: arial; font-size: 0.8em;}
span.paper-download {font-family: arial; font-size: 0.8em}

#content a:link, #content a {
    color:#003366;
	font-weight:bold;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
}
#content a:visited {
    color:#660000;
}
#content a:hover {
    color:#660000;
}
#content a:active {
	color:red;	
}
	
#header a {
	color:#fff;
	font:bolder 0.8em/100% Helvetica, sans-serif;
	letter-spacing:2px;
	}
		