#deptheader
{
    height: 107px;
    text-align: center;
}

/*-------------------------------------------------------------------------------------------------
    Left and right side navigation - page layout
--------------------------------------------------------------------------------------------------*/

#columns2 
{
    width: 958px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: -13px;
    background: #fff url(images/fullwidth2.gif) repeat-y left top;
}

#columns2 #contents
{
}

#columns2 #leftnav
{
    width: 160px;
    float: left;
}

#columns2 #rightbox
{
    width: 798px;
    float: right;	
}

#columns2 #maincontent
{
    width: 548px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;	
}

#columns2 #rightnav
{
    width: 210px;
    float: right;	
}

#resources
{
    background: #fff url(images/resources.gif) no-repeat left top;
    width: 200px;
    height: 333px;
    margin-left: 5px;
    margin-top: 5px;
}

#resourcebody
{
    width: 190px;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 45px;
}

#events
{
    background: #fff url(images/events.gif) no-repeat left top;
    width: 200px;
    height: 333px;
    margin-left: 5px;
    margin-top: 5px;
}

#eventbody
{
    width: 190px;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 45px;
}

/*-----------------------
    Adjustments for IE7
------------------------*/

#IE7root #columns2 
{
    width: 958px;
    margin: auto;
    margin-top: -21px;
    margin-bottom: -39px;
    background: #fff url(images/fullwidth2.gif) repeat-y left top;
}

#IE7root #columns2 #maincontent
{
	width: 548px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;	
	margin-top: 10px;
}

/*-----------------------
    Adjustments for IE 6
------------------------*/

#IE6root #columns2 
{
    width: 958px;
    margin: auto;
    margin-top: -13px;
    margin-bottom: -39px;
    background: #fff url(images/fullwidth2.gif) repeat-y left top;
}

#IE6root #columns2 #maincontent
{
	width: 518px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;	
	margin-top: 10px;
}

#IE6root #columns2 #rightbox
{
	margin-top: 0px;
}

#IE6root #columns2 #rightnav
{
	margin-top: 0px;	
}

/*-------------------------------------------------------------------------------------------------
    Footer
--------------------------------------------------------------------------------------------------*/

#IE7root #footer
{
    position: relative;
    top: -4px;
}

#IE6root #footer
{
    position: relative;
    margin-top: -28px;
}

