*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

body{
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #999;
	margin: 20px 0;
	line-height: 1.4em;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #999;
	text-decoration: underline;
}

blockquote{
	margin-left: 3em;
}

#container{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: white;
}

#wrapper{
	padding: 15px;
}

#top{
	margin: 0 0 10px 0;
}

#nav{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	margin: 10px 0 20px 0;
	list-style-type: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#nav a{
	color: #000;
	text-decoration: none;
}

#nav a:hover{
	color: #999;
	text-decoration: none;
}

#nav li{
	display: inline;
	padding-right: 0.7em;
}

.title{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.subtitle{
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

#content ul{
	margin: 1em 0 1em 2em;
}

#content li{
	margin: 0 0 0.4em 0;
}

#content ol{
	margin: 0 0 0 2em;
}

/*********************************************** footer  */

#footer{
	clear: both;
	padding-top: 1em;
}

#footer p{
	border-top: 1px solid #000;
	padding-top: 4px;
	margin: 0;
	font-size: 11px;
}


h1{
	font-size: 16px;
	margin-top: 1em;
	line-height: 1.2em;

}

h2{
	font-size: 14px;
	line-height: 1.2em;

}

h3{
	font-size: 12px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

h4{
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 0.5em;
	font-weight: normal;

}

h5{
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 0.5em;
	font-weight: normal;

}

p{
	margin: 1em 0;
}

img{
	border: 0;
}

#nav li .selected{
	color: #999 !important;
}

table{
	width: 100%;
}
td{
	vertical-align: top;
}
.first{
	width: 100px;
}

.divider{
	border-bottom: 1px solid #aaa;
	margin: 1em 0 1em 0;
}

.divider p{
	margin: 0;
}