body {
	background-color: #F0F0FF;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
div#wrap {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF0000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}


div#wrap div#header {
	text-align: center;
}

/*#wrap #nav {
	text-align: center;
}*/
div#wrap div#nav ul {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 80px;
}
div#wrap div#nav li {
	/*	float: left;
*/	list-style-type: none;
	display: inline;
}
#wrap #nav #current {
	color: #FF0000;
	border-top-color: #0000FF;
	background-color: #F0F0FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
}
#wrap #nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	color: #0000FF;
	padding: 3px;
}

div#wrap div#nav a:hover {
	color: #FF0000;
	border-top-color: #0000FF;
	border-top-width: thin;
	border-top-style: solid;
}
div#wrap  div#content  a:hover {
	color: #FF0000;
}

div#wrap  div#content  a {
	text-decoration: none;
	color: navy;
	font-style: italic;
}
p   {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: Navy;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}
div#wrap div#content .bold {
	font-size: 120%;
	font-weight: bolder;
}
div#wrap div#content h2 {
	text-align: center;
}
div#wrap  div#content  div#columns div#column1 ul {
	padding-left: 30%;
}
div#wrap div#content div#columns div#column2 ul {
	padding-left: 20%;
}

div#wrap div#content div#columns div#column1 {
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
div#wrap div#content div#columns div#column2 {
	float: left;
	width: 50%;
}
