html {
		height: 100%;
		font-size: 62.5%;
}

/* Colors, etc ... */
.even, tr.even {
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

.odd, tr.odd {
	background: #E0ECC6;	/*#E7E2CF;	*/
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #222;
}

body {
	padding:0px; 
	margin:0px;
	background: #E5ECB3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #B7D8F6;
	scrollbar-highlight-color: #B7D8F6;
	scrollbar-shadow-color: #B7D8F6;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #FFFFF;
	scrollbar-track-color: #EBECEC;
	scrollbar-darkshadow-color: #4698E5;
}

#site {
	width: 960px;
	margin: 0 auto;
}

#supernav {
	width: 950px;
	height: 20px;
	background: #41AC2B;
	text-align:	right;
	clear: both;
	color: #fff;
	margin-top: 25px;
	padding: 5px;
}

#supernav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#supernav li {
	display: inline;
	text-align: center;
	margin: 10px;
	font-size: 1.2em;
}

#supernav li a {
	color: #fff;
}

.hide {
  display: none;
}

/* ------------------------------ */
#topper {
	width: 960px;
	margin: 0;
	padding: 0;
	background-position: top right;
/*	background: #fff url('/graphics/2header.jpg') top right no-repeat;*/
	height: 184px;
}

#topper #logo {
	/*
	background: url('/graphics/header.png') no-repeat;
	behavior: url("/js/iepngfix.htc");
	*/
}

#header {
	width: 960px;
	margin: 0;
	padding: 0;
	height: 250px;
	font-size: 1.4em;
	clear: both;
}

/* == News Items ====================== */
#news ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

 #news ul li {
	background: url(/graphics/icons/paper.gif) no-repeat;
	padding: 3px 3px 3px 25px;
	margin: 0px 0px 10px 0px;
	background-position: 2px 3px;	
}

 #news ul li.odd {
	background: #eee url(/graphics/icons/paper.gif) left top no-repeat;
	background-position: 2px 3px;	
}

 #news li .date {
	float: right;
	font-size: 80%;
	color: #333;
	margin: 0px;
	padding: 0px;
}

 #news li .subtext {
	margin: 0px 0px 0px 15px;
	font-size: 80%;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

 #news li a {
 /*	background: url(/graphics/foot.gif) repeat-x;*/
	text-decoration: none;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

#news li a:hover {
	background: transparent;
}

 #news p {
	text-decoration: none;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

 #news p.odd {
	background: #eee;
}
 
 a#morenews { 
	display: block; 
	margin-left: 0px;
	text-align: right;
	text-decoration: none;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

 #newsbody {
	margin: 0 0 0 0;
	padding: 0;
	background: url('/graphics/body_bg.gif') left top no-repeat;
}

 #newspage {
	background: url('/graphics/body_bg.gif') right top no-repeat;
	margin: 0 auto;
	padding: 30px 17px 0px 17px;
}

 #newscontent {
	width: 950px;
	margin: 0px;
	padding: 10px 13px 10px 10px;
	border: 1px solid #eee;
}

#adminoptions {
	float: right;
	margin-left: 10px;
}

.clearall {
	clear: both;
}

.fifty {
	width: 49%;
}


.ralign {
text-align: right;
}

.returnlink {
	text-align: center;
	font-size: 75%;
	color: #000;
	margin-top: 10px;
}

.returnlink a {
	color: #000;
}
/* Drop-down Menus --------------------- */

/* nav2igation begin */

#GlobalNav {
	width: 950px
	margin: 0px;
	padding: 0px;
	height: 27px;
	clear: both;
	list-style: none;
	background: #2376BC url('/graphics/nav_bg.gif') repeat-x 0 0;	
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	font-size: 1.1em;
	z-index: 1;
}

#udm {
	margin-top: -20px;
}

#nav li {
	float: left;
	height: 27px;
	float: left;
	margin: 0;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma;
}

#nav a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #54A2E4;
	margin: 0px;
}

#nav a.selected {
	color: #000;
	background: #54A2E4 url('/graphics/nav_bg_on.gif') repeat-x 0 0;	
}
	
#nav a:hover {
	color: #000;
	background: #54A2E4 url('/graphics/nav_bg_on.gif') repeat-x 0 0;	
}
	
