/*This brings the table height percentage functionality into XHTML 1.1.*/
		html, body, form {
		height: 100%;
		font-family: Veranda;
		color: #333399;
font-size: 16px;
		}


a
{
padding-right: 20px;
font-size: 14px;
color: #6C9D31;
font-weight: bold;
border:none;
}

img {
border:none;
}


a:hover
{
  color: #333399;
 text-decoration: none;
font-weight: bold;
}

/*Whats New Ticker*/

#ajaxticker1{
width: 400px;
height: 350px;
border: 1px ridge #333399;
padding: 5px;
background-color: #FEEEB8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}

.someclass{ //class to apply to your scroller(s) if desired
}


#EvaluationItems a
{		

color: #6C9D31;
text-decoration: none;
font-size:16px;
}
		
	
		
#EvaluationItems h1{	
font-size: 35px;
font-weight: bold;
text-align: center;
}


#EvaluationItems p{	
font-size: 12px;
text-align: left;
}


/*Lists for Report Links, etc..*/

#CmeDocument
{
list-style-type: square;
text-align: left;
font-weight: bold;
font-size: 30px;
}

#CmeDocument p
{
text-align: left;
font-size: 12px;
}

#CmeDocument li.new
{
text-align: left;
background: url(../App_Images/new.gif) top left no-repeat;
padding-left: 15px;
margin-top:auto;
}

#CmeDocument ul li a
{
padding-left: 15px;
text-align: left;
font-size: large;
font-weight: bold;
text-decoration: none;
color: #508fc4;
}


#CmeDocument ul li a:hover
{
color: #90bade;
}
		
        
        .style1
        {
            height: 115px;
            width: 180px;
        }



a
{
padding-right: 20px;
font: bold small;
color: #6C9D31;
}



a:hover
{
  color: #333399;
  text-decoration: none;
}