 


#navigationbox {
position: relative; /* position: relative;  */
padding:5px; /* padding:5px;  */
float: left; /* float: left;  */
width: 12em; /* width: 12em;  */
border: none 2px; /* border: none 2px;  */
background-color: #ffffff; /* background-color: #ffffff;  */
}
#textbox {
	position: relative;
	padding:5px;
	float: left;
	border: none 2px;
	background-color: #ffffff;
	}

#nestedboxleft {
position: relative;
padding:10px;
float: left;
width: 47%;
border: none 2px;
background-color: #C0D8D8;
}
#nestedboxright {
position: relative;
padding:10px;
float: right;
width: 30%;
border: none 2px;
background-color: #FFFFCC;
}
#nestedboxrightgreen {
position: relative;
padding:10px;
float: right;
width: 30%;
border: none 2px;
background-color: #CCFF99;
}
#tail { 
float : left; 
margin : 5px 0 0; 
padding : 5px 0; 
text-align : center; 
width : 100%; 
background-color:#525297;
voice-family : "\"}\""; 
voice-family : inherit; 
width : 100%; 
color:#333333;
} 
html > body #tail { 
width : 100%; 
} 

h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 165%;
color:#ffffff;
}

h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 130%;
color:#FFCC00;
}

h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:black;
font-weight:bold;
font-size: 110%;
}
h4 
{
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:black;
font-size: 80%;
}
h5
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 200%;
color:#525297;
}
h6
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-weight:bold;
font-size: 100%;
}





div, p, table,  ul, ol, 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 93%;
}


.center {text-align:center}
.bold {font-weight:bold}
.small {font-size: 85%; font-weight:bold}
.smallnormal {font-size: 85%}
.smallnormalwhite {font-size: 75%; color: white}
.right {text-align:right}
.black  {color: black}
.white {color: white}
.whiteheader {color: white; font-size: 24px;font-weight:bold;font-family: Verdana, Arial, Helvetica, sans-serif;text-align:center}
.whitecentre {color: white; font-weight:bold;font-family: Verdana, Arial, Helvetica, sans-serif;text-align:center}
.blue {color: #13006a; font-weight:bold}
.normal {font-size: 110%}
.list {font-size: 93%}
.italic {font: italic; font-weight:normal; font-size: 92%}
.italicbold {font: italic; font-weight:bold; font-size: 100%}
.mainheader {font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-weight:bold; font-size: 110%}
.backgroundpurple {background-color: #6c6c24}
.smallnormalcenter {font-size: 75%; text-align:center}
img 
{
border:1px solid black;
}

img.borderless 
{
border:0px;
}

a:link     {color:#13006a;}
a:visited  {color: #000099;}
a:active   {color: #13006a;}
a:hover    {color: green;}

a.two:link {color: #ffffff}
a.two:visited {color: #ffffff}
a.two:hover {color: red}


table.news {
	border:1px solid #771500;
	font-size:120%;
}
table.news th {
	border:1px solid #771500;
	background: url("../master-code/dsa/subheader-red.gif");
	text-align: center;
	color:#FFFFFF;
	font-size: 93%;
}
table.news tr {
	border:1px solid #771500;
}
table.news td{
	border:1px solid #771500;
	font-size: 93%;
}

.footer a:link    {
  /* Applies to unvisited links in class coloredbox */
  color:#FFCC00  
  } 
.footer a:visited {
  /* Applies to visited links in class coloredbox */
  color:#000099;
  } 
.footer a:hover   {
  /* Applies to links under the pointer in class coloredbox */
  color: red;
 } 
body
{
background-color: #ffffff;
 margin:0; 
 padding:0;
}


#wrap {
    background:#ffffff;
    margin:0 auto;
    width:100%;
    }


#main {

    background:#ffffff;
	 padding: 1em;
	 width:100%;
	
    }

	
	#sidebar{
    color: #fff;
    width:150px;
    float:left;
    
    
  }



#clearfooter {
clear:both;
height:80px;
overflow:hidden;
}
#footer {
position:absolute;
bottom:0;
height:10px;
background-color: #DEFBDE;
width:100%;
color:#333333;
text-align:center;
} 




#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
background-color: #6c6c24;
padding: 2px 0;
margin-bottom: 2em;
margin: 0px;
font-size: 11px;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
background-color: #6c6c24;
border: 1px solid #6c6c24;
color: #ffffff;
padding: 0px 5px;
text-decoration: none;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
background-color: #771500;
border: 1px solid black;
color: #FFFFFF;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#navcontainer ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
background-color: #ffcf00;
}

#navcontainer ul ul li {  }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #ffcf00;
border: 1px solid #95b1bb;
color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
background-color: #ffcf00;
border: 1px solid black;
color: black;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }



/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
  line-height: 1.8em;
}
#navmenu li{ 
 
  
  background: #054F20;
  color: #ffffff; 
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  }

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  line-height: 1.8em;
}


 /*- Menu Tabs 5--------------------------- */

    #tabs5 {
	float:left;
	width:100%;
	background:#ffffff;
	font-size:13px;
	line-height:normal;
	font-weight:bold;

      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background: url("../master-code/enrollment/masterimages/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 1px;
      text-decoration:none;
      }
    #tabs5 a span {
     
      display:block;
      background: url("../master-code/enrollment/masterimages/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFFFFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
.Highlight {
	background-color: #6C6C24;
}
.Underline {
	text-decoration: underline;
}
.bold_underlined {
	text-decoration: underline;
	font-weight:bold;
}

