body {
        background-color: #FFFFF0;
 	  background-image: url(back1.jpg);
        color: Black;
        border: 0px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
        margin: 0px;
        padding: 0px;
}
ul {
        margin-top: 5px;
        margin-bottom: 0px;
}
img {
        margin: 0px;
        padding: 0px;
}
#container {
        border: 2px solid #377137;
        margin: 10px 0px;
}
#head1 {
        background-color: #489648;
        border: none;
}
#head2 {
        font-family: Georgia, "Times New Roman", serif;
        font-size: large;
        font-weight: bold;
        color: #2F6A44;
        background-color: #F0FFF0;
        border: none;
        text-align: right;
        white-space: nowrap;
}
#breadcrumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        border-bottom: 1px solid green;
        border-top:1px solid green;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 50px;
        background-color: #FAFAD2;
        color: #2F4F4F;
        white-space: nowrap;
        text-align: left;
}

#breadcrumb a {
        color: Maroon;
        text-decoration: none;
        background-color: transparent;
}
#breadcrumb a:hover {
        text-decoration: underline;
}

#menu {
        background-color: #F0FFF0;
        text-align: left;
        font-size: small;
        padding-top: 20px;
}
#menu a{
        text-decoration: none;
        background-color: #FAFAD2;
        font-weight: bold;
        display: block;
        padding: 5px;
        width: 120px;
        margin-bottom: 5px;
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #377137;
        color: #556B2F;
}
#menu a:hover {
        background-color: #489648;
        color: White;
        border-top: 1px solid #377137;
        border-left: 1px solid #377137;
        border-right: 1px solid #377137;
        border-bottom: 1px solid #377137;
}
#menu .special {
        background-color: transparent;
        text-align: center;
        font-size: 75%;
        padding-top: 0px;
        margin-left: 20px;
        margin-right: 20px;
}
#menu .special a{
        text-align: center;
        color: maroon;
        text-decoration: underline;
        background-color: transparent;
        font-weight: normal;
        display: inline;
        padding: 0px;
        width: auto;
        margin-bottom: 0px;
        border: none;
        margin-left: 12px;
        margin-right: 0px;
}
#menu .mirzjiles {
        background-color: transparent;
        text-align: center;
        font-size: 75%;
        padding-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
}
#menu .mirzjiles a{
        text-align: center;
        color: maroon;
        text-decoration: underline;
        background-color: transparent;
        font-weight: normal;
        display: inline;
        padding: 0px;
        width: auto;
        margin-bottom: 0px;
        border: none;
        margin-left: 0px;
        margin-right: 0px;
}
#options a{
        background-color: #6B8E23;
        color: White;
        border-top: 1px solid #8FBC8F;
        border-left: 1px solid #8FBC8F;
        border-right: 1px solid #8FBC8F;
        border-bottom: 1px solid #2F4F4F;
}
#content {
        background-color: #F0FFF0;
        border-left: 1px solid green;
        text-align: justify;
        font-size: small;
        padding: 20px 20px 0px 35px;
}
/* we indent text by setting padding-left 15px too high, and then setting margin-left on .article-title to -15px */
.article-title {
        margin-left: -15px;
        margin-bottom: 8px;
        font-size: large;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", Sans-serif;
        font-style: italic;
}
.article-footer {
        text-align: right;
        font-size: xx-small;
        color: Gray;
        padding-bottom: 15px;
}
.author, .datetime {
        font-weight: bold;
        color: #4F4F4F;
}
#content form {
        padding-left: 30px;
        font-size: small;
        vertical-align: middle;
        }
#footer {
        text-align: left;
        font-size: small;
        border-top: 1px solid green;
        border-left: 1px solid green;
        color: #556B2F;
        background-color: #FAFAD2;
        padding: 10px 15px;
}
a {
        color: Maroon;
        text-decoration: none;
        background-color: transparent;
}
a:hover {
        text-decoration: underline;
}
.textbox {
        border: 1px solid gray;
        margin: 5px;
}
.button {
        border: medium outset;
        background-color: #F5F5F5;
        margin-left: 150px;
        color: black;
        margin-top: 10px;
}
fieldset {
        margin-top: 5px;
        width: 200px;
}
form {
        border: thick double #90EE90;
        padding: 10px;
        margin: 10px;
        width: 280px;
        margin-left: 30px;
        margin-top: 10px;
}


#foot1 {
        margin-right: 15px;
        text-align: justify;
}


/* For the calendar program */

.cal_outertable {
        margin-right: 16px;
        border: 1px solid #377137;
}
.cal_highlight_today {
        background-color: #f0fff0;
        text-align: left;
        border-top: 1px solid #377137;
        border-left: 1px solid #377137;
}
.cal_day {
        background-color: #ffffff;
        text-align: left;
        border-top: 1px solid #377137;
        border-left: 1px solid #377137;
}
.cal_table {
        border-bottom: 1px solid #377137;
        border-right: 1px solid #377137;
        margin-bottom: 12px;
}

/* For the faq */

.iframex {
        border: 1px solid #377137;
}


