/* CSS Document */

/* Basic Elements */
html p	{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-style:  normal;
    font-weight: normal;
	color: #528ac0;
	}


body {
	line-height: 1.5;
	background-color: #d9e9bc;
	margin: 0px;
	padding: 0px;
	text-align: center;	


}

.hide {
	display: none;
	}

.hideOnPrint {
	display: none;
	}
	
img {
	border: 0;
	}
	
html a {
 color: #528ac0;
 text-decoration:underline;
}

#skipnav	{
	clear: both;
	color:#ffffff;
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	left: -999px;
	position: absolute;
	}
	
/* Header */

#container {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 973px;
	height: auto;
	position: relative;
	}
	

#header {
margin: 0;
padding: 0;
background-color: #ffffff;
width: 973px;
/*height: 173px;*/
height: 128px;
background-image: url(../images/bottom_under.gif);
background-repeat:repeat-x;
background-position: bottom;
}

#summerlogo {
	margin: 0;
	padding: 0;
	/*top: 61px;*/
	top: 18px;
	left: 106px;
	position: absolute;
}

#dandelion {
	margin: 0;
	padding: 0;
	/*top: 55px;*/
	top: 10px;
	left: 345px;
	position: absolute;
	background-image:url(../images/undergrad/dandelion_under.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 116px;
}

#headerimg {
	margin: 0;
	padding: 0;
	/*top: 38px;*/
	top: 0px;
	left: 492px;
	position: absolute;
	background-image:url(../images/undergrad/header_under.gif);
	background-repeat: no-repeat;
	width: 370px;
	/*height: 132px;*/
	height: 126px;
}

#headerimg h1 {
	display: none;
}


#topcurvelt {
	margin: 0;
	padding: 0;
	/*top: 131px;*/
	top: 85px;
	left: 0px;
	position: absolute;
	background-image:url(../images/topcurvelt_green.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 42px;
}

#topcurvert {
	margin: 0;
	padding: 0;
	/*top: 131px;*/
	top: 85px;
	left: 940px;
	position: absolute;
	background-image:url(../images/topcurvert_green.gif);
	background-repeat: no-repeat;
	width: 33px;
	height: 43px;
}


/*Navigation - Dropdown menus positions*/

#navbar {
margin: 0px;
padding: 0px 0px 0px 16px;
position: absolute;
/*top: 6px;*/
top: 139px;
background-image:url(../images/navbar/navleft_b.gif);
background-repeat: no-repeat;
height: 32px;
width:933px;
/*background-color: #e5e3e3;*/
background-color:#c0ddfa;
z-index: 100;
}

#navbarposition1 {
margin: 0px;
padding: 0px 0px 0px 16px;
position: relative;
}

#navbarrt {
margin: 0;
padding: 0;
left: 934px;
position: absolute;
/*top: 6px;*/
top: 139px;
background-image:url(../images/navbar/navright_b.gif);
background-repeat: no-repeat;
background-position:right;
height: 32px;
width:28px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	min-height: 20px; /*Needed to correct text cut IE by floating object*/ 
	
}

#nav a {
		
	color: #1f6bad;
	text-decoration: none;
}

#nav a:hover {
	color: #424242;
}

#nav li { /* all list items */
	float: left;
	position: relative;

	/*width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	top: 28px;
	position: absolute;
	color: #1f6bad;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;    
	font-style:  normal;
	font-weight: normal;
	width: 130px;
	background-color: #e5e3e3;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	border-top: 4px solid #c0ddfa;
	border-bottom: solid 10px #c6c4c4 ;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*In IE dotted backgroundIE causes therefore replace with solid line*/
.dropdown {
	border-top: dashed 1px #c9c7c7;
	padding: 5px 0px 5px 0px;
	width: 100%;
	}
	
.menuspace {/*To create space between the left and right side of the nav items*/
	width: 314px;
	}
	
.mainmenu {/*To correct dropdown spacing of eligibility*/
	padding: 0;
	margin: 0;
}


#navhopkins a {
background-image:url(../images/navbar/hopkins_01.gif);
width: 117px;
height: 28px;
display: block;
}

#navhopkins a:hover {
background-image:url(../images/navbar/hopkins_02.gif);
width: 117px;
height: 28px;
}


#navvisiting a {
background-image:url(../images/navbar/visiting_01.gif);
width: 105px;
height: 28px;
display: block;
}

#navvisiting a:hover {
background-image:url(../images/navbar/visiting_02.gif);
width: 105px;
height: 28px;
}

