body { 
	font-size: 62.5%;
 	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
 }

p{ margin: 0; font-size: 1em; line-height: 1.4em; }


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	line-height: 1.4em;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1em;
	font-weight: normal;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #Ffffff;
    BORDER-RIGHT: #3896B4 1px solid; 
    BORDER-TOP: #3896B4 1px solid; 
    BORDER-LEFT: #3896B4 1px solid; 
    BORDER-BOTTOM: #3896B4 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #3896B4;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#3896B4;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#3896B4;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#3896B4;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#36637F;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #36637f;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  75%;
    font-weight:    bold;
    color: #36637F;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  70%;
    font-weight:    bold;
    color: #cccccc;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
    font-weight: bold;
    color: #CC0000;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #CC0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #CC0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #CC0000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#36637F;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #3896B4;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */

H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.25em;
    font-weight:    bold;
    color: #3896b4;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.2em;
    font-weight:    normal;
    color: #3896b4;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  1.15em;
    font-weight:    normal;
    color: #3896b4;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  90%;
    font-weight:    normal;
    color: #3896B4;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  80%;
    font-weight:    bold;
    color: #3896B4;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  70%;
    font-weight:    bold;
    color: #3896B4;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #3896B4;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3896B4;
}

A:link  {
    text-decoration:    none;
    color:  #3896B4;
}

A:visited   {
    text-decoration:    none;
    color:  #3896B4;
}

A:active    {
    text-decoration:    none;
    color:  #3896B4;
}

A:hover {
    text-decoration:    underline;
    color: #3896B4;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
	padding:10 0 10px 30px;
	background:url(/Portals/0/formatting/quotes.gif) top left no-repeat
}

UL LI   {
    list-style-type:    square ;
		font-size: 100%;
}

UL LI LI    {
    list-style-type:    circle;
			font-size: 100%;
}

UL LI LI LI {
    list-style-type:    square;
			font-size: 100%;
}

OL LI   {
    list-style-type:    decimal;
			font-size: 100%;
}

OL OL LI    {
    list-style-type:    lower-alpha;
			font-size: 90%;
}

OL OL OL LI {
    list-style-type:    lower-roman;
			font-size: 90%;
}