#nav li ul {
	position: absolute;
	width: 2em;
	left: -999em;
	font-size: 1.0em;
	line-height: 1.0em;
}
	
#nav li ul#about li {
	width: 8em;
}
#nav li ul#events li {
	width: 25em;
}
#nav li ul#education li {
	width: 18em;
}
#nav li ul#volunteer li {
	width: 15em;
}

#nav li:hover ul {
	left: auto;
}
	
#nav li ul li {
	width: 15em;
	border-top: 1px solid #54A2E4;
	font-size: .9em;
	background: #2376BC;	
}

#nav li ul li a {
	border-right: none;
	height: 17px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* end navigation */	

/* ---- Crumbs ------------------------ */
#CrumbContent {
	width: 100%;
	margin: 0 auto;
	background: #eee url('/graphics/crumb_bg.jpg') center repeat-y;
	padding: 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#crumbs {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#crumbs ul{
	padding: 4px 0px 0px 10px;
	margin: 0;
	text-align: left;
	height: 20px;
	vertical-align: middle;
}

#crumbs ul li{
	display: inline;
	font-size: 1.2em;
}

#crumbs ul li a{
	height: 24px;
	color: #494949;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

#crumbs ul li a:visited {
	color: #494949;
} 

#crumbs ul li a:hover {
	color: black;
}

/* -- Main Content ---------------------*/
#MainContent {
	background: #fff;
	padding: 10px;
	width: 940px;
	font-size: 1.2em;
}

/*-- FOOTER ----------------------------*/
#footer {
	padding:10px;
	color: #000;
	width: 940px;
	background: #54A2E4;
	clear: both;
	font-size: .9em;
}

#footer p a {
	text-decoration:underline;
	color: #000;
}

#footer p a:hover {
	text-decoration:underline;
}

ul li {
	font-size: 1.1em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
}

ol li {
	font-size: 1.1em;
	font-family: "Veranda", "Trebuchet MS", Arial, sans-serif; 
}

/* == PANELS ========================*/
#panel {
	background: #E7F3FF;
	padding: 5px;
	width: 100%;
}

#panel a {
	color: #111;
	text-decoration: none;
}

#panel p.intro {
	font-size: 1.0em;
	margin-top: 5px;
}

#panelhead {
	background-color: #2376BC;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

/* Round Corners -------------*/
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

#panel.roundbody a.leftlink  {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	background: transparent url('/graphics/bullet.gif') no-repeat 0px 3px;
	padding: 0px 0 0 20px;
	margin-bottom: 10px;
}



#MasseyMedia {
	text-align: center;
	background-color: transparent;
	color: #080743;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#MasseyMedia a {
	color: #080743;
}

#MasseyMedia img {
/*	display: none;*/
}

.clearall {
	clear: both;
}

#eventlist {
	margin: 0px;
	list-style: none;
	
}

ul#eventlist {
	margin: 0px;
	list-style: none;
}

ul#eventlist li {
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	color: #000;
	padding-right: 15px;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	background: transparent url('/graphics/bullet.gif') no-repeat 0px 3px;
	padding: 0px 0 0 20px;
}

ul#eventlist li a:hover {
	color: #54A2E4;
	padding: 0px;
	margin: 0px;
	text-align: right;
	margin-bottom: 10px;
	font-style: italic;
}


/* -- Error and Notices ---------------------*/
/* == 1 == */
div.pageErrors {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid Red;	
	background: #FFECEC url(/graphics/ico-s-warn.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}
/* == 2 == */
div.pageQuestion {
	color: #1c5806;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	background: #C8F1A7 url(/graphics/ico-s-help.gif) no-repeat 5px 5px;
	border: 1px solid #9ADF61;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}
/* == 3 == */
div.pageNotice {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #DDE8FF;
	background: #f0f5ff url(/graphics/ico-s-req.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}
/* == 4 == */
div.pageInfo {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #F9F08D;
	background: #FFFAAD url(/graphics/ico-s-info.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}
/* == 5 == */
div.pageExample {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #ddd;
	background: #eee url(/graphics/ico-s-info2.gif) no-repeat 5px 5px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}

div p.infotitle {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
p.red {
	color: red;
}

p.intro {
	font-size: 1.1em;
	margin-top: 0px;
}




.header {
	color: #333;
	background: #54A2E4 url('/graphics/nav_bg_on.gif') repeat-x 0 0;	
	height: 24px;
	font-size: 1.5em;
	padding-left: 4px;
}

#calendar {
	
}
#calendar #event {
	padding-left: 20px;
	background: url('/graphics/calendar.gif') no-repeat 0px 5px;
}

#calendar #event .eventtitle {
	font-style: italic;
}

#calendar #event .eventdate {
	font-style: italic;
}

#calendar #event .description {
	margin-left: 25px;
}

#sidenote {
	background-color: #7BBDEF;
	font-size: .8em;
}

