#Search {
	background-color: White;
	border: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
body {
	background:#FFFFFF;
	background:url(../images/main_bg.gif) #cdcdcd repeat-x;
	height:100%;
	width:820px;
}




a img {
	border: none;
}
p {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
}



/*BEGIN MAIN CONTENT*/

#maincontent {
	position:relative;
	padding:10px 20px 20px 20px;
	margin-left:225px;
	background:#FFFFFF;
	background-color:#fff;
	background: url(/images/spacer-repeat.gif);
	background-repeat: repeat-y 100px;
	background-position: top center;
	margin-top: 20px;
	margin-bottom:20px;
	text-align:left;
	margin-right:auto;
	height:100%;

}


#maincontent ul {
	padding-left: 0; 
	margin-left: 1.5em; 
	margin-bottom: 0.5em; 
	}
	
#maincontent ul li {
	margin-bottom: 8px; 
	margin-left: 0.5em;  }


ol { 
	padding-left: 0; 
	margin-left: 1.5em; 
	margin-bottom: 0.5em; 
} 

ol li { 
	margin-bottom: 8px; 
	margin-left: 0.5em; 
} 




#maincontent  a:link {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color:#336699;
	text-decoration: none;
	font-weight: normal;

	
}
#maincontent  a:visited {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color:#336699;
	text-decoration: none;
	font-weight: normal;
}
#maincontent a:active {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color:#336699;
	text-decoration: none;
	font-weight: normal;
}
#maincontent a:hover {
	color: #808080;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	border-bottom:#808080 dotted 1px;
}

#maincontent a img {

	border-style:none;
	background-image: none;

}

a:link { 
	font-size: 11px; 
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color:#336699;
	text-decoration: none; 
	font-weight: normal;
	}
a:visited { 
	font-size: 11px; 
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #336699; 
	text-decoration: none; 
	font-weight: normal;
	}
	
a:active { 
	font-size: 11px; 
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #336699; 
	text-decoration: none; 
	font-weight: normal;
	}
a:hover { 
	color: #808080;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	text-decoration: none; 

	}

/******* images *******/


.imgpadding {
	padding:20px 20px 20px 20px;
}

/*END MAIN CONTENT*/




dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
#sidebar {
	width:225px;
	position: absolute;
	top:0px;
	background-color:transparent;
	background: url(/images/bg_gray.gif);
	background-repeat: repeat-y 100%;
	background-position: top center bottom;
	margin-top: 0px;
	margin-bottom:5px;
	min-height:100%;
	height:auto !important;
	margin-left:auto;
	margin-right:595px;/*this is set up to span 100% in height!*/
}


#resource {
	width:215px;
	padding:0 5px 0 5px;}


/************* LEFT MENU *************************/




#navMenu {
	width: 220px;
	padding: 10px 0px 0px 0px;
	margin-bottom:10px;
}
#navMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navMenu li {
	display:block;
	border-bottom: groove 2px #fff;
	-moz-border-radius: 1px;
}
#navMenu li li {
	display:block;
	border-bottom:none;
	border-top:none;
	background-color:transparent;
	background: url(/images/bg_gray.gif);
}
/* menu */
#navMenu li a:link, #navMenu li a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#333333;
	height: 12px;
	display: block;
	padding: 5px 0px 6px 20px;
}
#navMenu li a:hover {
	color:#999999;
	padding: 5px 0px 6px 20px;
}
/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
	font-weight: normal;
	padding: 5px 0px 6px 30px;
	border:0px;
	background: url(/images/red_arrow_smaller_trans.gif) 20px center no-repeat;  /*custom bullet list image*/
	display: block;
	margin-bottom:5px;
}
#navMenu li li a:hover {
	padding: 5px 0px 6px 30px;
	background: url(/images/red_arrow_smaller_trans.gif) 20px center no-repeat; /*custom bullet list image*/
	color:#999999;
	border:0px;
}
/* subSubMenu */
#navMenu li li li a:link, #navMenu li li li a:visited {
	padding: 5px 10px 6px 35px;
	background: url(/images/bullet.gif) 20px center no-repeat; /*custom bullet list image*/
	border:0px 0px 0px 0px;
}
#navMenu li li li a:hover {
	border:0px;
	padding: 5px 10px 6px 35px;
	background: url(/images/bullet.gif) 20px center no-repeat; /*custom bullet list image*/
	border:0px 0px 0px 0px;
}
/*****MAIN CSS STYLES****/




