.left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 5px;
	line-height: 21px;

}
.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #864700;
	text-decoration: none;

}
.middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.choose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.state {
	font-family: Arial, Verdana, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #864700;
	line-height: 17px;
	text-decoration: none;


}
.ram {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.la {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.da {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.mo {
	border: 1px dotted #CC9999;
}
.hu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.sanu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
.marquee_txt {
	font-size: 8px;
	color: #FFF2E6;
	text-decoration: none;
}
.menu_anna {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic";
	background-color: #A25A3F;
	font-weight: bold;
	height: 22px;
	padding-left: 8px;
}
.menu_anna:hover {
	font-size: 100%;
	color: #F3E9E5;
	
}
.btm_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic";
	background-color: #FF7F00;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
.np_anna {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic";
	background-color: #A25A3F;
	font-weight: bold;
	height: 22px;
	padding-left: 8px;
}
/* General reset for padding and margins */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Full height and centering for the container */
body, html {
    height: 100%;
    display: flex;
    justify-content: center; /* Horizontally centers the container */
    align-items: center;    /* Vertically centers the container */
    background-color: #f9f9f9; /* Background for aesthetics */
    font-family: Arial, sans-serif;
}

/* Styling for the main container */
.container {
    max-width: 800px; /* Restricts content width for better readability */
    text-align: center; /* Centers text within the container */
    padding: 20px;
    background: #fff; /* White background for the content */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-radius: 10px; /* Rounded corners */
}

/* Styling for the main title */
.maintitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Styling for the main body text */
.mainbody {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Styling for the image */
.container img {
    max-width: 100%; /* Ensures image is responsive */
    height: auto;
    margin: 20px 0;
    border-radius: 8px; /* Rounds image corners slightly */
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
#leftpannel {
    float: left;
    width: 25%; /* Adjust width as needed */
    margin-right: 20px; /* Space between left panel and main content */
}
.container {
    float: left;
    width: 70%; /* Adjust width to fit next to #leftpannel */
}