#sidenote h3 {
	color: #fff;
}

#sidenote a {
	color: #2F77AF;
}

#sidenote a:hover {
	color: #222;
}




#positiontable {
	width: 100%;
	padding: 0;
	margin: 0;
}

th {
	font: bold .9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #314D4E;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/graphics/nav_bg_on.gif) repeat-x;
}

td {
	padding: 4px;
}

td.alt {
	background: #F5FAFA;
}

td.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/graphics/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/graphics/bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.sidebutton {
	width: 200px;
	padding: 10px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 15px;
	margin-right: 15px;
	min-height: 200px;
	background-color: #f5f5f5;
	float: left;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}

.sidebutton img {
	vertical-align: middle;
	display: inline;
}

/* == HighSlide ==================*/
#gallery {
	border: 0;
}
#gallery tr td {
		border: 0;
}

.highslide {
	cursor: url('/js/highslide/graphics/zoomin.cur'), pointer;
	outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;

}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

h1 {
	font-size: 1.8em;
	color: #41AC2B;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 1.5em;
	color: #2376BC;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.2em;
	color: #2376BC;
	margin: 0 0 5px 0;
}
h4 {
	font-size: 1.0em;
	color: #2376BC;
	margin: 0 0 5px 0;
}
h5 {
	font-size: 1.0em;
	color: #2376BC;
	margin: 0;
}
h5 {
	font-size: 1.0em;
	color: #2376BC;
	margin: 0;
}

dl#events {
	padding: 0;
	margin: 0;
}
dl#events dt {
	font-weight: bold;
}

dl#events dd {
	margin: 0 0 10px 5px;
	font-size: .9em;
	clear: both;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
}



#calEvents {
	float: left;
	width: 65%;
}

/* == Side Nav ========================================*/
#rightCol {
	width: 245px;
	float: right;
	display: inline;
	margin: 0px;
	padding-right: 20px;
	margin-top: -60px;
	margin-bottom: -10px;
}
	
#rightCol ul {
	padding: 0;
	margin: 0;
	color: #ddf2de;
	list-style: none;
}

#rightCol li {

}

#rightCol li a {
	text-decoration: none;
	background: none;
}


#rightCol li a.link {
	padding: 3px 0px 3px 20px;
	width: 255px;
	DISPLAY: block;
	COLOR: #6C5A33;
	PADDING-TOP: 2px;
	background: #DFDACD url(/graphics/sidebg.jpg) repeat-y top left;
	font-size: 1.0em;
	text-decoration: none;
}

#rightCol li a.link:hover {
		text-decoration: none;
}

#rightCol li.rightside {
	padding: 3px 0px 3px 20px;
	width: 255px;
	DISPLAY: block;
	COLOR: #6C5A33;
	PADDING-TOP: 2px;
	background: #DFDACD url(/graphics/sidebg.jpg) repeat-y top left;
	font-size: 1.3em;	
}

#rightCol li.rightside {
	font-size: 1.0em;
}

#rightCol li.rightside a:hover {
	background: none;
}

#rightCol li.rightsidehead {
	padding: 5px 0px 5px 15px;
	DISPLAY: block;
	FONT-WEIGHT: bold;
	WIDTH: 260px;
	COLOR: #fff;
	background: #638C29 url(/graphics/sidebg_head.jpg) repeat-y top left;
	font-size: 1.0em;
	margin: 0px;
}

#rightCol li.rightsidesubhead	 {
	padding: 5px 0px 5px 15px;
	DISPLAY: block;
	FONT-WEIGHT: bold;
	WIDTH: 260px;
	COLOR: #6C5A33;
	BACKGROUND-COLOR: #6C5A33;
	background: #DFDACD url(/graphics/sidebg_on.jpg) repeat-y top left;
	font-size: 1.1em;
	margin: 0px;
}