.clear {
	clear:both;
}
body {
	background:#FFFFFF;
	background:url(../images/main_bg.gif) #cdcdcd repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.7em;
	height:100%;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: center; /*margin:0px auto 0px auto; margin: auto; will center table in body if in left and right*/
	min-width: 765px;

   /* IE 6 does not support min-width.  This hack is a workaround */

   width: expression(document.body.clientWidth < 767? "765px" : "100%");
}
td, th {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	color:#000000;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 100%;
	height:100%;
	background:#fff;

}
p {
	margin-top: 0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
h1 {
	font-size: 18px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 22px;
	margin-bottom:7px;

	}

h1 a:link, h1 a:visited, h1 a:active {
	font-size: 16px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 22px;
	margin-bottom:7px;

	}

h1 a:hover {
	font-size: 16px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#808080;
	line-height: 22px;
	margin-bottom:7px;

	}

h2 {
	font-size: 14px; 
	text-align:left;
	font-family: geneva, arial, Helvetica, sans-serif; 
	padding-top: 17px;
	color:#084c6e;
	line-height: 19px;
}
h2 a:link {
	font-size: 14px; 
	text-align:left;
	font-family: geneva, arial, Helvetica, sans-serif; 
	padding-top: 17px;
	color:#084c6e;
	line-height: 19px;
}
h2 a:active {
		font-size: 14px; 
	text-align:left;
	font-family: geneva, arial, Helvetica, sans-serif; 
	padding-top: 17px;
	color:#084c6e;
	line-height: 19px;}
	
h2 a:visited {
		font-size: 14px; 
	text-align:left;
	font-family: geneva, arial, Helvetica, sans-serif; 
	padding-top: 17px;
	color:#084c6e;
	line-height: 19px;
}
h2 a:hover {
	color: #808080;
	text-align:left;
	text-decoration: none;
	border-bottom: dotted 1px;
	background-color: #fff;
	font-size: 14px;
	font-family: geneva, arial, Helvetica, sans-serif;
	padding-top:15px;
	color: #808080;
	font-weight:bold;
	line-height: 19px;
}
h3 {
	font-size: 13px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color:#3e8b3e;
	padding-bottom:4px;
}
h3 a:link {
	font-size: 13px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color:#3e8b3e;
	padding-bottom:4px;
}
h3 a:visited {
	font-size: 12px;
	text-align:left;
	font-family: arial, Helvetica Narrow, sans-serif;
	margin-top: 2px;
	color:#510000;
	font-weight:bold;
	line-height: 15px;
}
h3 a:hover {
	font-size: 13px; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color:#808080;
	padding-bottom:8px;
	border-bottom: #999 thin 1px;
}
h4 {
	font-size: 13px;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color:#330000;
	font-weight:bold;
	line-height: 15px;
}
h5 {
	font-size: 1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: url(/images/nav_bgtitle.gif) repeat;
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
	color:#5D5D5D;
}
h6 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#575A60 url(/images/sidenav/titlebar.png) repeat-x center left;
	margin-top:5px;
	text-align:left;
	margin-bottom:5px;
	padding-left:5px;
	color:#ffffff;
	font-weight:none;
}
h6 a:link {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:#575A60 url(/images/sidenav/titlebar.png) repeat-x center left;
	margin-top:5px;
	text-align:left;
	margin-bottom:5px;
	padding-left:5px;
	color:#ffffff;
	font-weight:none;
}
h6 a:visited {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:#575A60 url(/images/sidenav/titlebar.png) repeat-x center left;
	margin-top:5px;
	text-align:left;
	margin-bottom:5px;
	padding-left:5px;
	color:#ffffff;
	font-weight:none;
}
h6 a:hover {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:#575A60 url(/images/sidenav/titlebar.png) repeat-x center left;
	margin-top:5px;
	text-align:left;
	margin-bottom:5px;
	padding-left:5px;
	color:#808080;
	font-weight:none;
}
hr {
	border: 0;
	color: #CED5D6;
	background-color: #CED5D6;
	height: 1px;
	width: 100%;
	text-align: left;
}
.ContentText DT {
	font-weight:bold;
}
.ContentText DD {
	margin-left:20px;
	margin-bottom:10px;
}
#Header {
	position: relative;
	height: 100px;
	margin: 0px 0px 0px 0px;
	z-index:10;
}
#header-wrap {
	background: #fff url(../images/bg-header-wrap.jpg) top center repeat-x;
	height: 30px;
	width:auto;
}
#header-container {
	position: relative;
	height: 30px;
	width:auto;
}
#sec-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0;
}
#sec-nav li {
	background: none;
	float: left;
	display: inline;
	height: 12px;
	line-height: 12px;
	padding:0 0 0 8px;
	margin: 0 8px 0 0;
	border-left: 1px solid #8a8a8a;
}
#sec-nav .first {
	border: 0px;
}
#sec-nav .first {
	background: none;
}
#sec-nav a {
	color:#fff;
	text-decoration: none;
}
#sec-nav a:hover, #lng:hover, #sec-nav .active a {
	color:#808080;
}
#login-search-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px 0px 8px 8px;
	width: 500px;
	height: 110px;
}
#Search {
	width: 500px;
	position: absolute;
	top: 70px;
	right: 0px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
	z-index:11;
	background:none;
}
#Login {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-bottom:10px;
	text-align: right;
	z-index:12;

}
#Login a {
	color:#333333;
	font-size:.9em;
	text-decoration: underline;
}
#Login a:hover {
	color: #660000;
}
/*navigation for solutioncenter*/


