/* Virginia Naturally stylesheet. Default green style can be overridden. */

h1 { 
		color: #663399;
   }
    
h2 { 
	color: #003300;
   }
    
h3 {
    color: #003322;
   } 

hr 
	{
    margin-right: 3px;
	} 

table 
	{
	border-collapse:collapse;
	margin-bottom:10px;
	}


.submitlink 
	{
	font:75% Arial, Helvetica, sans-serif;
	}

#whatsnew 
	{
    clear: both;
	font:90% Arial, Helvetica, sans-serif;
	width: 35%;
	background-color:#dbf3cd;
	border: 1px solid #a8e089;
	padding: 8px 8px 4px 8px;
    margin: 10px 0px 10px 10px;
    
	}

#whatsnew h1 
	{
	display: block;
	background-color: #a8e089;
	border: 1px solid #a8e089;
	text-align: center;
	margin: 0px 0px 6px 0px;
	}

#whatsnew h2 
	{
	background: none;
    margin: 0px;
	}
	
#whatsnew h3
	{
	border-bottom: 1px solid #000000;
	width: 90%;
	}
	
#menutrail
{
position: static;
margin-top: 20px;
margin-left: 0px;
width: 175px;
}
#footer {background-color: #663399 !important;}
#footer p { margin: 6px; }
#footer td {background-color:none;}
#footer a, #content a { color: #040; }

#deqcredit {
  width: 450px;
  margin: 6px 3px 3px 3px;
}
#deqcredit img { float: left; margin-right: 6px; }

.noborder {
    border: none;
}
table.noborder td, table.noborder th { border: 0px; }

.border {
    border: 1px solid #333;
}
    

#breadcrumb 
	{
	background-color: #663399;
	} 

#breadcrumb a 
	{
	color:#B5CFCF; 
	} 

#sidebar
	{
	background-color: #663399;
	height: 309px;
	}
       
#sidebar h1 
    {
    background-color: #032;
    line-height: 20px;
    font-weight: bold;
    }

#sidebar h1 a
    {
    color: #adc;
    }

#sidebar h1 a:hover
    {
    background-color: #032;
    color: #fff;
    }    
       
#sidebar li
    {
    list-style: none;
    border-bottom: 1px solid #c0c0c0;
    background-color: #663399;	
    }
      
#sidebar li a 
    {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    display: block;
    padding-left: 3px;
    width: 98%;
	}

#sidebar li a:hover 
	{
    background-color: #925ec5;
	}
	
/*  Tab Navigation Styles */


ul#tabnav li {
    background: url(/education/images/tabright_green.gif) no-repeat right top;
	margin: 3px 0px 0px 2px;
}

ul#tabnav a:link, ul#tabnav a:visited {
    background: url(/education/images/tableft_green.gif) no-repeat left top;
}

ul#tabnav a:hover {
	color:#FFFF00;
	border-color: #007A63;
}


	
	

