body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
}

p {
	font-family : arial, helvetica, sans-serif;
	margin:0px 0px 14px 0px;
	padding:0px;
	}

.content>p {
	margin:0px;
	line-height : 125%;
	letter-spacing : .1em;
	padding-bottom : 1em;
	text-align: justify;
}

.content ol {
	line-height : 115%;
	letter-spacing: 0.08em;
	list-style-type : circle;
	list-style-position : outside;

}

.content li {
	padding-bottom:0.8em;
	text-align : left;
	font-size : smaller;
	font-weight : bolder;
	color : #006666;
}

.content>table {
padding-top:0em;
	margin-top:0em;
	margin-bottom: 1em;
}

.content th {
	font-size: 0.85em;

}


.content tr {
	height : 40px;
}

.content th.side {
	text-align : right;
	padding-right : 1em;
} 
.content th.top {
	text-align : center;
}
.content td.data {
	text-align : center;
		background-color : Silver;
		padding:1em;
		color : white;
		font-weight : bold;
}

.content>h1, .content>h2, .content>h3  {
	color:#006699;
}

.content>h1 {
	padding-top:0em;
	margin-top:0em;
}

li {
	text-align: justify;
}


#header,#footer {
overflow:hidden;  
} 

#header,#footer {
width:100%;
margin-bottom : 1em;
} 

#footer { 
clear:left; 
text-align:center; 
} 

#footer img {
	border:0;
}

#header img {
	border:0;
}

.left { 
float : left; 
}
.right { 
float : right; 
} 

a, a:link, a:visited, a:hover {
	color: #006699;
}

div.content > p > a {
	font-size: 0.95em;
}

a {
	color: #006699;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
/*	border : thin solid White;*/
	padding-left:0.1em;
	padding-right:0.1em;
}
a:link {

}
a:visited {

}
a:hover {
	border-bottom : 2px solid #009966;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 150px 20px 180px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


#menu {
	position:absolute;
	width:170px;
	top:150px;
	left:20px;
	padding:5px;
	z-index:2;
	
#menu > ul {
	list-style : none;
	margin: 1em .2em 0em .2em;
	padding: .2em;
}
#menu > li {
	margin: 0.2em;
	padding: 0.2em;
}
		



