﻿.ProgGuidelinesBox
	{
	display: block;
	width: 700px;
	height: 40px;
	top: 0px;
	left: 0px;
	position: relative;	
	border: solid 1px black;
	background-color: #2970A7;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-align: center;	
	margin-bottom: 0px;
	margin-top: 15px;
	}
	
.ProgGuidelinesTitle
	{
	display: block;
	background: #000000 url(Images/Layout/ProgGuidelines.jpg) top no-repeat;
	width: 108px;
	height: 40px;
	top: 0px;
	left: 5px;
	position: absolute;	
	text-align: center;		
	}	
	
.ProgGuidelinesLinkBox
	{
	display: block;
	width: 580px;
	height: 34px;
	top: 2px;
	left: 116px;
	position: absolute;	
	border: solid 1px black;
	background-color: #e9e9e9;
	color: Black;
	text-align: center;	
	}