/* CSS Document */



/*----------------------------------------------- Menu CSS classes Begin ----------------------------------------------------*/
body {
	background-image:url(img/body_back.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}



.glossymenu{
position: relative;
padding: 8px 0 0 154px;
margin: 0 auto 0 auto;
background: url(img/but_back.png) repeat-x; /*    */
height: 46px;
list-style: none;
text-align:center;
color:#FFFFFF;
}

.glossymenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
.glossymenu li {
  float: left;
  position: relative;
  width: 115px;
  }

.glossymenu li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.glossymenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.glossymenu li a:active {
	color: #2D2D2D;
	text-decoration: none;
}
.glossymenu li a:hover {
	color: #C0C0C0;
	text-decoration: none;
}


.glossymenu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  list-style: none;
  background-color:#000000;
  padding-top:16px;
  padding-bottom:6px;
  }

.glossymenu li > ul {
	top: auto;
	left: auto;
	}
	
.glossymenu li:hover ul { 
display: block;
background-color:#000000;
}

.glossymenu li ul li:hover a{
	color: #FFFFFF;
}

#fall:hover {
background-color:#575757;
font:"Times New Roman", Times, serif;
}

#frame {
}

/*----------------------------------------------------- Menu CSS classes End ---------------------------------------------------------*/






.table {
	padding-top: 10px;
	padding-bottom:10px;
}
.table_left {width:200px; border-right:1px dotted #ABABAB;}
.table_center {padding:0px 10px 5px 15px;}
.table_right {width:200px; border-left:1px dotted #ABABAB;}

#mainpage_photo {
	float: left;
	height: 300px;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}


.staff_photo {
	height: 300px;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.staff_quest
{
	margin-left:10px;
	text-align:left;
	color:#8A0003;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.staff_answer
{
	margin-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}





/*-------------------------------------------------- Left Menu CSS classes Begin ------------------------------------------------------*/
#nav_left {
	width: 178px;
	margin: 10px;
	border-style: solid;
	border-color: #D5D5D5;
	border-size: 1px;
	border-width: 1px;
	background-color:#F5F5F5;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px}
#nav_left ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#nav_left  li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
		list-style:none;
		}

#nav_left li a:link, #nav_left li a:visited {
        color: #818181;
        }

#nav_left li a:hover {
        color: #000000;
       }



/*--------------------------------------------------- Left Menu CSS classes End -------------------------------------------------------*/






/*--------------------------------------------------- Right News classes Begin -------------------------------------------------------*/

#news_right {
        margin-left:10px;
		margin-right:10px;
		padding-left:10px;
		padding-right:10px;
        border-style: solid;
        border-color: #D5D5D5;
        border-size: 1px;
        border-width: 1px;
		font-size:12px;
		font-family:"Times New Roman", Times, serif;
		unicode-bidi:normal;
        }
#news_right a:link{
		text-decoration: none;
		color:#6C6C6C;
}
#news_right a:visited {
		color:#6C6C6C;
		text-decoration: none;
}
#news_right a:active {
		color:#000000;
		text-decoration: none;
}
#news_right a:hover {
		color:#000000;
		text-decoration: none;
}
/*--------------------------------------------------- Right News classes End -------------------------------------------------------*/




#footer {
	width:1000px;
	height:32px;
	padding-top:8px;
	background-image:url(img/footer.gif);
	color:#999999;
	vertical-align:50%;
	text-align:center;
	font-size:10px;
}


#host_count {
	vertical-align: bottom;
	width: 178px;
	margin: 10px;
	border-size: 0px;
	text-align:center;
	padding-top:200px;
	padding-bottom:20px
}

.edu_frame {
	background-color:#F4F4F4;
	padding: 5px 20px 5px 20px
}

.edu_frame a:link{
	text-decoration: none;
	color:#828282;
}
.edu_frame a:visited {
	color:#828282;
	text-decoration: none;
}
.edu_frame a:active {
		color:#000000;
		text-decoration: none;
}
.edu_frame a:hover {
		color:#000000;
		text-decoration: none;
}