HR {
    color: #3896B4;
    height:1pt;
    text-align:left
}
.edutablebor{
	border-left: 2px solid #E2E7ED;
	border-right: 2px solid #E2E7ED;
}
.edupic_01{
	background-image: url(educationonepic_01.gif);
	background-repeat: no-repeat;
	width: 277px;
	height: 115px;
	padding-top: 3px;
}
.taglinehere{
	background-image: url(educationonepic_01.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 115px;
}
.edupic_punch{
	background-image: url(educationone_punch.gif);
	background-repeat: no-repeat;
	width: 376px;
	height: 59px;
	background-position: right;
}
.edupic_02{
	background-image: url(educationonepic_02.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 115px;
}
.edupic_03{
	background-image: url(educationonepic_03.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 141px;
}
.edupic_04{
	background-image: url(educationonepic_04.jpg);
	background-repeat: no-repeat;
	width: 148px;
	height: 15px;
}
.edupic_05{
	background-image: url(educationonepic_05.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.edupic_06{
	background-image: url(educationonepic_07.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.edupic_06_1{
	background-image: url(educationonepic_07_1.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.edumenubg{
	background-image: url(tile_menu_bg.gif);
	background-repeat: repeat-x;
}
.edupic_07{
	background-image: url(educationonepic_06.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.edusearch_01{
	background-image: url(educationonepic_09.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 38px;
}
.edusearch_02{
	background-image: url(educationonepic_10.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 37px;
	padding-left: 15px;
}
.edusearch_03{
	background-image: url(educationonepic_11.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 24px;
}
/**/
.bannerpane{
	padding: 1px;
}
.bannerimage{
	padding: 1px;
	padding-top: 35px;
	text-align:center;
}
.toppane{
	padding: 1px;
}
.top1pane{
	padding: 0px;
}
.left1pane{
	padding: 0px;
}
.left2pane{
	padding: 0px;
}
.contentpane{
	padding: 0px;
}
.rightpane{
	padding: 0px;
}
.bottompane{
	padding: 1px;
}
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
   text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
   text-decoration: underline;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: underline;
}
A.breadcrumb:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: underline;
}
A.breadcrumb:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: underline;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
/**/
.udelang{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9500;
}
.SearchButton {
   background: transparent;
   padding: 0px 0px 12px 54px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch {
	text-align: left;
	vertical-align: middle;
	height:14px;
	width: 149px;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border: 0px solid #FFFFFF;
	cursor:text;
	font-size: 10px;
	background-color: #0000CC;
}
 /*  . Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: #FFFFFF;  width: 231px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; width: 231px;}
/*-- submenu container        --*/ .MainMenu_SubMenu{ z-index: 1000; cursor: pointer; cursor: pointer; background-color: #e4e9ef; border: solid 1px #97917a; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); }
/*-- submenu moduletitle      --*/ .ModuleTitle_SubMenu { z-index: auto;  cursor: pointer;  cursor: pointer; margin: 0; background: #FFFFFF; padding: 0; border: solid 0 #FFFFFF; font-weight: normal; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=125, Strength=2);padding: 0;}
/*-- submenu items idle       --*/ .MainMenu_MenuItem{ cursor: pointer; cursor: pointer; color: #438abe; font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight:  normal; font-style: normal; background-color: #e4e9ef; padding: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel{cursor: pointer; cursor: pointer; color: #000; font-family: Tahoma, Arial, Helvetica; font-size:  12px; font-weight:  normal; font-style: normal;background-color: #fff; padding: 0;}
/*-- submenu items hover      --*/ .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 12px; font-weight:  normal; cursor: pointer; cursor: pointer; color: #000; background: #e4e9ef; padding: 0; height: 21px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle {
	color: #1B6AAC;
	background: url(educationonemenu01.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	height: 23px;
	font-weight: bold;
	font-family: Verdana;
	font-size:12px;
	text-decoration: none;
}
/*-- menuitems over           --*/ .MainMenu_Selected {background: url(educationonemenu01.gif) no-repeat; padding: 0px 0px 0px 0px; height: 23px; font-weight: bold;font-family: "Verdana"; font-size:12px;}
/*-- menuitems active         --*/ .MainMenu_Active{background: url(educationonemenu02.gif) no-repeat; padding: 0px 0px 0px 0px; height: 23px; font-weight: bold;font-family: "Verdana"; font-size:12px;}
/*-- menuitems active         --*/ .MainMenu_BreadcrumbActive {color: #438abe; background: url(educationonemenu02.gif) no-repeat; padding: 0px 0px 0px 0px; height: 23px; font-weight: bold;font-family: "Verdana"; font-size:12px;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_RootMenuArrow{ display: none;}
/*-- not needed - main menu   --*/ .MainMenu_MenuIcon  {cursor: pointer; cursor: pointer; background-color: #888; border-left: 0 solid #eeeeee; border-bottom: 0 solid #eeeeee; border-top: 0 solid #eeeeee; text-align: center; width: 15; height: 20;}
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #438abe; padding: 0}
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem{ cursor: pointer; cursor: pointer; color: #888; font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight:  normal; font-style: normal; background-color: #e4e9ef; border: solid 0 white; }
/*-- module menu padding      --*/ .ModuleTitle_MenuItemSel { padding: 0px 0px 0px 0px; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak{ background-color: #e4e9ef; height: 0; color: #fff; border: solid 0 #eeeeee; }
/*-- not needed - module menu --*/ .MainMenuSeperator{background:  #FFFFFF;}
/*-- not needed - module menu --*/ .MainMenu_MenuBreak{ background-color: #e4e9ef; height: 0; color: #fff; border: solid 0 #eeeeee; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuArrow{ display: none;}
/*-- not needed - module menu --*/ .ModuleTitle_RootMenuArrow{ display: none;}
/*-- not needed - module menu --*/ .ModuleTitle_MenuIcon {	cursor: pointer; cursor: pointer; background-color: #e4e9ef; border-left: 0 solid #eeeeee; border-bottom: 0 solid #eeeeee; border-top: 0 solid #eeeeee; text-align: center; width: 15; height: 21;}
/* hyperlink style for the bright tabs */

.realbreadcrumb {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
}
