﻿html, body, form, fieldset, h1, h2, h3, h4, h5, h6,  pre, blockquote, ul, ol, dl, address, div
{
	margin:0;
	padding:0;	
}

body 
{
	background: #9b4ee8 url(../images/background_repeat.jpg) repeat-x top left;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	line-height: 1.5em;
	font-size: small;
	color: #412062;	
}

div.hr
{
	padding: 20px 0px 20px 0px;
	margin: 0;
	height: 2px;
	background: url(../images/hr.gif) no-repeat center center;		
}

div.hr hr
{
	display: none;
}

img, a.img, a:link.img, a:visited.img, a:hover.img
{
	border: 0 !important;
}

ul
{
	margin-left: 15px;
}

li
{
	list-style-image: url(../images/hand.gif);
	padding: 0 0 0 5px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bolder;
	color: #643498;
	line-height: 25px;
	text-decoration: none;
	text-align:center;
}

h2
{
	font-family: Arial;
	font-size: 125%;
	color: #CB8E12;
	text-decoration: none;
}

h3, .title
{
	font-size: 110%;
	font-weight:bold;
	margin:0;	
}

input
{
	font-family: inherit;
	font-size: inherit;
}

#skip 
{	
	left: 0px;
	position: absolute;
	top: -200px;
}

#content a:link, #content a:visited
{
	color: #8040bf;
	text-decoration:none;
	border-bottom: 1px dotted #8040bf;
}

#content a:hover, #content a:focus
{
	color: #8040bf;
	text-decoration:none;
	border-bottom: 1px solid #8040bf;
}

#container
{
	background: #fff url(../images/wrap_background.gif) repeat-y top left;
	margin: 0 auto;
	width: 760px;		
	text-align:center;
}
	
#wrap
{	
	float:left;	
	text-align:left;
	width: 760px;	
	background: #fff url(../images/wrap_background.gif) repeat-y top left;
	border-top: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}

#header
{
	background: #fff url(../images/header_background.jpg) no-repeat top right;
	width: 760px;
	height: 86px;
}

#header-menu
{
	border-top: 4px solid #663399;
	border-bottom: 4px solid #663399;
	height: 29px;
	background: url(../images/menu/background.gif) repeat-x top left;
}

#breadcrumb
{	
	margin-left:-19px;
	margin-bottom: 10px;
}

#content
{	
	float:left;
	width: 543px;	
	padding: 0px 5px 0 35px;	
}

#sidebar
{			
	float:right;
	width:176px;
	text-align:right;	
}

.sidebarmasterimage
{
	border-bottom: 1px solid #fff;
}

#sidebar-static
{
	padding-bottom: 15px;
	background: url(../images/SideBar_buttom.gif) no-repeat bottom right;
}

#sidebar-dynamic
{
	float:right;
	width: 158px;
	text-align:center;
}

/*
 * Sidebar Menu 
 */
#sidebarmenu ul, #sidebarmenu li
{
	list-style-type: none;
}

ul#sidebarmenu
{
	margin:0;
	padding: 0;	
	width: 176px;
	height: 77px;
	background: #fff url(../images/sidebar_menu.gif) no-repeat top left;	
}
	
ul#sidebarmenu li
{
	float: left;
	display: block;	
	padding: 0;
	margin: 0;
}

#sidebarmenu span
{
	display:none;
}

ul#sidebarmenu li a
{
	padding: 0;
	margin: 0;
	border: 0;	
	display: block;
	text-decoration: none;
	background: #fff url(../images/sidebar_menu.gif) no-repeat top left;
}

li#sidebarmenu-contactus a
{
	height: 27px;
	width: 175px;
}

li#sidebarmenu-contactus a:link, li#sidebarmenu-contactus a:visited
{
	background-position: 0px 0px;
}

li#sidebarmenu-contactus a:hover, li#sidebarmenu-contactus a:focus
{
	background-position: -176px 0px;
}

li#sidebarmenu-ourpartners a
{
	height: 26px;
	width: 176px;
}

li#sidebarmenu-ourpartners a:link, li#sidebarmenu-ourpartners a:visited
{
	background-position: 0px -26px;
}

li#sidebarmenu-ourpartners a:hover, li#sidebarmenu-ourpartners a:focus
{
	background-position: -176px -26px;
}

li#sidebarmenu-resourcesites a
{
	height: 24px;
	width: 176px;
}

li#sidebarmenu-resourcesites a:link, li#sidebarmenu-resourcesites a:visited
{
	background-position: 0px -53px;
}

li#sidebarmenu-resourcesites a:hover, li#sidebarmenu-resourcesites a:focus
{
	background-position: -176px -53px;
}
/* End Sidebar Menu */


/* 
 * Main Menu 
 */
.menugroup
{	
	height: 29px;	
	width: 760px;
}

.menuseperator
{
	padding: 0 7px;
}

.menuitem, .menuitemhover
{
	cursor: pointer;
}

.submenuitem
{
	background: #c09de3;
	color: #fff;
	border-bottom: 1px solid #e5d6f3;
	font-weight:bold;
	font-family: Verdana,sans-serif;
	padding: 2px 10px;
}

.submenuhover
{
	background: #8643c9;
	color: #fff;
	border-bottom: 1px solid #e5d6f3;
	cursor: pointer;
	font-weight:bold;
	font-family: Verdana,sans-serif;
	padding: 2px 10px;
}

/* End Main Menu */

#footer
{
	margin: 10px 0 30px 0;		
	font-size: xx-small;
	color: #8040bf;
	font-family: Arial, Helvetica, Sans-Serif;
}

#mbc
{
	font-size: xx-small;
	color: #8040bf;
	font-family: Arial, Helvetica, Sans-Serif;
}

#foooter a, #footer a:visited, #footer a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	color: #8040bf;
	text-decoration:none;
	border-bottom: 1px dotted #8040bf;
}

#footer a:hover, #footer a:focus
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	color: #8040bf;
	text-decoration:none;
	border-bottom: 1px solid #8040bf;
}

#footer h4
{
	font-size: xx-small;
	font-weight:bold;
	display:inline;
	padding:0;
	margin:0;
}

#footer ul, #footer li
{
	display:inline;
	padding:0;
	margin:0;
	list-style: none;
}

#footer a.img
{
	border:0;
}

.big-letters {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	font-weight: bolder;
	color: #643498;
	line-height: 25px;
	text-decoration: none;
}

.alumni 
{
	font-family: Arial;
	font-size: 90%;
	color: #412062;
	font-weight:bold;
}

.main-yellow
{
	font-family: Arial;
	color: #CB8E12;
}

.lioffset
{
	float:right;
	margin-right:175px;
	background:#f5ecff;
	width:100px;
	text-align:center;
}

.scholarshiptable td
{
	font-weight:bold;
	text-align:center;
	line-height:180%;
	width:25%;
}