﻿body{
    font-family:arial;
    font-size:9pt;
    }

#container{
    width:800px;
    margin:auto;
    }
    
.left{
    float:left;
    }

.right{
    float:right;
    }
    
.wiseFull{
    margin-top:37px;
    margin-bottom:3px;
    }

.topNav{
    clear:both;
    background-color:#3b9c38;
    height:22px;
    }

.topNavRight{
    float:right;
    background-color:#6bc069;
    border-left:1px solid #fff;
    padding:0 5px 2px 3px;
    }
    
.topNavRight a{
    font-size:10px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    border-right:1px solid;
    padding:3px;
    }

.topNavRight .last{
    border:0;
    }

.topNavRight input{
    font-size:XX-small;
    }
    
#middle{
    border-width:0 1px 1px 1px;
    border-color:#3b9c38;
    border-style:solid;
    margin-top:8px;
    background-image:url(/images/page_bg.gif);
    background-repeat:repeat-y;
    }

#content{
    width:643px;
    float:left;
    }

#content .text{
    padding:10px;
    }

.breadCrumb{
    font-size: 8pt;
    margin-bottom:10px;
    }

.breadCrumb .curPage{
    color:#2b6f29;
    }

#content a{
    color:#3b9c38;
    text-decoration:none;
    }

#content a:hover{
    text-decoration:underline;
    }

#rightCol{
    float:right;
    width:155px;
    font-size:8pt;
    }

.rtHead{
    background-color:#3b9c38;
    text-align:center;
    }

.divStatus{
    padding:5px;
    }

.divStatus ul{
    margin:0;
    padding:5px 0 5px 15px;
    }

.divStatus a{
    color:#3b9c38;
    text-decoration:none;
    }

.divStatus a:hover{
    text-decoration:underline;
    }

.newsBox a{
    color:#000;
    text-decoration:none;
    }

.newsList, .featList{
    list-style-image:url(/images/arrow.gif);
    margin:0;
    padding:0;
    }

.newsList li, .featList li{
    border-bottom:1px dashed #000;
    margin-left:20px;
    padding:3px 3px 3px 0;
    }

.newsBox .moreLink{
    font-weight:bold;
    padding:3px 20px;
    display:block;
    }

.featBox a{
    color:#3b9c38;
    text-decoration:none;
    }

#footer{
    font-size:8pt;
    }

#footer a{
    color:#666;
    margin:0 3px;
    }
    
/**** Home Page Styles ****/

.homeTop{
    border:1px solid #3b9c38;
    }

.homeBanner{
    float:left;
    border-right:1px solid #3b9c38;
    margin-right:5px;
    }

.topText{
    padding:5px;
    font-size:9pt;
    width:310px;
    float:right;
    }

.topText ul{
    margin-bottom:0;
    }

.schoolList{
    margin:10px;
    font-size:9pt;
    }

.pillars{
    width:606px;
    margin:auto;
    }
   
#divHomeAd1{
    margin:10px;
    text-align:center;
    }

/**** Editor Styles ****/

h1{
	font-family:Times New Roman;
	font-size: 15pt;
	color: #3B9C38;
    margin:10px 0;
    font-weight:normal;
    }

h2{
    font-family:Times New Roman;
	font-size: 12pt;
	color: #3B9C38;
    margin:10px 0;
    font-weight:normal;
    }

/**** News Page Styles ****/

.newsButtons{
    margin-bottom:10px;
    }

#content .newsButtons a{
    padding:5px;
    color:#fff;
    font-weight:bold;
    background-color:#3b9c38;
    }

#content .newsButtons .active{
    background-color:#6bc069;
    }

/**** Navigation Styles ****/

.topNav ul{
    padding:0;
    margin:0;
    list-style-type:none;
    }

.topNav ul li{
    float:left;
    border-right:1px solid #fff;
    padding:2px 20px 4px 20px;
    position:relative;
    }

.topNav ul li a{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:8pt;
    font-weight:bold;
    }

.topNav ul li:hover ul{
    display:block;
    }

.topNav ul ul{
    display:none;
    position:absolute;
    top:21px;
    background-color:#3b9c38;
    left:15px;
    }

.topNav ul ul li{
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#fff;
    width:150px;
    text-transform:none;
    font-weight:normal;
    }
    
.topNav ul ul li a{
    text-transform:none;
    font-weight:normal;
    }
   
   .fldLabel{
    font-weight:bold;
    font-size:12px;
    padding-left:10px;
    width : 35%;
    }
    
    