body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	
}
#greybox {
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	padding-bottom: 4px;
	width: 220px;
	text-align: left;
	background-image: url(greyboxgif.gif);
}

.boxstyle {
	width: 245px; 
	height: 80px; 
	background-image: url(../images/rounded-rectangle-s.gif);
	background-repeat: no-repeat; 
	text-align: center; 
	padding-top: 15px;
}
.left {
	float:left;
}
.biglink {
    font-size:12px;
    color:#7ca8d4;
}
.footertext {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
}

a.footerText {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
	font-family: verdana, helvetica, sans-serif
}
.footerTextOrange {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #FFB642;
	font-family: verdana, helvetica, sans-serif
}
.subHeadGreen {
	font-size: 14px; 
	font-weight: bold; 
	color: #666666;
}

.subHeadBlue {
	font-size: 14px; 
	font-weight: bold; 
	color: #7ca8d4;
}

.introParagraph 
{
    font-size: 14px; 
    line-height: 18px; 
    padding: 10px 15px 10px 15px; 
    width: 760px; 
    background-image: url(../images/table_bg.jpg); background-repeat: no-repeat;
}
.introHeader {
    /*color: #B9C980; */
    color: #666666; 
    font-weight:bold;
}

.GreenHeader 
{
	font-size: 17px; 
	font-weight: bold; 
	color: #B9C980;
}

.OrangeHeader 
{
	font-size: 18px; 
	font-weight: bold; 
	color: #ffb441;
}

#topnav {
    margin:0px 0px 0px 0px;
    padding:0px;
    height:23px;
}
#topnav li {
    display: inline;
    list-style: none;
}
#topnav li a {
    float:left;
    
    color: #fff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    
    margin:0px;
    padding:0px 30px;
    
    line-height:23px;
}
#topnav li a:hover {
    background: transparent url(../images/topnav_bg_over.gif) repeat-x;
}
	