@charset "utf-8";
/* CSS Document */

body { margin:0px; font-family:Arial, Helvetica, sans-serif; }
#main_wrapper {
	width:100%;
}
img{border:0;}
#header {
	width:100%;
	height: 240px;
	background-image:url(images/headerbgnew.jpg);
	background-repeat:repeat-x;
	border:0px solid #036;
}
#header_content {
	width:980px;
	margin:0px auto;
}
#logo {
	width:250px;
	border:0px solid #F00;
	float:left;
}
.sliderdiv {
	width:670px;
	box-shadow: 3px 3px 3px #222;
	background-color:#CCC;
	height:120px;
	margin-top:5px;
	margin-left:50px;
}
#menu_block {
	width:950px;
	height:42px;
	border:0px solid #066;
	margin-left:42px;
	margin-top:6px;
        
}
.menuitem {
	height:40px;
	float:left;
	margin-left:10px;
}
.menuitem_left {
	float:left;
	background-image:url(images/menuleft.jpg);
	width:7px;
	height:40px;
}
.menuitem_middle {
	float:left;
	background-image:url(images/menumiddle.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:40px;
}

.menuitem_middle  a{
	display:block; 
	padding:8px; 
	padding-top:15px; 
	color:#333; 
	text-decoration:none; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
.menuitem_middle  a.current{
	color:#f00; 
	
}


.menuitem_right {
	float:left;
	height:40px;
	background-image:url(images/menuright.jpg);
	width:8px;
}
#content_wrapper {
	width:980px;
	margin:0px auto;
}
#center_content_wrapper {
	width:700px;
	float:left;
	border:0px solid;
	min-height:500px;
}
#rightcontent_wrapper {
	float:left;
	width:280px;
}
#right_contents {
	width:260px;
	min-height:300px;
	border:1px solid #CCC;
	margin-left:10px;
}
.right_content_heading {
	width:100%;
	height:30px;
	background-color:#fe0012;
}
.right_contents_text {
	font-size:12px;
	line-height:17px;
	margin:0px;
	padding:5px;
}
a.right_content_heading_title {
	display:block;
	padding:10px;
	padding-top:5px;
	text-decoration:none;
}
#footer {
	width:100%;
	margin-top:8px;
	height:200px;
	background-color:#0341A8;
}
a.footer_links {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}
#top_navigation_links {
	width:100%;
	height:29px;
	color:#FFF;
	padding-top:0px;
	
}
#top_navigation_links a{ text-decoration:none; color:#FFF; font-size:12px; }
#top_navigation_links a:hover{ color:#ccc;}
#top_navigation_links a.current{ color:#A9C9FE; font-weight:bold;}
#footer_links_block {
	float:left;
	padding-left:25px;
	border:0px solid #FFF;
	padding-top:25px;
	width:500px;
}
#footer_content_wrapper {
	width:980px;
	margin:0px auto;
}
#breadcrumb_block
{ width:980px; height:25px; margin:0px auto; font-size:12px; }

#breadcrumb_block a{ font-size:12px; text-decoration:none; color:#039;}
#breadcrumb_block a.current{color:#f00;}

h1{ font-size:16px; }
#courselist { }
#courselist a { text-decoration:none; color:#333; font-size:13px; font-weight:900; line-height:25px;  }
#courselist a:hover { color:#F00;   }
.geniune_font{font-size:13px; color:#333; line-height:20px; text-align:justify;}
