body, td, th, div, p {
	font-family: Arial;
        font-size: 12px;
		color: #594E4D;
}

.italics
{
	font-family: "Rage Italic";
	font-size: 48px;
	color:#214a82;
}

td.yellow_background
{
    background: url("../Images/yellowbackground.jpg") repeat-y; 
}


td.content_pane
{
    padding: 10px;
    text-align: left;
    vertical-align: top;
	width=571;
}

.font_footer{
    color:#ffffff;
}

.font_blue_links
{
    color:#1A3E54;
    font-weight: bold;
}

.font_blue_header
{
    color:#214a82;
    font-weight: bold;
	font-size: 14px;
}

.font_big_blue_header
{
    font-size: 18px;
    color:#214a82;
    font-weight: bold;
}

.orange_header
{
	font-size: 22px;
	color:CE975A;
	font-family: Arial;
	text-transform: uppercase;
}


table.blue_table
{
    background: #214a82;
    border-bottom: #214a82;
}

.font_white
{
    color:#FFFFFF;
}
.font_big_white_header
{
    font-size: 14px;
    color:#FFFFFF;
    font-weight: bold;
}


/* STYLESHEETS FOR LINKS */

/* Links for the top, horizontal bar */
a.top_links{
	color: #214a82;
	font-weight: bold;
	font-size: 13px;
}
a.top_link:link{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.top_link:active{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.top_link:visited{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.top_link:hover{
	color: #214a82;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}




/* Links for the left vertical bar */
a.left_links{
	color: #214a82;
	font-weight: bold;
	font-size: 13px;
	
}
a.left_link:link{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
}
a.left_link:active{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
}
a.left_link:visited{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
}
a.left_link:hover{
	color: #214a82;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
}


/*white font links */
a.white_links{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
a.white_links:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.white_links:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.white_links:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.white_links:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}


/*blue links */
a.blue_links{
	color: #1A3E54;
	font-weight: bold;
}
a.blue_links:link{
	color: #1A3E54;
	text-decoration: none;
	font-weight: bold;
}
a.blue_links:active{
	color: #1A3E54;
	text-decoration: none;
	font-weight: bold;
}
a.blue_links:visited{
	color: #1A3E54;
	text-decoration: none;
	font-weight: bold;
}
a.blue_links:hover{
	color: #1A3E54;
	text-decoration: underline;
	font-weight: bold;
}


/*Big blue links */
a.big_blue_links{
	color: #214a82;
	font-weight: bold;
	font-size: 14px;
}
a.big_blue_links:link{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.big_blue_links:active{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.big_blue_links:visited{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.big_blue_links:hover{
	color: #214a82;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}



/*Drexel logo top links */
a.logo_links{
	color: #214a82;
	font-weight: bold;
}
a.logo_links:link{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
}
a.logo_links:active{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
}
a.logo_links:visited{
	color: #214a82;
	text-decoration: none;
	font-weight: bold;
}
a.logo_links:hover{
	color: #ff9900;
	/* text-decoration: underline; */
	font-weight: bold;
}

a.picture{
	text-decoration: none;
	
}