#navcourses a {
background-image:url(../images/navbar/courses_01.gif);
width: 62px;
height: 28px;
display: block;
}

#navcourses a:hover {
background-image:url(../images/navbar/courses_02.gif);
width: 62px;
height: 28px;
}

#navcommuter a {
background-image:url(../images/navbar/commuter_01.gif);
width: 124px;
height: 28px;
display: block;
}

#navcommuter a:hover {
background-image:url(../images/navbar/commuter_02.gif);
width: 124px;
height: 28px;
}

#navcampusinfo a {
background-image:url(../images/navbar/campus_01b.gif);
width: 83px;
height: 28px;
display: block;
}

#navcampusinfo a:hover {
background-image:url(../images/navbar/campus_02b.gif);
width: 83px;
height: 28px;
}

#navupolicies a {
background-image:url(../images/navbar/upolicies_01b.gif);
width: 121px;
height: 28px;
display: block;
}

#navupolicies a:hover {
background-image:url(../images/navbar/upolicies_02b.gif);
width: 121px;
height: 28px;
}

#navsafety a {
background-image:url(../images/navbar/safety_01.gif);
width: 56px;
height: 28px;
display: block;
}

#navsafety a:hover {
background-image:url(../images/navbar/safety_02.gif);
width: 56px;
height: 28px;
}

#navcontactus a {
background-image:url(../images/navbar/contactus_01b.gif);
width: 77px;
height: 28px;
display: block;
}

#navcontactus a:hover {
background-image:url(../images/navbar/contactus_02b.gif);
width: 77px;
height: 28px;
}

#navhome a {
background-image:url(../images/navbar/home_01b.gif);
width: 27px;
height: 28px;
display: block;
}

#navhome a:hover {
background-image:url(../images/navbar/home_02b.gif);
width: 27px;
height: 28px;
}

/*MOUSEOVERS SOLUTION TO AVOID CONFLICT WITH MOOSTOOLS ACCORDIAN - RIGHT NAV*/
#navapply a {
background-image:url(../images/undergrad/navapply_01.gif);
width: 193px;
height: 53px;
display: block;
}

#navapply a:hover {
background-image:url(../images/undergrad/navapply_02.gif);
width: 193px;
height: 53px;
}

#navtell a {
background-image:url(../images/undergrad/navtell_01.gif);
width: 193px;
height: 53px;
display: block;
}

#navtell a:hover {
background-image:url(../images/undergrad/navtell_02.gif);
width: 193px;
height: 53px;
}


#navregister a {
background-image:url(../images/undergrad/navregister_01.gif);
width: 193px;
height: 53px;
display: block;
}

#navregister a:hover {
background-image:url(../images/undergrad/navregister_02.gif);
width: 193px;
height: 53px;
}


#navdiscover a {
background-image:url(../images/undergrad/navdiscover_01.gif);
width: 193px;
height: 53px;
display: block;
}

#navdiscover a:hover {
background-image:url(../images/undergrad/navdiscover_02.gif);
width: 193px;
height: 53px;
}

#navbroch a {
background-image:url(../images/undergrad/navbrochure_01.gif);
width: 193px;
height: 53px;
display: block;
}

#navbroch a:hover {
background-image:url(../images/undergrad/navbrochure_02.gif);
width: 193px;
height: 53px
}


#navfilms a {
background-image:url(../images/undergrad/navfilms_01.gif);
width: 196px;
height: 48px;
display: block;
}

#navfilms a:hover {
background-image:url(../images/undergrad/navfilms_02.gif);
width: 196px;
height: 48px
}

/*TOP OF PAGE IMAGES*/
.toptablt {
margin: 0;
padding: 0;
background-image:url(../images/undergrad/lefttab.jpg);
background-repeat: no-repeat;
height:27px;
width: 727px;
top: 185px;
left: 9px;
position: absolute;
}


.toptabrt {
margin: 0;
padding: 0;
background-image:url(../images/undergrad/righttab.gif);
background-repeat: no-repeat;
height:27px;
width: 218px;
top: 185px;
left: 745px;
position: absolute;
}

#topimages {
	margin: 0;
	padding: 0;
	top: 212px;
	left: 9px;
	background-color: #acd3fa;
	position: absolute;
	width: 727px;
	height: 226px;
}


.flashphotos {
margin: 6px 0px 0px 0px;
padding: 0;
position: relative;
width: 727px;
background-color: #acd3fa;
}

