body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: white;
	margin: 0px;
	/*background: url(../images/header1.jpg) repeat-x;*/
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #035c7a;
	text-decoration: none;
}

/* .html5gallery {
	margin-top: 10px;
	margin-left: 2px;
	border: 2px solid #cccccc;
	float:right;
	width: 480px;
	height: 320px;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
} */
.container {
	max-width: 1200px; /* Adjust to fit your layout */
	margin: 0 auto; /* Centers the container */
	padding: 20px; /* Adds space around the content */
}
/* General styling for the row */
.article {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px; /* Adds space between rows */
	border-bottom: 1px solid #ddd; /* Optional: Adds a separator between rows */
	padding-bottom: 20px; /* Optional: Adds space before the separator */
  }
  
  /* Styling for columns */
  .clr {
	flex: 1; /* Each column takes up equal space */
  }
  
  /* Specific styling for the image column */
  .html5gallery {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
  }
  
  /* Specific styling for the text column */
  .text-column {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
  }
  
  /* Responsive adjustments */
@media (max-width: 768px) {
	.row {
	  flex-direction: column; /* Stacks columns vertically on smaller screens */
	  text-align: center; /* Centers text */
	}
  
	.text-column {
	  margin-top: 15px; /* Adds space between image and text when stacked */
	}
  }
/* a:hover {
	text-decoration: underline;
}
.main {
	width: 1003px;
	margin: 0px auto;
}
.menu {
	background-color: #e6e6e6;
	width: 1003px;
	height: 30px;
	float: left;
    border-radius: 1px 1px 1px 1px;
}
.menu ul {
	list-style-type:top;
}
.menu ul li {

 font-size: 20px;
    font-weight: normal;
    padding: 50px 15px 32px;
    text-transform: lowercase;
    word-spacing: 10px;
    display: inline;
	
}
.menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 65px;
	color: #FFFFFF;
	 text-align:left;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 2px;
	word-spacing: 20cm; // this line was specially commented out idk why 
	
.menu ul li a:hover {
	color: #4BC4EF;
}
p {
    font: 12px/1.8em Arial,Helvetica,sans-serif;
    margin: 8px 0;
    padding: 0 0 8px;
}
.content .mainbar .article {
    margin: 0;
    padding: 1px 1px 1px 1px;
}
.content .mainbar img.fl {
    float: left;
    margin: 4px 16px 4px 0;
}
.content .mainbar img {
    border: 1px solid #B7B7B7;
    padding: 4px;
}
p {
    font: 12px/1.8em Arial,Helvetica,sans-serif;
    margin: 8px 0;
    padding: 0 0 8px;

} */

/* .side {
	margin-top: 10px;
	border: 2px solid #ccc;
	float: left;
	width: 300px;
	height: 320px;
	background-color: #FFF;
	padding: 10px 0;
	border-radius: 5px 5px 5px 5px;
	margin-bottom:10px;
} */

/*.men {
	margin-top:-50px;
	float: right;
	}*/

/* .aside {
	margin-top:10px;
	margin-left:5px;
	border:2px solid #CCCCCC;
	float: right;
	width: 180px;
	height:340px;
	background-color: #FFF;
	border-radius:5px 5px 5px 5px;
} */
/* .page {
	background-color: #FFFFFF;
	width: 1003px;
	float: left;
	padding: 0px;
}
.header {

    background: repeat scroll 0 0 #00C0F2;
	background-repeat: repeat;
    height: 31px;
	margin-top: 30px;
    padding: 5px 0;
	width: 1003px;
	float: left;
	border-radius: 10px 10px 10px 10px
} */

/* .left-panel {
	width: 900px;
	float: left;
	padding: 20px 50px 20px 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
}
.left-panel-in {
	text-align: justify;
	clear: both;
}

.right-panel 
{
	width: 250px;
	float: right;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
} */
/* .footer {
	margin-top:10px;
	background-color: #C0C0C0;
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px 5px 5px 5px
}


.footer p {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 25px;
	border-radius: 10px 10px 10px 10px
} */
/* .page .header .my_header_top .content .title {
	text-align: right;
}
.page .header .my_header_top .content .title {
	text-align: justify;
} */
/* div {
	text-align: justify;
}
.video{padding: 4px 15px 20px 6px;
float: left;
width: 200px;}
.article {
padding-top: 1px;
padding-bottom: 14px;
float: left;
width: 200px;
}
.article_heading23 {
background: #004388;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding: 4px 15px 3px 6px;
}
.article_img {
text-align: center;
margin-top: 5px;
background: #f3f4f4;
}
.article_txt {
font-size: 12px;
font-weight: bold;
padding-top: 5px;
text-align: center;
color: #004184;
}
.doted_divider_article {
border-right: 1px dotted #a9a9a9;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: rgb(169, 169, 169);
height: 280px;
margin: 7px;
float: left;
}
.p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.down {
	margin-top: 35px;
	margin-bottom:10px;
	border: 2px solid #CCCCCC;
	float: left;
	width: 1003px;
	height: 230px;
	background-color: #FFF;
	
	border-radius: 5px 5px 5px 5px;
} */

/* .article {
padding-top: 1px;
padding-bottom: 14px;
float: left;
width: 140px;
}
.article_heading23 {
background: #004388;
font-size: 15px;
color: #FFFFFF;
font-weight: bold;
padding: 4px 15px 3px 6px;
}
.article_img {
text-align: center;
margin-top: 5px;
background: #f3f4f4;
}
.article_txt {
font-size: 11px;
font-weight: bold;
padding-top: 5px;
text-align: center;
color: #004184;
}
.doted_divider_article {
border-right: 1px dotted #a9a9a9;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: rgb(169, 169, 169);
height: 150px;
margin: 7px;
float: left;
} */
/* .p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.content_resize {
	margin:0 auto;
	padding:0;
	width:1240px;
	background-color:#fff;
	border-top:1px solid #e8e8e8;
}
.content .mainbar {
	margin:0;
	padding:0;
	float:left;
	width:1240px;
}
.content .mainbar img {
	padding:4px;
	border:1px solid #b7b7b7;
}
.content .mainbar img.fl {
	margin:4px 16px 4px 0;
	float:left;
}
.content .mainbar .article {
	margin:0;
	padding:16px 24px 24px 40px;
}
.content .mainbar .comment {
	margin:0;
	padding:16px 0 0 0;
}
.content .mainbar .comment img.userpic {
	border:1px solid #dedede;
	margin:10px 16px 0 0;
	padding:0;
	float:left;
} */
/* .fbg_resize {
	padding:35px 60px;
	color:#fff;
	background-color:#003366;
	width:100%;
	height:200px;
}
.fbg h2, .fbg a {
	color:#fff;
}
.fbg img {
	padding:4px;
	border:1px solid #cfd2d4;
	background-color:#fff;
}
.fbg .col {
	margin:0;
	float:left;
}
.fbg .c1 {
	padding:0 16px 0 0;
	width:256px;
}
.fbg .c2 {
	padding:0 16px;
	width:290px;
}
.fbg .c3 {
	padding:0 0 0 16px;
	width:280px;
}
.fbg .c1 img {
	margin:8px 16px 8px 0;
}
.fbg .c3 img {
	margin:8px 16px 4px 0;
	float:left;
} */