﻿body
{
   height: 100%;
   margin: 0px;
   padding: 0px;
   font-size: 12pt;
   font-family: Verdana Arial Sans-Serif;
   font-size: 12pt;
   position: relative;
   background-color: #F2F2F2;
}

h1
{
   color: #FD680E;
   font-size: 17pt;
   font-weight: bold;
}

dl
{
   padding-right: 15px;
   padding-left: 15px;
}

dt
{
   font-weight: bold;
   font-size: 14pt;
   color: #333399;
}

dd
{
   padding: 2px 10px 10px 5px;
   margin: 0px;
   text-indent: 1em;
}

.allcontent 
{
	width: 798px;
	margin: 0px auto;
	border: 1px solid black;
	background-color: white;
	position: relative;
}

.banner
{
   background-image: url(../images/chromebanner.jpg);
   width: 798px;
   height: 22px;
   background-repeat: repeat-x;
}

.footer 
{
	width: 798px;
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/footer.jpg); 
	background-position: top;
	background-repeat: no-repeat;
	list-style: none;
	position: relative;
}

.footer li
{
	font-size: x-small;
	display: inline;
	margin-top: auto;	
}

.footer #copywrite 
{
	color: #333399;
	padding: 0px 6px;
}

div.leftColum
{
   padding: 12px;
   float: left;   
}

div.clear
{
   clear:both;
}

span.orange
{
   color: #FD680E;
   font-weight: bold;
}

#mattIntro
{
   font-size: 14pt;
   font-style: italic;
   color: #FD680E;
}

div.alpProgram
{
   font-size: x-large; 
   font-weight:bold; 
   color:red; 
   padding-top: 8px;
}

div.alpProgramList
{
}

div.alpProgramList ul
{
   padding: 0px 0px 0px 45px;
   margin: 0px;
   text-indent: 10px;
}

