﻿
.contentHeader
{
    background-color: whitesmoke;
    width: 100%;
    border-bottom: 1px solid silver;
    font-family:Tahoma;
   	color:#008000
   
}

.contentHeader img 
{
     margin-left:10px;}



.content
{
    background-color: #FFFFFF;
    padding: 10px;
    min-height: 400px;
}

.content a {

	margin: 10px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	font-family: tahoma;
	font-size: 10px;
	color: #008000;
	font-weight: 600;

}

.content a:link  {
	font-family: tahoma;
	font-size: 11px;
	color: #008000;
	font-weight: bold;
}

.content li {
	margin: 5px 0px 0px 0px;
	padding-left:5px;
	list-style-image: url('http://www.delta.edu/images/system/arrow1.gif');
}

.content a:visited {

	font-family: tahoma;
	font-size: 11px;
	color: #787C43;
	font-weight: bold;
}

.content  th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	
	border-bottom: 1px solid silver;
	
}
.content {font-family: Arial, Helvetica, sans-serif; font-size:11px; color: #000000; text-decoration: none;}






/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #004000;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #efffff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

