@CHARSET "ISO-8859-1";
body {
        background-color: #C9D38A;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
}

.title {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 1.25em;
        font-weight: 700;
        color: #20502c;
}
.style1 {color: #000000}

.style2 {
	font-size: 16px;
	font-weight: bold;
}

.style18 {color: #FF0000}

.style19 {color: #333333;
          font-size: 12px;
}

.stylecontact {
     background-color: #FF9933;
     font-family: verdana,arial,helvetica;
     font-size: 1em;
     font-weight: 500;
     width: 80%;
     margin-left: auto;
     margin-right: auto;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page{
    padding: 10px 0px;
    border-bottom: 0px solid #cccccc;
    width: 799px;
    margin-left:auto;
    margin-right:auto;
}

#masthead{
    margin: 0;
    padding: 0px 0px;
    border-bottom: 0px solid #cccccc;
    width: 799px;
}

#main{
    position: relative;
    top: 0;
    float: left;
    margin: 0;
    padding: 0px 0px;
    width: 799px;
    background-color: #ff0000;
}

#col2{
    position: relative;
    top: 0;
    float: left;
    margin: 0 0px 0 0px;
    padding: 0px;
    width: 611px;
    background-color: #fed953;
}

#navBar{
    position: relative;
    top: 0;
    float: left;
    margin: 0 0 0 0;
    padding: 0px;
    width: 220px;
    background-color: #fed953;
    text-align: left;
    bottom: auto;
}

#centercol{
    position: relative;
    top: 0;
    float: right;
    width: 369px;
    margin: 0 0 0 0;
    padding: 0 10px 0 5px;
    background-color: #fdffd0;
}

#footbar{
    width: 799px;
    margin: 0;
    padding: 0 0 0 0;
    background-color: #ff9900;
}

#rightBar{
    position: relative;
    top:0;
    float: right;
    width: 188px;
    background-color: #ff0000;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul strong {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 1.125em;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: 500;
        letter-spacing:1px
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 6px 0px 6px 18px;
	border-top: 0px solid #cccccc;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
        color: #20502c;
        text-decoration: none;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 6px 0px 6px 18px;
        color: #20502c;
        text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	padding: 6px 0px 6px 18px;
        color: #ff0000;
        text-decoration: none;
}

#sectionLinks strong{
	border-top: 0px solid #cccccc;
	padding: 4px 0px 4px 10px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
        font-size: 1.125em;
        color: #20502c;
        font-weight: 600;
}
