body {
	font: 0.9em/100% Arial, Helvetica, sans-serif; color: rgb(102, 102, 102); font-size-adjust: none; font-stretch: normal;
}
a {
	color: rgb(51, 153, 204);
	text-decoration: none;
}
h1 {
	margin: 0px 0px 10px; color: rgb(0, 0, 0); line-height: 120%;
}
h2 {
	margin: 0px 0px 10px; color: rgb(0, 0, 0); line-height: 120%;
}
header {
	display: table; content: " ";
}
#pagewrap {
	margin: 5px auto 0px; width: 960px; max-width: 98%;
}
#content {
	margin: 0px 0px; padding-top: 5px; clear: both; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
#nav-wrap {
	font-weight: bold;

}
#menu-icon {
	display: none;
}
#nav {
	margin: 0px; padding: 0px;
}
#nav li {
	margin: 0px; padding: 0px;
}
#nav li {
	list-style: none; margin-right: 5px; float: left;
}
#nav a {
/*	background: rgb(255, 255, 255); */
	padding: 4px 15px;
	color: #cc00ff;
	display: block;
	font-weight: bold;
}
#nav a:hover {
	background: rgb(204, 000, 255);
	background-color: #4C2E92;
}
#nav ul {
	background: rgb(255, 255, 255); padding: 2px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 275px; display: none; position: absolute;
}
#nav ul li {
	margin: 0px; padding: 0px; float: none;
}
#nav li:hover > ul {
	display: block;
}
@media screen and (max-width:600px)
{
#nav-wrap {
	position: relative;
}
#menu-icon {
	background: url("images/menu-icon.png") no-repeat 10px rgb(236, 235, 235); padding: 5px 10px 0px 42px; border: 1px solid rgb(102, 102, 102); border-image: none; width: 42px; height: 30px; color: rgb(0, 0, 0); display: block; cursor: pointer;
}
#menu-icon:hover {
	background-color: rgb(204, 000, 255);
}
.active#menu-icon {
	background-color: rgb(204, 000, 255);
}
#nav {
	background: rgb(248, 248, 248); padding: 5px; border: 1px solid rgb(153, 153, 153); border-image: none; top: 38px; width: 200px; clear: both; display: none; position: absolute; z-index: 10000;
}
#nav li {
	margin: 5px 0px 5px 10px; clear: both; float: none;
}
#nav a {
	background: none; font: inherit; padding: 0px; border: currentColor; border-image: none; color: rgb(204, 0, 255); display: inline; font-size-adjust: inherit; font-stretch: inherit;
}
#nav ul a {
	background: none; font: inherit; padding: 0px; border: currentColor; border-image: none; color: rgb(204, 0, 255); display: inline; font-size-adjust: inherit; font-stretch: inherit;
}
#nav a:hover {
	background: none; color: rgb(000, 000, 255);
}
#nav ul a:hover {
	background: none;
	color: #90F;
}
#nav ul {
	background: inherit; border: currentColor; border-image: none; width: auto; display: block; position: static;
}
#nav ul li {
	margin: 3px 0px 3px 15px;
}
}
@media screen and (min-width:600px)
{
#nav {
	display: block !important;
}
}
