/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/*== controls overall site width: everything is relative to this master width ==*/
html {
	height: 100%;
}
body{border-left:0px 0px 0px 0px;margin:0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;background-color: #FFFFFF;}

.blockpad {	padding-left: 10px;}

.MasterTable {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
}
.SiteWidth {
	width: 963px;
	height: 100%;
}

.Row1 {
	width: 963px;
	height: 258px;
	background: url(Image2_1x1.jpg) no-repeat;
}
.Row2Left1 {
	width: 246px;
	height: 10px;
	background: url(Image2_2x1.jpg) no-repeat;
}
.Row2Mid1 {
	width: 474px;
	height: 10px;
	background: url(Image2_2x2.jpg) no-repeat;
}
.Row2Right1 {
	width: 243px;
	height: 10px;
	background: url(Image2_2x3.jpg) no-repeat;
}
.midrow {
	width: 963px;
	background: url(midrow.jpg) repeat-y;
}
.bottomrow {
	width: 963px;
	height: 9px;
	background: url(bottomrow.jpg) no-repeat;
}



.Row3Left1 {
	width: 246px;
	background: url(Image2_3x1.jpg) repeat-y;
}
.Row3Mid1 {
	width: 474px;
	background: url(Image2_6x2.jpg) repeat-y;
}
.Row3Right1 {
	width: 243px;
	background: url(Image2_3x3.jpg) repeat-y;
}
.Row3Right2 {
	width: 243px;
	background: url(Image2_3x3.jpg) repeat-y;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
}
.Row4Left1 {
	width: 246px;
	background: url(Image2_6x1.jpg) repeat-y;
}
.Row4Right1 {
	width: 243px;
	background: url(Image2_6x3.jpg) repeat-y;
}

.xRow1x {
	width: 963px;
	height: 259px;

}
.Algebra {
	width: 963px;
	height: 259px;
	background: url(Algebra.jpg) no-repeat;
}
.xRow2x {
	width: 963px;
	height: 9px;
	background: url(xtop2.jpg) no-repeat;
}
.xRow3x {
	width: 963px;
	background: url(xtopstretch.jpg) repeat-y;
}
.xRow4x {
	width: 963px;
	height: 16px;
	background: url(xtop3.jpg) no-repeat;
}
.xRowWide {
	width: 717px;
}


.MainContentPane {
	background: transparent;
	width: 820px;
	padding: 0px 20px 10px 20px;
}

table, tr, td {
	FONT-FAMILY: Arial,Helvetica;
	font-size: 12px;
	line-height: 1.1em;
}
select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}
ul {
	margin: 0px 0 0 0;
	padding-left:0px;
	list-style-type: none;
}
li {
	margin-left: 10px;
	margin-top:  10px;
	padding-left:0px;
	list-style-type: none;
}


.RightNavText {
	FONT-FAMILY: Arial,Helvetica;
	font-size: 12px;
	line-height: 1.2em;
}
.RightNavText2 {
	FONT-FAMILY: Arial,Helvetica;
	font-size: 9px;
	line-height: 1.1em;
}
.NormalTextBox2 {
	color: #555;
	padding-left: 2px;
	line-height: 9px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}
