body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(/images/vsb.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/


.oneColElsCtrHdr #container {
 width: expression((document.body.clientWidth < 980)? "950px" : (document.body.clientWidth > 1242)? "1240px" : "auto");
	min-width:950px;
	max-width:1240px;
/*	position: relative;*/
	margin: 0px auto;
	text-align: left;
	padding: 0px 5px;
}
/* html #container {
	width: expression(document.body.clientWidth < 952? "950px" : document.body.clientWidth > 1242? "1240px" : "auto");

}*/
.oneColElsCtrHdr #header {
	margin: 0px auto;
	background-color:#FFF;
	border:1px solid #999;
	border-bottom: 5px solid #666;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box *//*background: #FFFFFF;*/

}
.oneColElsCtrHdr #footer {
	border-top: 5px solid #666;
	margin-top:20px;
	padding: 8px;
	color:#FFF;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.oneColElsCtrHdr #footer a { color:#FFF; text-decoration: underline;}	
/*-------------------------------------*/

/*---------------tabb----------------------*/


#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:100%;
	clear:both;
}
.tabbed_boxh4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#ffffff;
	letter-spacing:-1px;
	margin:15px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #2D2D2D;
	background-color: #1E1E1E;
	padding:8px;
	zoom:1;
}
ul.tabs {
	padding-bottom:7px;
	margin:0px;
	border-bottom: 5px solid #666;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	color: #CCC;
	padding:8px 12px 8px 12px;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
ul.tabs li a:hover {
	border-bottom: 5px solid #FF0099;
	color: #FF0099;
}
ul.tabs li a.active {
	background-color:#666;
	color:#000;
	border-bottom: 5px solid #666;
}
.content {
	background-color:#ffffff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
/*	position:relative;*/
	zoom:1;
	clear:left;
}
#content_1, #content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8, #content_9, #content_10, #content_11, #content_12, #content_13 {
	display:none;
}
/*-------------------newstyle-------------------*/

#navmenunid {
	width:100%;
	margin:0px auto 0px auto;
}
ul.navmenu {
	padding:0px;
	margin-top:5px;
	margin-bottom:7px;
	text-align:center;
}
ul.navmenu li {
	list-style:none;
	display:inline;
}
ul.navmenu li a {
	padding:0px 5px 8px 5px;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}
ul.navmenu li a:hover {
	border-bottom: 5px solid #FF0099;
	color: #FF0099;
}
ul.navmenu li a.act {
	color:#000;
	border-bottom: 5px solid #000;
}
#kereso {
	margin-top:8px;
	float:right;
}
#cse-search-box input[type="submit"] {
	background-color:#1E1E1E;
	color:#FFF;
	border: 1px solid #2D2D2D;
	padding:2px;
}

.gthumb {
	border:1px solid #efefef;
	float:left;
	margin:5px;
	padding:2px;
}
.gname {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin:3px auto;
	text-align:center
}
.gsegm {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:20px 10px 10px 5px;
	clear:both;
	font-size: 24px;
	font-weight: bold;
}
.indnewsa { 
	font: 400 16px Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration:none;
}
.indnewsfloat {
    float:right;    
}
.indnewsfloat a {text-decoration:none;}

.indnewsp { padding:7px 0px 0px 7px;}