.squaretoplt {
	margin: 0;
	padding: 0;
	background-color: #4d94d3;
	width: 110px;
	height: 101px;
	top: 6px;
	left: 502px;
	position: absolute;
}

.squaretoprt {
	margin: 0;
	padding: 0;
	top: 6px;
	left: 617px;
	position: absolute;
}

.squarebotlt {
	margin: 0;
	padding: 0;
	top: 111px;
	left: 502px;
	position:absolute;
}

.squarebotrt{
	margin: 0;
	padding: 0;
	background-color: #ebb306;
	width: 110px;
	height: 101px;
	top: 111px;
	left: 617px;
	position: absolute;
}


/*RIGHT COLUMN - NAV*/

#rightnav{
margin: 0;
padding: 0;
position: absolute;
top: 212px;
left: 745px;
width: 218px;
height: 275px;
background-image:url(../images/undergrad/bkgrd_rightnav.gif);
background-repeat:repeat-y;
z-index: 10;
}


.clearboth {
clear: both;
}

.rtnavtextcontainer{
margin: 0;
padding: 3px 0px 0px 0px;
position: absolute;
top: 212px;
left: 753px;
z-index: 50;
}

.rtnavtext{
margin: 0;
padding: 0;
width: 193px;
height: 53px;
float: left;
}

.rightnavfilms{
margin: 0;
padding: 0;
background-image:url(../images/undergrad/bkgrd_rtnavfilms.gif);
background-repeat:repeat-y;
top: 487px;
left: 745px;
width: 218px;
height: 67px;
position: absolute;
z-index: 10;
}


.rtnavfilmtextcontainer{
margin: 0;
padding: 0;
position: absolute;
left: 753px;
top: 465px;
width: 132px;
z-index: 50;
}

.rtnavfilmtext{
margin: 0;
padding: 0;
position: absolute;
left: 753px;
top: 495px;
width: 195px;
height: 58px;
float: left;
z-index: 50;
}



/*CONTENT TWO-COLUMNS LIQUID*/
#content {
	margin: 0;
	padding: 0;
	top: 445px;
	position: absolute;
	width: 973px;
	height: auto;
	left: 0px;
	z-index: 1;
	background-image:url(../images/bkgrdgreen_content.gif);
	background-repeat: repeat-y;
}

/*LEFT COLUMN*/
 #leftcontent {
float: left;
width: 684px;
margin: 0;
padding: 0px 20px 0px 32px;
}

#pagetitle {
margin: 0;
padding: 0;
}

.title {
margin: 0;
padding: 0
}

#leftcontent h1{
margin: 0px 0px 0px 0px;
padding: 0;
}

#leftcontent h1 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent h2{
margin: 0px 0px 0px 7px;
padding: 0;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}


#leftcontent h2 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent h3{
margin: 0px 0px 0px 7px;
padding: 0;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}

#leftcontent h4{
margin: 0px 0px 0px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}


#leftcontent p{
margin: 0px 0px 0px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}

#leftcontent a{
text-decoration: underline;
color: #528ac0;
}


.linecirclefull {
margin: 0;
padding: 0;
background-image:url(../images/undergrad/linecircle_full.gif);
background-repeat: no-repeat;
width: 683px;
height: 16px;

}

.tableheading {
margin: 0px 0px 0px 7px;
padding: 0;
width: 665px;
vertical-align:top;
}

.tablecourses {
margin: 0px 0px 10px 0px;
padding: 0;
width: 672px;
vertical-align:top;
}

.tablecol {
margin: 0;
padding: 0;
vertical-align:top;
}

.dottedline {
padding: 0;
margin: 0;
background-image:url(../images/undergrad/bkgrd_dottedline.gif);
background-repeat: no-repeat;
width: 683px;
height: 18px;
}

.toptitlespacer {
padding: 0;
margin: 0;
width: 683px;
height: 18px;
}

/*LEFT COLUMN WITH SIDE BAR*/
#leftcontent2 {
float: left;
width: 684px;
margin: 0;
padding: 0px 20px 0px 32px;
}

#leftcontent2 h1 {
margin: 0;
padding: 0;
}

#leftcontent2 h1 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent2 h2{
margin: 0px 0px 0px 7px;
padding: 0;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}

#leftcontent2 h2 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent2 h3{
margin: 0px 0px 0px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}

#leftcontent2 h4{
margin: 0px 0px 0px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}


#leftcontent2 p{
margin: 0px 0px 15px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}