#axnavbar {
	position: relative;
	width: 100%;
	color: #fff;
	background:url(/images/navbk.gif) repeat;
	height: 20px;
	padding: 5px 0px 3px 0px;
}
#axnavbar a:link {
	display:inline;
	height:35px;
	background:url(/images/navbk.gif) repeat;
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding:5px 20px 3px 20px;
	font-weight: bold;
	color: #fff;
}
#axnavbar a:visited {
	display: inline;
	height:35px;
	text-align: center;
	background:url(/images/navbk.gif) repeat;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding:5px 20px 3px 20px;
	font-weight: bold;
	color: #fff;
}
#axnavbar a:active {
	display: inline;
	text-align: center;
	height:35px;
	background:url(/images/navbk.gif) repeat;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding:5px 20px 3px 20px;
	font-weight: bold;
	color: #fff;
}
#axnavbar a:hover {
	display: inline;
	height:35px;
	background:url(/images/navhover.gif) repeat;
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding:5px 20px 3px 20px;
	font-weight: bold;
	color: #fff;
}
#blackbtn {
	text-align: center;
	position: absolute;
	width:140px;
	right: 0px;
	top: 0px;
	color: #fff;
	background:url(/images/navbk-blk.gif) repeat;
	height: 20px;
	padding: 6px 0px 0px 0px;
}
#blackbtn a:link {
	background:url(/images/navbk-blk.gif) repeat;
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica sans-serif;
	font-size: 1em;
	padding:5px 0px 3px 0px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
#blackbtn a:visited {
	background:url(/images/navbk-blk.gif) repeat;
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica sans-serif;
	font-size: 1em;
	padding:5px 0px 3px 0px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
#blackbtn a:visited {
	background:url(/images/navbk-blk.gif) repeat;
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica sans-serif;
	font-size: 1em;
	padding:5px 0px 3px 0px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
#blackbtn a:hover {
	background: url(/images/navbk-blk-hover.gif);
	text-align: center;
	list-style-type: none;
	font-family: arial, helvetica sans-serif;
	font-size: 1em;
	padding:5px 20px 3px 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
#below-navbar {
	position: relative;
	background-color:#FFFFFF;
	margin:auto;
	width:auto;
}
#black_url, A:link.black_url, A:visited.black_url, A:active.black_url {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
#black_url A:hover {
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
#breadcrumb {
	position: relative;
	height: 18px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 205px;
	width: auto;
	color: #330000;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*#sidebar ul{list-style-type: none; margin-bottom: 20px;}

#sidebar li {

    padding: 0 0 0 12px;

    background: transparent url(/images/arrows.gif) left center no-repeat;

}

#sidebar ul li a {font-weight: normal;}

#sidebar img {border: 1px solid #939598;}*/




/*maincontent div placed in a different CSS document*/

/*HOME PAGE TEMPLATE CSS*/


#flashmovie {
	width:100%;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#img_wrapper {
	width:100%;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#img_btn1 {
	background-color: #FFFFFF;
	float: left;
}
#img_btn2 {
	background-color: #FFFFFF;
	float: left;
}
#img_btn3 {
	background-color: #FFFFFF;
	float: left;
}
#img_btn4 {
	background-color: #FFFFFF;
	float: left;
}
#img_btn5 {
	background-color: #FFFFFF;
	float: left;
}
/*END HOME PAGE CSS*/


/*2 column Clean for Client Profiles- left and right content block* used as two columns within left main*/




#twocol-wrapper {
	width:575px;
	position:relative;
}
#leftside-content {
	float:left;
	width:45%;
	padding: 0px 10px 0px 0px;
}
#rightside-content {
	float:right;
	width:45%;
	padding: 0px 10px 0px 0px;
}
/*Training Columns*/	
#leftcol {
	float:left;
	width:630px;
	background:#fff;
	margin-right:25px;
	padding:0px 0px 0px 0px;
}
#rightcol {
	position: absolute;
	padding:0px 0px 0px 0px;
	left:640px;
	width:200px;
	top:0px;
	background:#fff;
}
/*3 column - left and right content block*/
#leftcontent {
	float:left;
	width:50%;
	background:#fff;
	margin-right:25px;
	padding-bottom:20px;
}
#rightcontent {
	position: absolute;
	padding: 10px 20px 10px 10px;
	left:410px;
	width:50%;
	top:0px;
	background:#fff;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:20px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
