/*set column stucture here*/
/*this is right column*/


#jmu_wrapper #container #middle #rightcontent{display: none;}

#jmu_wrapper #container #middle #middlecontent
{
       width: 734px; /* 760px; */
	/* w: 64.27em;*/
	float: right;
}

#jmu_wrapper #container #middle #leftcontent{
       width: 240px; /* 239px; */
	/* w: 19.05em; /* Added by johns2ja 08/06/09 */
	/* *w: 19.12em; /* IE Added by johns2ja 08/06/09 */
	/* w: 17.941em; /* REMOVED by johns2ja 08/06/09 as this makes the column too small */
	/* *w: 17.941em; /* REMOVED by johns2ja 08/06/09 as this makes the column too small for IE */
	float: left;
	border-top:8px solid #c2a14d;
    min-height:84px;
    background:#fff url(http://www.jmu.edu/jmuweb/images/va/right_column_bg.gif) top left repeat-x;
    overflow:hidden;
    margin:0;
    padding:0;
}

#jmu_wrapper #container #middle #leftcontent vertNav li
{
	font-size: 1.25em;
	padding: .8em;
	clear: left;
}

#jmu_wrapper #container #middle #leftcontent select { /* control width of dropdown */
       width: 13em;
}