#leftcontent2 a{
text-decoration: underline;
color: #528ac0;
}


#leftcontent2b {
float: left;
width: 452px;
margin: 0;
padding: 0px 0px 0px 0px;
}


#leftcontent2b h1{
margin: 0px 0px 0px 7px;
padding: 0;
}

#leftcontent2b h1 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent2b h2{
margin: 0px 0px 0px 7px;
padding: 0;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}


#leftcontent2b h2 img{
margin: 0;
padding: 0;
display: block;
}

#leftcontent2b h3{
margin: 0px 0px 0px 7px;
padding: 0;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}

#leftcontent2b h4{
margin: 0px 0px 0px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
}


#leftcontent2b p{
margin: 0px 0px 15px 7px;
padding: 0;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}

#leftcontent2b a{
text-decoration: underline;
color: #528ac0;
}


#rightcontent2 {
margin-left: 745px;
margin-top: 109px;
padding: 0;
}

.rightcontent2b {
margin-left: 477px;
margin-top: 35px;
padding: 0;
}

.rightcontent2b h1 {
	padding: 0px px 0px 12px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: bold;
	color: #6ea113;
	line-height: 1.5;
}

.rightcontent2b h2 {
	padding: 0px px 0px 12px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: bold;
	color: #6ea113;
	line-height: 1.5;
}

.rightcontent2b p {
	padding: 0px 0px 20px 12px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: normal;
	color: #6ea113;
	line-height: 1.5;
}

.rightcontent2b a {
	color: #6ea113;
	text-decoration: underline;
	}


.linedivider2 {
	margin: 0;
	padding: 0;
	background-image:url(../images/undergrad/bkgrd_linedivider2.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#submit a {
background-image:url(../images/undergrad/greensubmit_01.gif);
width: 84px;
height: 36px;
display: block;
}

#submit a:hover {
background-image:url(../images/undergrad/greensubmit_02.gif);
width: 84px;
height: 36px
}

#begin a {
background-image:url(../images/undergrad/greencreate_01.gif);
width: 153px;
height: 26px;
display: block;
}

#begin a:hover {
background-image:url(../images/undergrad/greencreate_02.gif);
width: 153px;
height: 26px
}

#login a {
background-image:url(../images/undergrad/greenlogin_01.gif);
width: 87px;
height: 36px;
display: block;
}

#login a:hover {
background-image:url(../images/undergrad/greenlogin_02.gif);
width: 87px;
height: 36px
}


#logout a {
background-image:url(../images/undergrad/greenlogout_01.gif);
width: 90px;
height: 36px;
display: block;
}

#logout a:hover {
background-image:url(../images/undergrad/greenlogout_02.gif);
width: 90px;
height: 36px
}

#applysave a {
background-image:url(../images/undergrad/greensave_01.gif);
width: 183px;
height: 36px;
display: block;
}

#applysave a:hover {
background-image:url(../images/undergrad/greensave_02.gif);
width: 183px;
height: 36px
}

#applynosave a {
background-image:url(../images/undergrad/greennosave_01.gif);
width: 227px;
height: 36px;
display: block;
}

#applynosave a:hover {
background-image:url(../images/undergrad/greennosave_02.gif);
width: 227px;
height: 36px
}

#applycode a {
background-image:url(../images/undergrad/greencode_01.gif);
width: 114px;
height: 36px;
display: block;
}

#applycode a:hover {
background-image:url(../images/undergrad/greencode_02.gif);
width: 114px;
height: 36px
}

#submitpay a {
background-image:url(../images/undergrad/greensubmitpay_01.gif);
width: 221px;
height: 36px;
display: block;
}

#submitpay a:hover {
background-image:url(../images/undergrad/greensubmitpay_02.gif);
width: 221px;
height: 36px
}

#step1 a {
background-image:url(../images/undergrad/step1_02.gif);
width: 194px;
height: 43px;
display: block;
}

#step1 a:hover {
background-image:url(../images/undergrad/step1_01.gif);
width: 194px;
height: 43px
}

#step2 a {
background-image:url(../images/undergrad/step2_02.gif);
width: 194px;
height: 55px;
display: block;
}

#step2 a:hover {
background-image:url(../images/undergrad/step2_01.gif);
width: 194px;
height: 55px
}

#step3 a {
background-image:url(../images/undergrad/step3_02.gif);
width: 194px;
height: 54px;
display: block;
}

#step3 a:hover {
background-image:url(../images/undergrad/step3_01.gif);
width: 194px;
height: 54px
}

