﻿body
{
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-color:Black;
}

#container
{
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	width: 760px;
	background-color:White;
}

#topcurtain
{
    top: 0px;
    left: 0px;
    z-index: 1;
}

#topmenu
{

    top: 120px;
    left: 0px;
    background-color:Black;
    padding-left: 124px;
    height: 42px;
    /* Inherits from dropdown menu css z-index: 1;  */
}
  
  #banner
{
    top: 160px;
    margin-left: 81px;
    height: 1px;
    z-index: -1;
}  

#banner a
{
    border: 0 none;
}
    
  #logo
{
    margin-top: -160px;
    z-index: -5;
}  

#contentbackground
{
    background-image: url("http://www.govst.edu/assets/images/1033/slate/SLATEbackground.jpg");
}

#contentblock
{
    padding: 20px;

}


/*START TABLE STYLES*/
td{
	font-size:12px;
	font-family: verdana,arial,helvetica,sans-serif; 
	text-align: left;
	vertical-align: top;
}
/*END TABLE STYLES*/


/*START ADA-COMPLIANT HEADING STYLES*/
h1
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6a3551;
}

h2
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #993300;
}

h3
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

h5
{
	font-size: 11px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

/*END ADA-COMPLIANT HEADING STYLES*/



ul
{
	list-style-type: disc;
}



ul li
{
	margin-bottom: 0.50em;
}


ol

{
	list-style-type: decimal;
}


ol li
{
	margin-bottom: 0.50em;
}







#footer
{
	clear: both;
	margin-top: .5em;
	font-size: 10px;
	text-align: center;
}

