body {
    font-family: arial;
    font-size: 11px;
    margin: 0px;
    background: url(../images/ocd_bg.jpg);
    background-repeat: no-repeat;
    background-color: #a6c197;
    color: #333333;
}

a {         
    color: #1d5c7a;
    text-decoration: none; 
    font-weight: bold;  
}
a:hover {
    color: #45593a;
    text-decoration: underline;
}

#menu {
    font-family: verdana;
    background-color: #5c7a4c;
    border: 1px solid #45593a; 
    border-top: 0; 
    font-variant: small-caps; 
    text-align: center;    
    font-weight: bold; 
    color: #ffffff; 
    height: 30px;
    font-size: 11px;
}
#menu span, #admin_menu span {
    padding-left: 7px;  
    padding-right: 7px;
}
#menu a {
    color: #ddf2d2;
    text-decoration: none;
}
#menu a:hover {
    color: #1d5c7a;
    text-decoration: none;
}
#menu #selected {
    cursor: default;
    color: #1d5c7a;
}


#layout_all {
    vertical-align: top;
}

#layout_top {
    border-left: 1px solid #45593a; 
    border-right: 1px solid #45593a;
    height: 16px;      
    width: 800px;
    background-color: #ffffff;
}
#layout_header {                      
    height: 150px;   
    padding: 0px;
    background-color: #ffffff;
}
#layout_left {
    border-left: 1px solid #45593a;    
    height: 100%;          
    width: 15px;
    background-color: #ffffff;     
}
#layout_right {                          
    border-right: 1px solid #45593a;   
    height: 100%; 
    background-color: #ffffff;    
}
#layout_body {
    background-color: #ffffff;    
    vertical-align: top;   
    font-family: sans-serif; 
    font-size: 12px; 
    color: #666666;
    width: 770px;
    height: 100%;
    text-align: center;
}
#layout_footer {
    border-left: 1px solid #45593a; 
    border-right: 1px solid #45593a;
    height: 271px;
    width: 800px;
    background: url(../images/footer_img.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
}


#page_title {
    color: #5c7a4c; 
    font-weight: bold; 
    font-variant: small-caps; 
    border-bottom: 1px solid #5c7a4c; 
    vertical-align: bottom; 
    text-align: left; 
    font-size: 16px; 
    letter-spacing: 1.5px; 
    width: 750px;
}

.sub_title {
    color: #a6c197; 
    font-weight: bold; 
    font-variant: small-caps; 
    border-bottom: 1px solid #a6c197; 
    vertical-align: bottom; 
    text-align: left; 
    font-size: 14px; 
    letter-spacing: 1.5px; 
    width: 350px;
}

#pageMainTxt {
    text-align: left;
    vertical-align: top;
    width: 760px;
}

#pageMsgTxt {
    text-align: left;
    vertical-align: top;
    width: 760px;
}

.cursive {
    font-family: cursive;
    font-weight: bold; 
    font-style: italic;
}

.img_border {
    border: 1px solid #5c7a4c;
}
.img_border2 {
	border: 1px solid #5c7a4c;
	margin-right: 20px;
	margin-left: 20px;
}

.hover {
    font-family: sans-serif;    
    font-weight: bold; 
    color: #1d5c7a;     
    font-size: 12px;
    cursor: pointer;
}

.filler {
    background-color: #ffffff;
    vertical-align: top;
}   


.hide {
    display: none;
}

.service_table {
    font-family: sans-serif; 
    font-size: 12px; 
    color: #666666;
}
        
.login_box {                      
    border: 1px solid #4a9372;
    background-color: #f6fcf9;
    color: #666666;                             
    font-family: sans-serif; 
    font-size: 12px;
    font-weight: normal;         
}    

#admin_table {                                                    
    font-family: sans-serif; 
    font-size: 12px;
    color: #666666;   
}

#admin_table input {
    border-collapse: collapse;
    border: 1px solid #4a9372;
    background-color: #f6fcf9;
    color: #0e4176;                                                               
    font-family: sans-serif; 
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    width: 400px; 
}

#admin_table textarea {                   
    border-collapse: collapse;
    border: 1px solid #4a9372;
    background-color: #f6fcf9;
    color: #0e4176;                                                                                
    font-family: sans-serif; 
    font-size: 12px;             
}
                        
.upload_box {                    
    border-collapse: collapse;
    border: 1px solid #4a9372;
    background-color: #f6fcf9;
    color: #0e4176;                              
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;      
    height: 30px;
    width: 400px; 
}

.input_full {                   
    border-collapse: collapse;
    border: 1px solid #4a9372;
    background-color: #f6fcf9;
    color: #0e4176;                             
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    width: 300px; 
}

