@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
}
body{

}
.navFrame{
	border: 0;
	width: 99%;
	height: 800px;
}
.mainFrame{
	width: 99%;
	height: 100%;
	border: 0;
}
.windowDiv{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.bodyDiv{
	width: 1300px;
	height: 100%;
	border: 0;
	margin: 0 auto;
	overflow: hidden;
}
.headerDiv{
	height: 132px;
	width: 100%;
	/*float: left;*/
	background: #002543;
	/*position: absolute;*/
	right:0;
	top:0;
}
.navDiv{
	float: left;
	width: 400px;
	height: 100%;
	position: fixed;
	top:0;
}
.mainDiv{
	float: right;
	width: 900px;
	height: 100%;
	border: 0;
}
.contentDiv{
	height: 100%;
	width: 100%;
	border: 0;
	overflow: hidden;
	position: relative;
}
.newsletterDate{
	padding: 0;
	margin: 85px 44px 56px 0;
	/*position: relative;*/
	width: 150px;
	height: 20px;
	/*top: 90px;
	left: 990px;*/
	border: none;
	color: white;
	font-family: arial, helvetica, tahoma;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	float: right;
	
	
}
.newsletterHeader{
	width: 100%;
	height: 132px;
	/*background-color: #FFFFFF;*/
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	background-image: url('../images/newsletterheader.png');
	background-repeat: no-repeat;
	display: block;
}
/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: #3878cc;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: left;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    background-color: #f2f2f2;
    min-width: 160px;
	max-height: 200px;
	overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: white}

/* 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: white;
}
.navDiv{ margin: 20px 0px;}
.navDiv h2{padding: 10px; background: #f2f2f2;  color: #1b3468; font-size: 16px; text-align: left;}
.navDiv h1{font-size:18px;color:#000; font-family:Helvetica Neue, Helvetica, Arial, sans-serif; text-align: left; padding: 15px 0px;}
.left-menu{ list-style-type: none;}
.left-menu li{ padding:1px; border-bottom:1px solid #e7e7e7; text-align: left; padding: 10px 0;}
.left-menu li a{ font-size:17px;}
.lft_half{ list-style-type: none;}
.lft_half li{text-align: left; padding: 0px 0px 10px 0; float: left; width:50%;}
.lft_half li a{ font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;}
.hr{ width:100%; height:1px; background: #e7e7e7; float: left; margin-top: 5px;}
.right-part{ width:auto; overflow: hidden; padding-left: 30px; padding-top: 20px; /*margin-top: 132px;*/ text-align: left;}
.main{ /*position:fixed; overflow-x:hidden; height:500px; padding-right:20px;*/}
.main p{ padding:8px 0;}