#step4 a {
background-image:url(../images/undergrad/step4_02.gif);
width: 194px;
height: 55px;
display: block;
}

#step4 a:hover {
background-image:url(../images/undergrad/step4_01.gif);
width: 194px;
height: 55px
}


#addcourse a {
background-image:url(../images/undergrad/greenadd_01.gif);
width: 200px;
height: 36px;
display: block;
}

#addcourse a:hover {
background-image:url(../images/undergrad/greenadd_02.gif);
width: 200px;
height: 36px
}

#update a {
background-image:url(../images/undergrad/greenupdate_01.gif);
width: 158px;
height: 36px;
display: block;
}

#update a:hover {
background-image:url(../images/undergrad/greenupdate_02.gif);
width: 158px;
height: 36px
}

#print a {
background-image:url(../images/undergrad/greenprint_01.gif);
width: 180px;
height: 36px;
display: block;
}

#print a:hover {
background-image:url(../images/undergrad/greenprint_02.gif);
width: 180px;
height: 36px
}

#applynow a {
background-image:url(../images/undergrad/greenapplynow_01.gif);
width: 126px;
height: 36px;
display: block;
}

#applynow a:hover {
background-image:url(../images/undergrad/greenapplynow_02.gif);
width: 126px;
height: 36px
}
 
ol.num	{
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 20px;
	line-height: 1.25;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-style:  normal;
    font-weight: normal;
	color: #528ac0;
	}
	
.numlist {
	margin: 0;
	padding: 0px 0px 7px 0px;
	border: none;
	}
	
	
.bullets	{
	list-style:disc;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 20px;
	line-height: 1.25;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-style:  normal;
    font-weight: normal;
	color: #528ac0;
	border: none;
	}

.blank	{
	list-style:none;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 20px;
	line-height: 1.25;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
    font-style:  normal;
    font-weight: normal;
	color: #528ac0;
	border: none;
	}
			
.box {
list-style-type: none;
padding: 0px 0px 0px 7px;
margin: 0;
}

