﻿
.main
{
	font-family: 'Trebuchet MS';
	color: black;
	font-size: 11px
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 13px;
	margin: 0 auto 0 auto;
	background: url(../Image/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.menupusher {
	width:5px;	
	height: 46px;
	background: url(../Image/menub_bg.gif) repeat-x; /*tab background image path*/
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../Image/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../Image/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


.color
{
	background-color: silver;
}
.tablecenter
{
	text-align: center;
	font-family: 'Trebuchet MS';
	color: black;
	font-size: 12px;
}
.header
{
	font-family: 'Agency FB';
	color: aqua;
	font-size: 14px;
}

.newsContainer {
	width:95%;
	padding:10px;
	padding-bottom:0;
	float:left;
}

.picture {
	margin:0;
	float:left;
	width:29%;
	height:100%;
}

.description {
	float:left;
	padding-top:10px;
	padding-right:5px;
	width:70%;
	height:100%;
	text-align:justify;
}

.newsTitle {
	font-size:13px;
	font-weight:bold;
}

.newsContent {
	text-align:justify;
}

.caption {
font-weight:bold; font-size:13px;
}

/* ------------------------------------left Site---------------------------------- */
#leftsite {
	float:left;
	width:160px;
}
.Left_bg {
	float:left;
	background:url(../Image/IndexImages/president_foreword.jpg) no-repeat;
	width:100%;
	height:366px;
}
.president_photo {
	width:150px;
	height:175px;
	padding:5px;
}
.president_caption {
	padding-left:6px;
}
.president_foreword {
	padding:6px;
	text-align:justify;
	font-size:10px;
}

.more {
	float:right;
	margin-right:6px;
}
.R_link {
	margin:6px;
}
.R_description {
	margin:5px;
	padding:5px 6px;
	text-align:justify;
}


