body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; border: 0; outline: none;  
	}  
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}

/* navigation 
--------------------------------------------- */
#nav {
	display: none;
	}

/* content 
--------------------------------------------- */
#content {
	width: 90%;
	margin-top: 50px;
	color: #333;
	}

/* links 
--------------------------------------------- */
#content a:link {
	color: #0079a4;
	text-decoration: underline;
	}
#content a:visited {
	color: #0079a4;
	text-decoration: underline;
	}
#content a:active {
	color: #0079a4;
	}
#content a:hover {
	color: #0079a4;
	text-decoration: underline;
	}

/* text 
--------------------------------------------- */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0079a4;
	margin-bottom: 20px;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0079a4;
	margin: 20px 0 2px 0;
	}
p {
	margin-bottom: 10px;
	}
#content ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 0 10px 10px;
	}
#content ol {
	list-style-position: inside;
	margin-bottom: 10px;
	}
#content li {
	padding-bottom: 4px;
	}
#content dt {
	padding-bottom: 4px;
	}


/* footer 
--------------------------------------------- */
#footer {
	display: none;
	}