td.NormalTextBox2 {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	color: #555;
}
/* skinny styles */
.BreadcrumbCell {

}
.MenuCell {
	height: 1px;
	padding: 0 0px 0px 0;
	vertical-align: top;
}
.LoginCell {
	padding-top: 19px;
	padding-right: 10px;
	text-align: right;
	color: #bbb;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
    text-decoration:    none;
    color: #FFFFFF;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #1F1F3E;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}
/*== main menu styles ======================================*/
/*==========================================================*/
/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 18px;
	width: 90%;
	padding: 0px 0px 0px 4px;
	border: 0px solid #2F3438;
}
/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background: #0B6ED3;
	width: 100%;
}
/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma;
	color: #FFF;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
	font-style: normal;
	border: #0B6ED3 1px solid;
	padding: 1px 10px 1px 1px;
	font-weight: bold;
	height: 19px;
}
/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #002E96;
	border-left: #002E96 1px solid;
	border-right: #002E96 1px solid;
	padding: 1px 10px 1px 1px;
	font-weight: bold;
	height: 19px;
}
/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px 0 0 0px;
	background: #0B6ED3;
	padding: 1px;
	border: none;
	font-weight: normal;
	filter: none;
}
/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #000;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
}
/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #4589c9;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
}
/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #4589c9;
	background: transparent;
	padding: 1px 3px 3px 1px;
	height: 35px;
	font-weight: bold;
	font-size: 14px;
}
/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}
/*== module menu styles ====================================*/
/*==========================================================*/
/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}
/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
}
/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma;
	color: #888;
	font-size: 14px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold;
	font-style: normal;
	border: #eee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 35px;
}
/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 8px 0 0 -4px;
	background: #eee;
	padding: 1px;
	border: 1px solid #aaa;
	font-weight: normal;
}
/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	background: #2F3A64;
	border-left: #2F3A64 1px solid;
	border-right: #2F3A64 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 35px;
}
/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}
/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}
/* Item titles on edit and admin pages
----------------------------------------------------------------------------------------*/
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555;
	padding: 0;
	line-height: 1.2em;
}
/* linky linky */
a.SubHead:link, a.SubHead:visited {
	color: #1F1F3E;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.SubHead2    {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #555;
	padding: 0;
	line-height: 1.2em;
}

