body,td,p,li {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
body.bg {
	background : url("/graphics/bg.gif") #29675c;
	background-repeat : repeat-x;
}


a {
	color: #901e90;
	text-decoration: none;
}
a:hover {
	color: #670867;
	text-decoration: underline;
}
a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #fed278;
	text-decoration: underline;
}

a.stories {
	color: #000;
	text-decoration: none;
	 outline: none;
}
a.stories:hover {
	color: #901e90;
	text-decoration: underline;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
td.header {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
td.name {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4d4a40;
	PADDING-LEFT:9PX; 
	PADDING-TOP:5px;
	text-transform:uppercase;
}
td.box {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	PADDING-LEFT:12PX; 
	PADDING-right:22PX; 
	PADDING-TOP:7px;
	PADDING-bottom:7px;
}
td.minu{
		background : url("/graphics/menu_fade.gif");
		background-repeat : no-repeat;
}
td.mein{
		background : url("/graphics/body_bg.gif") #e5ca99;
		background-repeat : repeat-x;
}
.boxx{
		background : url("/graphics/box.gif");
		background-repeat : no-repeat;
		font-family: arial, sans-serif;
		font-size: 11px;
		text-align: center;
}

.boxx p {
	font-size:11px;
	width:165px;
	padding:0 5px;
	text-align:center;
}

FONT.FOOTER {font-family :Arial, Helvetica; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.FOOTER:Link {font-family :Arial, Helvetica; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.FOOTER:Visited {font-family :Arial, Helvetica; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  




/* -- nav -- */

#nav_main {
	margin:7px 0 0;
	padding:0;
	width:176px;
	list-style:none;
	z-index:10;
}

#nav_main  ul {
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#nav_main  li {
	position:relative;
	float:left;
	list-style:none;
}

#nav_main a {
	display:block;
	width:176px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/graphics/side_menu.gif);
}





#nav_home {
	height:28px;
	background-position:0 -8px;
}#nav_home:hover,
.active #nav_home {
	background-position:-176px -8px;
}

#nav_news {
	height:28px;
	background-position:0 -36px;
}#nav_news:hover,
.active #nav_news {
	background-position:-176px -36px;
}

#nav_about {
	height:28px;
	background-position:0 -64px;
}#nav_about:hover,
.active #nav_about {
	background-position:-176px -64px;
}

#nav_admit {
	height:28px;
	background-position:0 -92px;
}#nav_admit:hover,
.active #nav_admit {
	background-position:-176px -92px;
}

#nav_academ {
	height:28px;
	background-position:0 -120px;
}#nav_academ:hover,
.active #nav_academ {
	background-position:-176px -120px;
}

#nav_life {
	height:28px;
	background-position:0 -148px;
}#nav_life:hover,
.active #nav_life {
	background-position:-176px -148px;
}

#nav_cca {
	height:42px;
	background-position:0 -176px;
}#nav_cca:hover,
.active #nav_cca {
	background-position:-176px -176px;
}

#nav_give {
	height:28px;
	background-position:0 -218px;
}#nav_give:hover,
.active #nav_give {
	background-position:-176px -218px;
}

#nav_alumni {
	height:28px;
	background-position:0 -246px;
}#nav_alumni:hover,
.active #nav_alumni {
	background-position:-176px -246px;
}



#nav_main li ul {
	position:absolute;
	margin:-28px 0 0 175px;
	padding:5px 0;
	width:auto;
	left:-9999px;
	list-style:none;
	background:#670367;
	z-index:10000;
	text-align:left;
	border:1px solid #fefeca;
}

#nav_main li li {
	margin:0;
	padding:0;
	width:auto;
	float:none;
	position:relative;
	z-index:1000;
}

#nav_main li li a {
	margin:0;
	padding:4px 11px;
	width:180px;
	height:auto;
	color:#f3eec2;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
	background:none;
	text-indent:0;
}

#nav_main li li a:hover {
	color:#f3eec2;
	background:#4c014c;
	text-decoration:none;
}

#nav_main li:hover ul,
#nav_main li.active ul {
	left:auto;
}

