html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset and blanking of default css styles*/


body {
	text-align:center;
	background-color: #4F2354;
}
#wrapper {
	width:752px;
	margin: 0px auto;
}

#header {
	width:752px;
	background-image: url("images/header.jpg");
	background-repeat:no-repeat;
	height: 141px;
	text-align:left;
}

#content {
	text-align:left;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px 5px;
	margin: 0px;
}

#navigation {
	width: 525px;
	height:30px;
	position:relative;
	top:35px;
	left:235px;
	
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size:13px;
	
}

#navlist a {
	font-family: Helvetica, sans-serif;
	color:#4F2354;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	font-style: italic;
	color:#4F2354;
	text-decoration:underline;
	border-bottom: 3px solid #4F2354;
}

#navlist #current {
	font-style: italic;
	color:#4F2354;
	text-decoration:underline;
	border-bottom: 3px solid #4F2354;

}
#content ul {
	list-style: disc;
	list-style-type:disc;
	list-style-position: outside;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	margin: 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content hr {
	visibility:hidden;
}

#content h2 {
	font-size:18px;
	font-weight: normal;
	color: #4F2354;
}
strong {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.imgborder {
	border:1px solid #000;
	margin: 3px;
	
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