/*END HOMEPAGE CSS*/

/*FOOTER*/

#footer {
	background-color:#333333;
	width: auto;
	height:21px;
	clear: both;
	text-align: left;
	z-index:8;
	position:relative;
	padding: 0;
	margin: 0;
}
#footer ul {
	padding: 0;
	margin: 0;
	background-color: #333;
	color: #fff;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: inline;
	padding: 0.2em 1em;
	color: #fff;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	float:left;
}
#footer ul li a:hover {
	background-color: #333;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	display:inline;
	color: #fff;
}
/*CLASS STYLES */

#policy {
	width:auto;
	position:relative;
	clear: both;
	text-align: left;	
}

#policy a
{
	font-size:9.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.policy
{
	font-size:9.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.sidenote {
	font-size: .9em;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: normal;
	font-style:italic;
}
.TableOutline {
	COLOR:#000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	BACKGROUND-COLOR: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CED5D6;
	border-spacing: 10;
	padding: 10px 10px 10px 10px;
}
/* ----------- Classes for Form Layout ------------ */
#maincontent td.label {
	text-align: right;
	width: 100px;
	margin:0px;
}
#maincontent td.data {
	text-align: left;
	padding-left: 10px;
	margin:0px;
}
input.data {
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight:bold;
}
fieldset {
	margin: 0 1em 1.5em 0;
	padding: 1em;
	border: 1px solid #BFBAB0;
	background-color: #EAEAEA;
	background-image: url(/images/layout/fieldsetgradient.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
fieldset div.DataRowColumns1 .label, fieldset div.DataRowColumns1 label, fieldset div.DataRowColumns2 .label, fieldset div.DataRowColumns2 label, fieldset div.DataRowColumns3 .label, fieldset div.DataRowColumns3 label {
	float: left;
	width: 100px;
	margin-right: 5px;
	text-align: right;
}
fieldset div.DataRowColumns1, fieldset div.DataRowColumns2, fieldset div.DataRowColumns3 {
	clear:both;
	padding-top: 1px;
}
fieldset div.DataRowColumns1 .data {
	width: 429px;
	float: left;/* height: 1.17em; */
}
fieldset div.DataRowColumns2 .data {
	width: 160px;
	float: left;/* height: 1.17em; */
}
fieldset div.DataRowColumns3 .data {
	width: 80px;
	float: left;/* height: 1.17em; */
}
/* ----------- Required fields and validations ------------ */
.requiredfieldregion {
	width: 10px;
	text-align:left;
	padding: 0;
	margin: 0;
	text-align: center;
}
.requiredindicator {
	font-weight: bold;
	font-size: 8px;
	color: #dc143c;
}
.validationsummary {
	border-right: red thin groove;
	border-top: red thin groove;
	margin: 10px 0 10px 0;
	padding: 8px 8px 8px 20px;
	border-left: red thin groove;
	border-bottom: red 2px groove;
	background-color: #ddffdd;
}
/* ----------- Misc ------------ */


hr {
	color:#CCCCCC;
}
td {
	vertical-align: top;
}
div.SummaryHeader, table td.header {
	background-image: url(/images/layout/TitleLToRightGradient.jpg);
	background-position:right;
	background-repeat: repeat-y;
	background-color: #DEDEDE;
	font-size: 1.2em;
	font-family: arial, Helvetica Narrow, sans-serif;
	color: #333;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
}

/*E-LEARNING*/
	
.lesson-title {
	font-size: 12px;
	font-family: arial narrow, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	padding:0px 0px 8px 20px;
	color: #330000;
	margin-top:20px;
	line-height: 22px;
	margin-bottom:5px;
}
.lesson-summary {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	line-height: 14px;
	padding:0px 0px 0px 20px;
	font-size: 11px;
	height:100%;
}
#homewrapper {
	position: relative;
	width: 100%;
	height:100%;
	padding: 10px 10px 0px 10px;
}
.homefeature {
	width: 90%;
	position: relative;
	border-bottom:#CED5D6 1px solid;
	padding: 10px 10px 10px 10px;
}
.homeleftcol {
	width: 226px;
	float: left;
	padding: 10px 10px 10px 10px;
	height:100%;
}
.homemidcol {
	width: 226px;
	float: left;
	padding: 10px 10px 10px 10px;
	height:100%;
}
.homerightcol {
	float: left;
	width: 226px;
	padding: 10px 10px 10px 10px;
	height:100%;
}
.quicklinks {
	float: left;
	width: 226px;
	height:100%;
	padding: 10px 10px 10px 10px;
}
#summarywrapper {
	position: relative;
	width: 100%;
	height:100%;
	margin: 0px auto 20px 0px;
}
/*-----CALENDAR-----------------------------------*/

td.mup_weekdayEventCell {
	background-color:#B9D2EC;
	font-weight: bold;
}
