body {
	margin-left:50%;
	/*background-image:url(img/bgrd.gif);
	background-color:#FEFBFF;*/
}

#wrapper {
	font-family:Arial;
	font-size:14px;
	line-height:18px;
	width:780px;
	margin:20px 0px 0px -385px;
	text-align:left;
	background-color:#FFF;
	overflow:hidden;
}


#header {
	height:145px;
	width:768px;
	background-image:url(img/header.gif);
	
}
	
#header h2 {
	text-indent:-3000px;
}

#nav {
	float:left;
	margin-left:40px;
	margin-right:40px;
	width:120px;
	font-size:1.2em;
}

#nav a {
	text-decoration:none;
	display:block;
	width:100%;
	padding: 5px 0px 5px 5px;
	border-bottom:1px dashed #F2d8FF;
}

/*#nav li.selected a {
	background-color:#E0E0E0;
	color:#502765;
}*/

.level-1 a {
	font-weight:normal;
	text-indent:20px;
}


a:hover {
	background:#F2d8FF;
}

#main {
	padding-right:60px;
	float:left;
	width:510px;
}

h1 {
	font-family:helvetica;
	font-size:2.2em;
	font-weight:bold;
	margin:10px 0px 28px 0px;
	color:#502765;
}

#main h2 {
	font-family:helvetica;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	margin:22px 0px 12px 0px;
	color:#502765;
}

#footer {
	width:100%;
	display:block;
	clear:left;
	/*background-color:#723890;
	color:#FFF;*/
}

#footer p {
	float:right;
	color:#E5B1FF;
}

h3 {
	font-family:helvetica;
	font-size:1.0em;
	font-weight:bold;
	margin:10px 0px 12px 0px;
	color:#000;
}

a {
	color:#723890;
	font-weight:bold;
}

p {
	margin: 0px 0px 18px 0px;
}

strong, em {
	font-weight:bold;
}

.highlight-box {
	background-color:#F2D8FF;
	display:block;
	padding:0px 20px 20px 20px;
	border:1px dashed #502765;
	margin-bottom:20px;
}

.highlight-box ul {
	line-height:1.8em;
	margin-left:15px;
	list-style:disc;
}	