

body{
    align:center;
    background: #AA3333;
    width: 820px;
}

#sectionLinks{
    border: solid 1px #443333;
    float: left;
    margin: 100px 10px 10px 20px;
    padding: 10px 10px 5px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#sectionLinks td{
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    float: right;
    clear: both;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

ul.services{
    //border:1px solid red;
    font-size: 18px;
    width:220px;
}

.contactform{
    width:500px;
    background: #AA6666;
    padding: 10px 20px 10px 20px;
    margin: 5px 0px 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.feature{
    padding: 5px 5px 5px 20px;
}

.nowrap{
    white-space: nowrap;
    text-align: right;
    width:150px;
    padding-top:5px;
    padding-right:10px;
}

#utility{
    display:none;
}

ul.info li{
    list-style:none;
    margin-left: 15px;
    text-indent: -25px;
    margin-bottom:5px;
}

#headerLevel2{
    padding-top: 40px;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

#pagecell2{
    width:640px;
    float:right;
}

table.main{
    width:600px;
    //border:solid red 1px;
}

a:link{
    text-decoration: none;
    color:darkgray;
}
a:visited{
    text-decoration: none;
    color:darkgray;
}
a:active{
    text-decoration: none;
    color:white;
}
a:hover{
    text-decoration: none;
    color:white;
}

#sectionLinks a:link{
    text-decoration: none;
    color:white;
}
#sectionLinks a:visited{
    text-decoration: none;
    color:white;
}
#sectionLinks a:active{
    text-decoration: none;
    color:grey;
}
#sectionLinks a:hover{
    text-decoration: none;
    color:grey;
}

.story{
    padding-left:30px;
}

#formInfo{
    padding:10px;
    float:left;
    clear:both;
}

#siteInfo{
    padding: 20px;
    margin-bottom: 30px;
}
