body {
    margin:0;
    padding:0;
    border:0;
    text-align:center;
    background:#ffffff url(../_i/stripe.png) top left;
    position:relative;
}
ul, li, a, div, img, p, span, h1 {
    margin:0;
    padding:0;
    border:0;
    text-align:left;
}
#main {
    text-align:left;
    margin:0px auto;
    width:850px;
    background:#EDF7F2;
    padding:24px;
}
#header
{
    margin-bottom:24px;
    width:850px;
    height:96px;
}
#header h1 span {
    display:none;
}
.splash {
    clear:both;
    padding-bottom:24px;
    width:850px;
}
.text {
    font-size:14px;
    line-height:24px;
    font-family:Verdana, Arial;
    text-align:justify;
    padding-bottom:24px;
    clear:both;
}
.content, .content p {
    padding-bottom:12px;
    font-size:14px;
    line-height:24px;
    font-family:Verdana, Arial;
    text-align:justify;
    clear:both;
}
.content p img {
    float:right;
    margin:0px 0px 24px 24px;
    display:inline;
}
.text a {
    color:#000000;
    border-bottom:1px dotted #000000;
    text-decoration:none;
    font-size:14px;
    line-height:24px;
}
.text a:hover {
    border-bottom:1px solid #000000;
}
#nav {
    clear:both;
    margin-bottom:24px;
    height:36px;
    width:850px;
}
#nav ul {
    list-style:none;
    height:36px;
    width:646px;
    float:left;
}
#contact {
    height:24px;
    width:180px;
    float:left;
    line-height:24px;
    font-size:10px;
    font-family:Verdana, Arial;
    font-weight:bold;
    text-align:center;
    border-bottom:4px solid #B5E655;
    background:#96CA2D;
    padding:4px 12px 4px 12px;
}
#contact a {
    color:#000000;
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
#contact a:hover {
    border-bottom:1px solid #000000;
}
#nav ul li {
    height:36px;
    /*width:144px;*/
    float:left;
}
#nav ul li.selected {
}
#nav ul li.last {
    /*width:130px;*/
}
#nav ul li a {
    height:24px;
    /*width:116px;*/
    display:inline;
    float:left;
    color:#000000;
    text-decoration:none;
    margin:0px 16px 0px 0px;
    padding:4px 12px 4px 12px;
    border-bottom:4px solid #EDF7F2;
    font-size:18px;
    font-family:Verdana, Arial;
}
#nav ul li a.last {
    /*margin-right:0px;*/
    /*padding-right:8px;*/
}
#nav ul li a:hover {
    /*background:#96CA2D;*/
    border-bottom:4px solid #B5E655;
}
#nav ul li a.selected, #nav ul li a.selected:hover {
    border-bottom:4px solid #96CA2D;
    background:#B5E655;
}
#footer {
    width:850px;
    text-align:right;
    font-size:10px;
    font-family:Verdana, Arial;
    clear:both;
}
#footer a {
    text-decoration:underline;
    color:#000000;
}