.boxorange {
background-image:url(../images/undergrad/box_orange.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 20px;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
margin: 2px 2px;
}

.boxorange a {
text-decoration: underline;
color: #528ac0;
}

.boxpurple {
background-image:url(../images/undergrad/box_purple.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 20px;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
margin: 2px 2px;
}

.boxpurple a {
text-decoration: underline;
color: #528ac0;
}

.boxred {
background-image:url(../images/undergrad/box_red.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 20px;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
margin: 2px 2px;
}

.boxred a {
text-decoration: underline;
color: #528ac0;
}

.dottedline2 {
padding: 0;
margin: 0;
background-image:url(../images/undergrad/bkgrd_dottedline2.gif);
background-repeat: no-repeat;
width: 455px;
height: 25px;
}

.disclaimer {
margin: 0px 0px 15px 7px;
padding: 0;
color: #868484;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
line-height: 1.5em;
}

.right2graytext {
margin: 0px 0px 0px 7px;
padding: 0;
color: #868484;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
line-height: 1.5em;
}

.right2graytext a {
color: #868484;
text-decoration: underline;
}

	
.error	{
margin: 0px 0px 0px 7px;
padding: 0;
color: #d9400D;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
	}

.tableapply {
margin: 0px 0px 0px 7px;
padding: 0;
width: 450px;
vertical-align:top;
color: #528ac0;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}

.tablefull {
margin: 0px 0px 0px 7px;
padding: 0;
width: 650px;
vertical-align:top;
color: #6ea113;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}


.tablehalf {
margin: 0px 0px 0px 7px;
padding: 0;
width: 420px;
vertical-align:top;
color: #6ea113;
background-color: #a5a5a5;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}

.tablehalfcol2 {
margin: 0;
padding: 7px;
background-color: #ffffff;
vertical-align:top;
}

.tablehalfcol2heading {
margin: 0;
padding: 7px;
background-color: #ececec;
vertical-align:top;
color: #a5a5a5;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
text-align: center;
}

.tableschedule {
margin: 20px 0px 20px 7px;
padding: 1px;
width: 640px;
vertical-align:top;
color: #6ea113;
background-color: #a5a5a5;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: normal;
}


.tablecol2 {
margin: 0;
padding: 7px;
background-color: #ffffff;
vertical-align:top;
width: 112px;
}

.tablecol2heading {
margin: 0;
padding: 7px;
background-color: #ececec;
vertical-align:top;
color: #a5a5a5;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;    
font-style:  normal;
font-weight: bold;
text-align: center;
width: 112px;
}



/*RIGHT COLUMN*/

#rightcontent {
margin-left: 745px;
margin-top: 109px;
padding: 0;
}



/*RIGHT COLUMN - FEATURES*/
.rtwhitecol{
margin: 0;
padding: 0;
background: #ffffff;
width: 218px;
height: auto;
}

.rttitle{
margin: 0px 0px 0px 9px;
padding: 0;
background-image:url(../images/undergrad/bkgrd_rttitle.gif);
background-repeat:no-repeat;
width: 209px;
height: 44px;
}

.rttitle img{
margin: 13px 0px 0px 0px;
padding: 0;
}

.rtcontent{
margin: 10px 20px 0px 20px;
padding: 0;
width: 178px;
height: auto;
}


.rtcontent h1 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: bold;
	color: #6ea113;
	line-height: 1.5;
}

.rtcontent p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: normal;
	color: #6ea113;
	line-height: 1.5;
}

.rtcontent a {
	color: #6ea113;
	text-decoration: underline;
	}

.menulist {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
.iconpdf {
	padding: 0px 0px 0px 0px;
	margin: 0;
	background-image:url(../images/undergrad/icon_pdfgreen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
	width: 15px;
	}
	
.iconpdf p {
	padding: 0px 0px 10px 25px;
	margin: 0;
	width:145px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
    font-style: normal;
	font-weight: normal;
	color: #6ea113;
	line-height: 1.5;
	}
	
.iconpdf a {
	color: #6ea113;
	text-decoration: underline;
	}

.endwhitecol {/*NOTE IE DOESN'T LIKE EMPTY DIV WITH SMALL HEIGHTS - USE BORDER INSTEAD*/
	margin: 0;
	padding: 0;
	border-top: 15px solid #ffffff;
}

.endwhitecol2 {/*NOTE IE DOESN'T LIKE EMPTY DIV WITH SMALL HEIGHTS - USE BORDER INSTEAD*/
	margin: 0;
	padding: 0;
	border-top: 1px solid #dedede;
	border-bottom: 10px solid #ffffff;
}

.bluedivider {
	margin: 0;
	padding: 0;
	border-top: 7px solid #d9e9bc; 
	z-index: 50;
}

.facultyimg {
	margin: 0;
	padding: 0;
}

.facultyimg img {
	margin: 0;
	padding: 0;
	border: 1px solid #88b8e7;
}

.linedivider {
	margin: 0px 0px 0px 9px;
	padding: 0;
	background-image:url(../images/undergrad/bkgrd_linedivider.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.quotert {
	margin: 0px 0px 30px 0px;
	padding: 0;
}

.quotert img {
	margin: 0;
	padding: 0;
}


/*FOOTER*/
#footer {
clear: both;
margin: 0;
padding: 0;
}

#footertop {
margin: 0;
padding: 0px 0px 0px 9px;
width: 945px;
height: 62px;
left: 9px;
background-image:url(../images/bkgrdgreen_content.gif);
background-repeat: repeat-y;
}

#lefttopcurve {
clear: both;
margin: 0;
padding: 0;
background-image:url(../images/undergrad/footer_topltcurve.gif);
background-repeat:no-repeat;
position:relative;
width: 24px;
height: 62px;
top:0;
left:0;
z-index: 50;
}

#jhulogo {
clear: both;
margin: 0;
padding: 0;
position:relative;
width: 218px;
height: 62px;
top:0;
left:736px;
z-index: 50;
}


#jhulogoprint {
display: none;
}

#footerbetween {
margin: 0;
padding: 0;
height: 17px;
width: 973px;
background-color:#d9e9bc;
}

#footerbot {
margin: 0;
padding: 0;
height: 42px;
width: 973px;
background-image:url(../images/footer_bottomgreen.gif);
background-repeat:no-repeat;
}


#footerbot p {
margin: 0;
padding: 12px 0px 0px 38px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;   
font-style: normal;
font-weight: normal;
color: #528ac0;
line-height: 1.5;
}

#footerbot a {
color: #528ac0;
text-decoration: none;
}

/*ACCORDIAN*/
.accToggler{
	margin: 0px auto;
	padding: 0px;
	width: 672px;
	background: #ffffff;
	color: #6ea113;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
}

.accContent{
	margin: 0px auto;
	padding: 0;
	width: 672px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #6ea113;
	background: #ffffff;
}


