* {
	margin: 0px;
	padding: 0px;
}
ul
{
width:450px;
}
body {
	height: 100%;
	background-color: #ffffff;
	color: #633;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #333;
}

a {
	color:#3300FF;
}

a:hover {
	color: #667C26;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 1px 0px 0px;
	text-align: justify;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2E8B96;
	padding-top: 12px;
	padding-bottom: 3px;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2E8B96;
	padding-top: 12px;
	padding-bottom: 3px;

}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E8B96;
	padding-top: 12px;
	padding-bottom: 3px;
	
}
h4 {
	font-size: 11px;
	color: #000000;
}
h5 {
	font-size:9px;
}
h6 {
	font-size: 8px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#page_footer2 #logo table tbody tr td #fb-root div div #f36047b354 {
	font-size: xx-small;
	border-bottom:thin
}

.clearthis {
	margin : 0px;
	height : auto;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 1000px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */


#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #000;
}

#page_heading {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	width: 180px;
	float: left;
	text-align: left;
	word-spacing: 0px;
	font-size: 31px;
	font-weight: bold;
}




/* Main Navigation Menu */
// JavaScript Document
body {
	font: 1px normal Verdana, Arial, Helvetica, sans-serif;
	background-color:#969
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 10px;
	margin-left: 0px;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width:1000px;
	list-style: none;
	color:#993;
	position: relative;
	font-size: 1.1em;
	background-color:  #D6D6D6;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 5px 31.2px;
	display: block;
	color: #5E5E9D;
	text-decoration: none;
	text-align: center;
}
ul#topnav li:hover { background: #1376c9 url (images/topnav_a.gif) repeat-x; color:#9C6 }
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 10; top:25px;
	display: none;
	color:#9F3
	width: 970px;
	background: #FFF;
	color: #000000;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span {
	display: block;
	font-size: 1.2em;
}

ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}






/* Left Sidebar */
#content {
	margin:0px;
	padding:0px;
	width:1000px;
}
#left_sidebar {
	width: 129px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #8989b6;
}

#left_sidebar a:hover {
	color: #75759c;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter #link_cancel {
	margin-top: 5px;
}


/* Left Sidebar : Categories */

#categories {
	margin-bottom: 1px;
	padding: 1px 1px 1px 0px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	text-align: center;
}

#categories_header {
	margin-bottom: 2px;
	width: 130px;
	height: 20px;
	background-color: #95B9C7;
	overflow: hidden;
}



#categories ul {
	margin: 0px auto;
	width: 130px;
	list-style-type: none;
}

#categories li {
	width: 130px;
	height:25px;
	list-style-type: none;
	text-align: left;
	border-bottom: #D6E1E0 1px solid;
	float: left;
}

#categories li.last {
	border: none;
}

#categories li a {
	margin-top:3px;
	margin-left:7px;
	display: block;
	color:  #757599;
	text-decoration: none;
	float:left;
	clear: none;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#categories li a:hover {
	color: red;
}

/* Main Content Area */

#main_content {
	width: 610px;
	text-align: left;
	float: left;
	height: auto;
	margin: 0 10px;
}
#main_banner {
	 float: left;
    height: auto;
    margin: 10px 0;
    width: 230px;
}

#corner
{
	width:605px;
	height:auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size:12px;
	border-radius: 25px;
	border:2px solid #000000;
	background-color:#FFF;
	color:black;
	font-family:"Times New Roman", Georgia, Serif;
	overflow:hidden;
}




#sidebar_box1, #sidebar_box2,#sidebar_box3, #sidebar_box4, #sidebar_box5, #sidebar_box6 {
    margin: 10px 0px;
	padding:10px 10px;
	width:210px;
/*	height:300px;*/
	border:#000 2px solid;
	font-size:8pt;
	color: #9595c2;
	-moz-border-radius:25px;
	-khtml-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

/* Page Footer */

#page_footer {
	width: 1000px;
	margin: 0 auto;
}

#powered_by {
	padding-top: 17px;
	float: right;
	width: auto;
	height: auto;
	color: #9595c2;
	text-align: right;
}

#powered_by a {
	color: #9595c2;
}


.footer{
    float: left;
    clear: both;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
    font-size: 14px;
}
.footer {
    padding: 35px 0 25px 0;
    background: #cde8e9;
}
.grid-container {
    display: grid
;
    grid-template-columns: 160px 160px 160px 160px 160px 160px 160px;
    grid-gap: 8px;
    padding: 10px;
    margin-left: 30px;
}
.grid-container > div {
    padding: 5px 0;
    font-size: 15px;
}
.social-links {
    display: flex
;
    gap: 10px;
    margin-left: 285px;
}
footer .containers {
    flex-direction: column;
}
.containers {
    max-width: 1150px;
    width: 100%;
    display: flex
;
    align-items: center;
    margin: auto;
    padding: 0 16px;
    flex-direction: inherit;
}
footer .col {
    flex: 1 1 20%;
    padding-right: 25px;
}
footer .social a {
    margin: 0 0 12px 0;
}
footer a {
    display: block;
    margin: 0 0 8px 0;
    transition: 0.2s;
}
a {
    text-decoration: none;
    color: #0d9ecc;
    cursor: pointer;
}