*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h3,h2 {
    font-family:Comic Sans MS,Verdana,Helvetica;
}

h3 {
    font-size: 18pt;
}

body, html {
    background: #FBF2EB;
    background-color: #FBF2EB;
}

#content {
    margin: 0px auto;
    width: 900px;
}
#header {
    margin-top: 20px;
}
#logo {
    font-weight: bold;
    font-size: 20pt;
    font-style: italic;
    color: #4E6F3D;
}

#name, #nav {
    padding-bottom: 7px;
    font-weight: bold;
    margin-left: 5px;
}

#name {
    width: 245px;
    text-align: right;
}

#name {
    font-size: 14pt;
    color: #A4A4A4;
}

#nav {
    margin-left: 55px;
    margin-bottom: 8px;
}

#indicator{
    margin: 15px auto;
    width: 250px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15pt;
}

#maincontent {
    
    /* background: #E1E1E1; */
    border: 1px #E1E1E1 dashed;
    border: 1px #86AE71 dashed;
    margin: 10px auto;
    width: 818px;
    padding: 20px;
    padding-top: 15px;
    /* margin-top: 15px; */
    /* height: 720px; */
    
}

.navobj {
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
}

#nav {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background: #D8F6CE;
    border-radius: 3px;
    font-weight: bold;
}

.navobj:hover {
    color: #FBF2EB;
    background: #4E6F3D;
}

#footer {
    margin-top: 30px;
    height: 80px;
    background: #86AE71; 
    border-top: 2px #4E6F3D solid; 
}

#copy {
    font-size: 13pt;
    font-weight: bold;
    margin-left: 20px; 
    margin-top: 10px;
}

.nostyle {
    color: #000000;
    text-decoration: none;    
}

.nostyle:hover {
    color: #000000;
    text-decoration: none;
}

#folink{
    margin-right: 5px;
}

#folink:hover{
    text-decoration: underline;
}

.cal{
    border: 1px solid #909090;
    border-collapse: collapse;
    padding: 10px;
}

.table {
    border: 1px solid #909090;
    border-collapse: collapse;
    padding: 5px;
    max-width: 800px;
}

#day {
    font-weight: bold; 
    width: 100px; 
    height: 80px; 
    z-index: 5;
}

#day_active {
    font-weight: bold; 
    width: 100px; 
    height: 80px; 
    background-color: #045928; 
    color: #F2F2F2; 
    border: 1px solid #045928;
    border: 1px solid #F2F2F2; 
    z-index: 10;
}

#loginarea{width: 300px; margin: 0px auto; padding: 10px;}
input[TYPE="text"], input[TYPE="passwd"], #loginuser, #loginpasswd, textarea{border: 1px #606070 solid; padding: 5px; height: 20px; width: 300px; font-size: 16px; margin-top: 5px; margin-bottom: 5px; outline: none;}
input[TYPE="text"]:focus, input[TYPE="passwd"]:focus, #loginuser:focus, #loginpasswd:focus, textarea:focus{border: 1px #000000 solid; outline: none;}
input[TYPE="submit"]{background: #C0C0C0; border: none; padding: 20px; padding-top: 10px; padding-bottom: 10px; font-size: 11pt; font-weight: bold; cursor: pointer; outline: none; margin-left: 232px;}
input[TYPE="submit"]:hover{background: #707070; outline: none; color: #E1E1E1;}
input[TYPE="submit"]:focus, input[TYPE="submit"]:active{outline: none; color: #E1E1E1;}

#select{
    width: 200px;
    font-size: 15pt;
}

#submit{
    margin-left: 110px;
}

#im2a{text-decoration: none;}
#im2a:hover{text-decoration: underline;}

#guest_name, #guest_email, #guest_text {
    width: 800px;
}

#guest_text {
    height: 200px;    
}

#guest_submit {
    margin-left: 690px;
}

#g_name, #g_text {
    padding: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    background: #E8E8E8;
    width: 800px;
    border-top: 3px #0B6138 dotted;
}

#g_text {
    min-height: 100px;
    font-family: serif;
    font-style: italic;
}

img {
    padding: 0px; margin: 0px;
}

#a{text-decoration: none; color: #4B8A08; cursor: pointer;}
#a:hover{text-decoration: underline;}
#a:focus{outline: none; text-decoration: none;}

#img_a_img {
    margin-top: -4px;
    margin-bottom: -2px;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 10px;
}

#img_desc {
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    margin-top: -4px;
    padding-top: 8px;
    color: #F0F0F0;
    background: #0A2A1B; 
    color: #5FB404;
    background: #FFFFFF; 
    color: #FFFFFF;
    background: #4B8A08; 
    /* background: #4E6F3D; */
    height: 32px;
    width: 785px;
    font-style: italic;
    text-decoration: none;
    margin-left: 10px;
}

#img_a {
    text-decoration: none;    
}

#main_inner_content{
    width: 530px;
    padding: 10px;
}

#left_sidepannel{
    width: 230px;
    padding: 10px;
    background: #D8F6CE;
    border-radius: 3px;
    min-height: 270px;
    font-family: Courier, serif !important;
}

#left_hdiv, #right_hdiv{
    padding: 5px;
}

#hdiv {
    min-height: 340px;
}

#noa {
    text-decoration: none;
    color: #000000;
}

#redbutton{color: white; background: #ff5059; cursor: pointer; padding-left: 10px; padding-right: 10px;}
#redbutton:hover{background: #ff0010;}
#pheadline{font-size: 11px; color: #808090; font-weight: bold;}
#grayline{height: 3px; width: 594px; background: #a1a1b2; margin-bottom: 7px;}

#news_div{border-left: 3px #4B8A08 solid; font-family: Verdana; font-style: italic; width: 450px; padding: 20px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 20px; line-height: 1.5;}