/* the news box */
#news
{
	width:190px;
	/* background:#eee; */
}
/*#news a
{
	color:#000;
}*/
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:310px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

.a12_grey {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A; text-decoration: none}
.a12_grey_link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A;}
.a12_orange {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #b82120; text-decoration: none}
.a12_blue {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #b82120}
.a12_lgblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #b82120
}
.nou{text-decoration:none}

ol {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A; text-decoration: none}
ul {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A; text-decoration: none}

p { vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A; text-decoration: none}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A; text-decoration: none}
a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #7A7A7A;}

.header
{
background-image:url("images/body_bg_faculty.gif");
background-repeat:no-repeat;
}

.header_events
{
background-image:url("images/body_bg_events.gif");
background-repeat:no-repeat;
}

.header_registration
{
background-image:url("images/body_bg_registration.gif");
background-repeat:no-repeat;
}

.header_index
{
background-image:url("images/body_bg_index.gif");
background-repeat:no-repeat;
}

.header_news
{
background-image:url("images/body_bg_news.gif");
background-repeat:no-repeat;
}

.header_about
{
background-image:url("images/body_bg_about.gif");
background-repeat:no-repeat;
}

.header_services
{
background-image:url("images/body_bg_services.gif");
background-repeat:no-repeat;
}

.header_contact
{
background-image:url("images/body_bg_contact.gif");
background-repeat:no-repeat;
}

.header_admin_right
{
background-image:url("images/newsrightbg.jpg");
background-repeat:no-repeat;
}

.header_client_right
{
background-image:url("images/menumemberrightbg.jpg");
background-repeat:no-repeat;
}

.header_sponsorship
{
background-image:url("images/body_bg_sponsorship.gif");
background-repeat:no-repeat;
}


.header_resources
{
background-image:url("images/body_bg_resources.gif");
background-repeat:no-repeat;
}


.page_header {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #b82120; text-decoration: none}body {
	background-position: center;
}









#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 0px 0px;
	
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}















/*********************************************************************/
.nav{
	/* border-bottom: 1px solid white; */
}

#nav, #nav ul{
	margin:0;
	padding:0; 
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;

	text-decoration: none;
	/* background-color: #6a6a6a;     */
	color: white;
	font-family: Tahoma;
	font-size: 6pt;
	font-weight: bold;
	z-index:10;
}

#nav a{
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:6px;
	padding-left:6px;
	/* border:1px solid #6a6a6a;  #333; 	 */
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	
	color:#ffffff;
	text-decoration:none;
	/* background-color:#6a6a6a; /* #333; */
}


#nav a:hover{
	background-color:#850C0C;
	color:#ffffff;	/* #333; */	
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:18em;
}

#nav li ul a{
	width:18em;
	height:auto;
	float:left;
	background-color:#8F8F8F;
	border-bottom: 1px solid white;
	line-height:2em;

}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:17em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/********************************************************************************************/

