@charset "UTF-8";
/* CSS Document */

body {
margin-top:0px;
/*width:1100px;*/
text-align:center;
}

.content{
    
    max-width:1100px;
    margin:auto;
}

#top{
text-align:left;


}


#main {
padding-left:200px;
text-align:left;
width:540px;
float:left;


}

#menu {

width:300px;
float:left;


}

h1{
color:#3a4e57;
font-family:"Times New Roman", Times, serif;
font-weight:200;
size:36px;
line-height: 40px;
}

h2{
	color:#3a4e57;
	font-family:"Times New Roman", Times, serif;
	size:30px;
	line-height: 30px;

}

h6{
color:#3a4e57;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-variant:normal;
font-weight:300;
font-size:18px;
line-height: 16px;

}

p{
color:#3a4e57;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-variant:normal;
font-weight:300;
font-size:14px;

}

ul.normal{
color:#3a4e57;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-variant:normal;
font-weight:300;
font-size:14px;
}

ul.normal li{line-height: 14px; padding-bottom: 14px;}

ul {
color:#456800;

list-style:none;
text-indent:0px;
line-height: 2em;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-variant:normal;
font-weight:300;
font-size:21px;
}
a{
color:#456800;
text-decoration:none;

}

ul a{
color:#456800;
text-decoration:none;

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
 
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #456800;
    padding: 4px 16px;
	font-size: 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eeeeee}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