#rightCol li a.sublink {
	padding: 2px 0px 2px 35px;
	display: block;
	WIDTH: 240px;
	COLOR: #6C5A33;
	BACKGROUND-COLOR: #C5BEAC;
	font-size: 1.2em;
	background: #DFDACD url(/graphics/sidebg.jpg) repeat-y top left;
}

#rightCol li a:hover {
	background: #DFDACD url(/graphics/sidebg_on.jpg) repeat-y top left;
	TEXT-DECORATION: none;
	color: #6C5A33;
}

#rightCol li a.selected {
	font-weight: bold;
	background: #DFDACD url(/graphics/sidebg_on.jpg) repeat-y top left;
}

#rightcol a.nobg {

}

#rightcol a.nobg:hover {
	background: #ff0000;
}


#rightCol ul li input {
	margin-left: 15px;
}


.eventToolList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headline {
	color: #333;
	border: 1px solid #41AC2B;
	background: #9FC496;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
	text-align: center;	
}



#videogallery {
	
}
#videogallery UL {
	PADDING: 0px !important;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	DISPLAY: block;
	width: 730px;
	float: right;
}
#videogallery UL LI {
	POSITION: relative; PADDING-BOTTOM: 0px !important; LIST-STYLE-TYPE: none; PADDING-LEFT: 0px !important; PADDING-RIGHT: 0px !important; DISPLAY: block; FLOAT: left; MARGIN-RIGHT: 8px !important; PADDING-TOP: 0px !important
}
#videogallery IMG {
	BORDER-BOTTOM: #d9d9d9 1px solid; BORDER-LEFT: #d9d9d9 1px solid; PADDING-BOTTOM: 3px !important; MARGIN: 0px; PADDING-LEFT: 3px !important; WIDTH: 160px; PADDING-RIGHT: 3px !important; HEIGHT: 113px; BORDER-TOP: #d9d9d9 1px solid; BORDER-RIGHT: #d9d9d9 1px solid; PADDING-TOP: 3px !important
}
#videogallery {
	MARGIN-LEFT: 0px
}
#videogallery .description {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 14px; PADDING-LEFT: 4px; WIDTH: 166px; PADDING-RIGHT: 4px; DISPLAY: block; PADDING-TOP: 0px
}

#videogallery .description a {
	padding-top: 5px;
	display: block;
}

.overlayDescription {
	PADDING: 0px;
	LINE-HEIGHT: 14px;
	WIDTH: 560px;
	text-align: left;
	display: block;
	margin-left: 20px;
}

#sidenav {
	width: 200px;	
	float: left;
}
#sidenav UL {
	PADDING: 0px;
	BACKGROUND-COLOR: #f4f8fc;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	WIDTH: 200px;
	FLOAT: left;
	LIST-STYLE-IMAGE: none;
}
#sidenav UL LI {
	BORDER-BOTTOM: #d9d9d9 1px solid;
	PADDING: 0px;
	LINE-HEIGHT: 14px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 200px;
	DISPLAY: block;
	BACKGROUND: #f4f8fc;
	FLOAT: left;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
#sidenav UL LI A {
	PADDING-BOTTOM: 6px;
	MARGIN: 0px;
	PADDING-LEFT: 15px;
	WIDTH: 180px;
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	FONT-FAMILY: "Lucida Grande", Tahoma, Verdana, sans-serif;
	FLOAT: left;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px;
}
#sidenav UL LI A:link {
	BACKGROUND-COLOR: #f4f8fc;
	COLOR: #51637b;
}
#sidenav UL LI A:visited {
	BACKGROUND-COLOR: #f4f8fc;
	COLOR: #51637b;
}
#sidenav UL LI A:hover {
	BACKGROUND-COLOR: transparent;
	COLOR: #ff9f25;
}
#sidenav UL LI A.here:link {
	BACKGROUND-COLOR: transparent;
	COLOR: #ff9f25;
	CURSOR: default;
}
#sidenav UL LI A.here:visited {
	BACKGROUND-COLOR: transparent;
	COLOR: #ff9f25;
	CURSOR: default;
}

.boxed {
	border: 1px solid #E7E2CF;
	background: #fff;
	padding: 10px;
	display: block;
}