* {
	padding: 0;
	margin: 0;
}
.medtxt {
	font-size: 18px;
}

.smtxt {
	font-size: 12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF0;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
#header {
	width: 900px;
	color: #000000;
	height: 38px;
	background-image: url(assets/images/top.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px;
	padding: 5px;
	text-align: right;
}
#navigation {
	width: 900px;
	color: #6389c2;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
#content {
	width: 920px;
	height: 442px;
	margin: 0px;
	text-align: justify;

}
#footer {
	width: 900px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
#wrapper #content #apDiv1 p {
}
h2 {
	font-size: 18px;
}
