body {
	background-color: #EDEEE3;
	background-attachment: scroll;
	background-image: url(images/bgshadow.gif);
	background-repeat: no-repeat;
	background-position: 680px top;	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003366;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #003366;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}



.highlight {
	background-color: #CCFF66;
	padding: 2px;
}
.maintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	margin-top: 20px;
	margin-left: 50px;
	border-top: 1px solid #E0E3D7;
	border-right: 1px solid #ADB49E;
	border-bottom: 1px solid #D0D5C8;
	border-left: 1px solid #D0D5C8;
}

.li {
font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003366;	
}

.smallphotoright {
	float: right;
	position: relative;
	right: -23px;
}

.NavItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #339999;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003366;
}

}
#navigation {
	text-align: center;
	float: right; /*Set to "left" or "right" to position menu accordingly*/
	border-bottom: 1px solid;
	top: 160px;
	border-bottom-color: #CCCCCC;
}
#navigation ul {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(http://www.vims.edu/adv/images/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #0066CC;
	background: url(http://www.vims.edu/adv/images/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}

#navigation a:hover {
	color: #669999;
	background: url(http://www.vims.edu/adv/images/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}

#navigation a span {
	background: url(http://www.vims.edu/adv/images/greenright.gif) no-repeat right top;
	display: block;
	padding:3px 13px 1px 5px;
}
#navigation a span {
	float: none;
}