a.CommandButton:link, a.CommandButton:visited {
	color: #fff;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #3A3A3A;
	border-left: 1px solid #969696;
	border-right: 1px solid #3A3A3A;
	padding: 1px 3px 2px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #002E96;
}
a.CommandButton:hover {
	color: #fff;
	padding: 1px 3px 2px 4px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #222222;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: #535353;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
a.Normal:link, a.Normal:visited {
	color: #5D5E58;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.Normal:hover {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.LoginLink:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.footer {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.Footer:link, a.Footer:visited, a.Footer:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a.Footer:hover {
	color: #000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #bbb;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	color: #fff;
	font-family: Arial,tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a.BreadcrumbLink:hover {
	color: #bbb;
	font-family: Arial,tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.Head {
	font-size: 12px;
	font-family: tahoma;
	color: #555555;
	background: transparent;
	font-weight: bold;
	padding: 0;
}
.NormalRed {
	color: #BD8339;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	color: #555;
}

.xh3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.xh1 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	padding: 0px 0 0px 7px;
	background: transparent;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

/*============================================*/
/* custom classes                             */
/*============================================*/

p {
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}

h1 { 
	color: #014DA0;
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}
h2 { 
	color: #3681b8;
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}

h2.blue {color:#0099CC;}
.blue {color:#09C;}
.orange {color:#F90;}

h3 { 
	color: #3681b8;
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 0px 0; 
}
h4 { 
	color: #3681b8;
	font-family: Times New Roman, Helvetica, Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 5px 0 0px 0; 
}
h5 { 
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}
h6 { 
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
}

img {
	margin:0px;
	padding:0px;
}
.img-clean {
	margin:0px;
	padding:0px;
}
.imgleft {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}
.img-left {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:35px;
}
a:link,a:visited,a:active {
	font-family: Arial, Helvetica, Verdana;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #2b526b;
	text-decoration: underline;	
}
a:hover {
	color: #000000;
	text-decoration: underline;	
}

a.h2:link,a.h2:visited,a.h2:active  {
	color: #ffffff;
	font-family: Times New Roman, Helvetica, Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 0px 0 5px 0; 
	text-decoration: none;	
}
a.h2:hover {
	color: #3681b8;
	text-decoration: underline;	
}
a.h4:link,a.h4:visited,a.h4:active {

	color: #014DA0;
	font-family: Times New Roman, Helvetica, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold; 
	margin: 5px 0 0px 0; 
	text-decoration: none;	
}
a.h4:hover {
	color: #000000;
	text-decoration: underline;	
}

#colorBox1 {
border-style: solid;
border-width: 2px;
border-color: #014ea0;
background: url(whitebkgd.jpg) repeat-y;
padding: 5px 20px;
width: 450px;
}
.whitey {
	padding-left:15px;
	padding-right:15px;
	color: #FFFFFF;
	font-size:11px;
}
.whiteyhead {
	font-size:12px;
}
.whiteysmall {
	line-height: 1.0em;
	font-size:10px;
}
/* for the boxes ---------------------------------------------------*/
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width:240px; 
float:left; 
margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#c9ba65;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
/* ---------------------------------------------------*/

/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {padding:0; margin:0; list-style:none; width:232px; height:295px; border:0px solid #65be33; position:relative; overflow:hidden; font-family: verdana, sans-serif; font-size:11px; }

#slide li.sub,
#slide li.top
{display:block; float:left; height:24px; line-height:24px; width:230px; color:#000; background:#65be33; text-decoration:none;border-bottom:1px solid #fff; text-indent:20px; overflow:hidden; cursor:pointer;}

#slide li.sub {background:#65be33 url(arrows/out.gif) no-repeat 5px 8px;}

#slide li.top a {text-decoration:none; color:#000; display:block; background: 5px 8px;}
#slide li.top a:hover {color:#FFFFFF; background:#65be33 5px 8px;}

#slide li.clicked {color:#800; background:#65be33 url(arrows/down.gif) no-repeat 5px 8px;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {background:#fff; height:165px; width:230px; padding:0 15px; line-height:1.2em; font-family: verdana, sans-serif; text-indent:0;}

#slide li div ul {padding:0; margin:0; list-style:none;}
#slide li div ul li {float:left; height:20px; width:100%;}
#slide li div ul li a {padding:0; margin:0;color:#888; text-decoration:none; background:#fff url(arrows/out.gif) no-repeat 5px 6px; font-size:10px; display:block; border-bottom:1px solid #ddd; height:19px; line-height:19px; width:100%; text-indent:20px;}
#slide li div ul li a:hover {color:#069; background:#fff url(arrows/out-over.gif) no-repeat 5px 6px;}



/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide2 {padding:0; margin:0; list-style:none; width:232px; height:225px; border:0px solid #65be33; position:relative; overflow:hidden; font-family: verdana, sans-serif; font-size:11px; }

#slide2 li.sub,
#slide2 li.top
{display:block; float:left; height:24px; line-height:24px; width:230px; color:#000; background:#65be33; text-decoration:none;border-bottom:1px solid #fff; text-indent:20px; overflow:hidden; cursor:pointer;}

#slide2 li.sub {background:#65be33 url(arrows/out.gif) no-repeat 5px 8px;}

#slide2 li.top a {text-decoration:none; color:#000; display:block; background: 5px 8px;}
#slide2 li.top a:hover {color:#FFFFFF; background:#65be33 5px 8px;}

#slide2 li.clicked {color:#800; background:#65be33 url(arrows/down.gif) no-repeat 5px 8px;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide2 li.sub div {background:#fff; height:165px; width:230px; padding:0 15px; line-height:1.2em; font-family: verdana, sans-serif; text-indent:0;}

#slide2 li div ul {padding:0; margin:0; list-style:none;}
#slide2 li div ul li {float:left; height:20px; width:100%;}
#slide2 li div ul li a {padding:0; margin:0;color:#888; text-decoration:none; background:#fff url(arrows/out.gif) no-repeat 5px 6px; font-size:10px; display:block; border-bottom:1px solid #ddd; height:19px; line-height:19px; width:100%; text-indent:20px;}
#slide2 li div ul li a:hover {color:#069; background:#fff url(arrows/out-over.gif) no-repeat 5px 6px;}


/* ---------------------------------------------------*/
/* ----From Original (new) site style sheet: -----------------------------------------------*/
/* ---------------------------------------------------*/
.sitemap, .sitemap ul {	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.sitemap li {
	padding: 8px 0px 0px 22px;
	background: url(folder2.gif) no-repeat 0px 7px;
}
.sitemap li li {
	background: url(folder3.gif) no-repeat 2px 8px;
}
.sitemap li li li {
	background: url(folder4.gif) no-repeat 5px 5px;
}


*{
	font-family: Arial;
	font-size: 12px;
}

.headred{
	color: #F97B00;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
h1{
	margin:0px;
	padding:0px;
}
.headblue, h1{
	color: #4E4E4E;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.greentitle{
	color: #71C045;
}
.nbold{
	font-weight:normal;
}
.headgray{
	color: #4c4c4c;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.textblue{
	color: #454545;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.top {
	font-size: 11px;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;
}
.capmenu {
	font-size: 14px;
	font-weight: bold;
	color: #FDFCFC;
	text-decoration: none;
	padding-left: 39px;
}
.subheader {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #454545;
	text-decoration: underline;
}
.info{
	font-size: 14px;
	font-weight: bold;
	color: #9099A8;
	text-decoration: none;
	padding-left: 3px;
}

a.menu2 {
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	font-weight: none;
}
a.menu2:hover {
	color: #000000;
	text-decoration: none;
}

.news_title {
	font-size: 15px;
	font-weight: bold;
	color:#454545;
}
.blue11,a.blue11,a.blue11:hover {
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	color:#cd0000;
}
.blue_11,a.blue_11,a.blue_11:hover {
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	color:#454545;
}
.copy, a.copy, a.rkm2{
	color: #454545;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.copyindex{
	font-family: Tahoma;
	font-size: 9px;
	color:#6A6A6A;
}
a.rkm{
	text-decoration: underline;
	font-weight: normal;
	color: #555555;
}
.boxlight{
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-top:1px solid;
	border-color:#BFBFBF;
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;
}
.error{
	color:#454545;
}
/*----- Calendar styles ------*/
.calendar {
	/** configure the width **/
	width:520px;
	background-color: #F6D902;
	border: 1px solid #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 30px;
}
.calendar .header {
	background-color: #454545;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #454545;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.calendar {
	width: 60px;
	height: 30px;
	text-align: center;
	font-size:0.9em;
}


.calendar .link {
	width: 60px;
	height: 30px;
	background-color: #dadada;
	padding: 2px;
	border: 1px solid #000000;
	padding-top: 10px;
}

.calendar .today {
	color: #FFFFFF;
	width: 60px;
	height: 30px;
	background-color: #454545;
	padding: 2px;
	border: 1px solid #000000;
	padding-top: 10px;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #454545;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #454545;
	color: #ffffff;
}
.light, .light a {
	color: #ffffff;
	background: #f97b00;
	padding:5px;
}
.table_title_2 {
	color: #454545;
	font-weight: bold;
	background: #e4e4e4;
	padding: 7px;
}
.table_title {
	color: #f4f4f4;
	font-weight: bold;
	background: #454545;
	padding: 7px;
}

.dark, .dark a {
	color: #ffffff;
	background: #454545;
	padding:5px;
}
.important_box {
	padding:7px;
	border:2px solid #f97b00;
	background-color: #f4f4f4;
	font-size:12px;
	color: #454545;
}
.important_title {
	font-size: 14px;
	font-weight:bold;
	color: #454545;
}
.note_box {
	padding:7px;
	border:1px solid #f97b00;
	color: #454545;
}
.boxviolet{
	background: #454545;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.boxviolet a{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.boxorange{
	background: #f97b00;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 6px;
}
.boxorange a{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

.videolessontitle{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.lightblue{
	color: #A5D2FB;
}
.boxtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.buttonorange{
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: url(../images/buttonorangebg.gif) no-repeat;
	width: 101px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}
.buttongreen{
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: url(../images/buttongreenbg.gif) no-repeat;
	width: 101px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}
.buttonblue{
	margin: 0px;
	border: 0px;
	padding: 5px 0px;
	background: url(../images/buttonbluebg.gif) no-repeat;
	width: 101px;
	height: 23px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}

.font11{
	font-size: 11px;
}

.gallerycontent{

}
.Lpadding25{
	padding-left:25px;
}
.Lpadding10{
	padding-left:10px;
}
.Tpadding5{
	padding-top:5px;
}
.Tpadding6{
	padding-top: 6px;
}
.Tpadding10{
	padding-top: 10px;
}
.Rpadding10{
	padding-right: 10px;
}
.Bpadding5{
	padding-bottom: 5px;
}
.di{
	display: inline;
}
.w350{
	width:350px;
}
.w133{
	width: 133px;
}
.h10{
	height:10px;
}
.h26{
	height: 26px;
}
.BT{
	border-top:1px solid #cdcdcd;
}
.BB{
	border-bottom:1px solid #cdcdcd;
}
.Bpadding10{
	padding-bottom: 10px;
}
.clearleft{
	clear:left;
}
.floatleft{
	display: inline;
	float: left;
}
.floatright{
	display: inline;
	float: right;
}
.clearfloat{
	clear: both;
}
.centered {
	text-align: center;
}
.hand{
	cursor: pointer;
}
.b, .bold{
	font-weight: bold;
}
.white{
	color: #ffffff;
}

.borange .t{
	height: 7px;
	background: #FDB814;
}
.borange .b, .borange .m{
	height: 7px;
	background: #FDC631;
}
.borange .lt{
	background: url(../images/orangeclt.gif) no-repeat left top;
	width: 7px;
	height: 7px;
}
.borange .rt{
	background: url(../images/orangecrt.gif) no-repeat right top;
	width: 7px;
	height: 7px;
}
.borange .lb{
	background: url(../images/orangeclb.gif) no-repeat left bottom;
	width: 7px;
	height: 7px;
}
.borange .rb{
	background: url(../images/orangecrb.gif) no-repeat right bottom;
	width: 7px;
	height: 7px;
}


.bwhite .t{
	height: 1px;
	background: #D4D4D4;
}
.bwhite .b{
	height: 7px;
	background: url(../images/whitecbg.gif) repeat-x left bottom;
}
.bwhite .m{
	background: #ffffff;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.bwhite .lt{
	background: url(../images/whiteclt.gif) no-repeat left top;
	width: 7px;
	height: 7px;
}
.bwhite .rt{
	background: url(../images/whitecrt.gif) no-repeat right top;
	width: 7px;
	height: 7px;
}
.bwhite .lb{
	background: url(../images/whiteclb.gif) no-repeat left bottom;
	width: 7px;
	height: 7px;
}
.bwhite .rb{
	background: url(../images/whitecrb.gif) no-repeat right bottom;
	width: 7px;
	height: 7px;
}


.bblue .t{
	height: 7px;
	background: #4589C9;
}
.bblue .b, .bblue .m{
	height: 7px;
	background: #4589C9;
}
.bblue .lt{
	background: url(../images/blueclt.gif) no-repeat left top;
	width: 7px;
	height: 7px;
}
.bblue .rt{
	background: url(../images/bluecrt.gif) no-repeat right top;
	width: 7px;
	height: 7px;
}
.bblue .lb{
	background: url(../images/blueclb.gif) no-repeat left bottom;
	width: 7px;
	height: 7px;
}
.bblue .rb{
	background: url(../images/bluecrb.gif) no-repeat right bottom;
	width: 7px;
	height: 7px;
}


.bblue2 .t{
	height: 7px;
	background: #2E70AD;
}
.bblue2 .b, .bblue2 .m{
	height: 7px;
	background: #4589C9;
}
.bblue2 .lt{
	background: url(../images/blue2clt.gif) no-repeat left top;
	width: 7px;
	height: 7px;
}
.bblue2 .rt{
	background: url(../images/blue2crt.gif) no-repeat right top;
	width: 7px;
	height: 7px;
}
.bblue2 .lb{
	background: url(../images/blueclb.gif) no-repeat left bottom;
	width: 7px;
	height: 7px;
}
.bblue2 .rb{
	background: url(../images/bluecrb.gif) no-repeat right bottom;
	width: 7px;
	height: 7px;
}

.bgreen .t{
	height: 7px;
	background: #65BE33;
}
.bgreen .b, .bgreen .m{
	height: 7px;
	background: #65BE33;
}
.bgreen .lt{
	background: url(../images/greenclt.gif) no-repeat left top;
	width: 7px;
	height: 7px;
}
.bgreen .rt{
	background: url(../images/greencrt.gif) no-repeat right top;
	width: 7px;
	height: 7px;
}
.bgreen .lb{
	background: url(../images/greenclb.gif) no-repeat left bottom;
	width: 7px;
	height: 7px;
}
.bgreen .rb{
	background: url(../images/greencrb.gif) no-repeat right bottom;
	width: 7px;
	height: 7px;
}




.casmall {


}