#topNav {
	text-align: right;
	font-size: 70%;
	margin-top: 1%;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6E9913), color-stop(1, #3B520A));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #6E9913 0%, #3B520A 100%);
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0.5em;
	height: auto;
	color: #FFF;
	max-width: 95%;
	margin-bottom: 1%;
}



#topNav ul {
	list-style-type: none;
	padding-top: 1%;
	text-align: center;
	margin-left: auto;
	padding-bottom: 1%;
	margin-right: auto;
}
#topNav ul li {
	display: inline;
	padding-left: 2%;
	padding-right: 2%;
	border-right-color: #FFF;
}

#topNav ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#topNav ul li a:hover {
	text-decoration: none;
	color: #ED9600;
}
#ltBoxNB #sideNav{
	font-size: 0.9em;
	width: auto;
	max-width: 80%;
	height: auto;
}
#ltBoxNB #sideNav ul{
	list-style-type: none;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6E9913), color-stop(1, #3B520A));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #6E9913 0%, #3B520A 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #6E9913 0%, #3B520A 100%);
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 1em;
}
#ltBoxNB #sideNav ul li{
	padding-top: 7%;
	padding-bottom: 7%;
	margin-top: 2%;
	margin-bottom: 3%;
	margin-left: -43px;
	margin-right: -3px;
	border-radius: 0.5em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	word-wrap: break-word;
	padding-left: 5%;
	text-align: center;
	height: auto;
}
#ltBoxNB #sideNav ul li a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-left: 0px;
}
#ltBoxNB #sideNav ul li a:hover {
	color: #ED9600;
	text-decoration: none;
}
#universalFoot {
	font-size: 0.7em;
	text-align: center;
	width: auto;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border-radius: 1em;
	padding-bottom: .1%;
	padding-top: .1%;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #6E9913 0%, #3B520A 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #6E9913 0%, #3B520A 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #6E9913 0%, #3B520A 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6E9913), color-stop(1, #3B520A));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #6E9913 0%, #3B520A 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #6E9913 0%, #3B520A 100%);
	max-width: 95%;
	height: auto;
}
#universalFoot ul {
	list-style-type: none;
}
#universalFoot ul li {
	display: inline;
	padding-right: 2%;
	padding-left: 2%;
}
#universalFoot ul li a {
	color: #FFF;
	text-decoration: none;
}
#universalFoot ul li a:hover {
	text-decoration: underline;
	color: #ED9600;
}
