body	{
	background: #BA2A1D;
	top:        0;
	margin:     0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10px;
	font-weight: normal;
	color:       #BA2A1D;
	text-align:  center;
	}
#container
	{
 	position: relative;
	text-align:  center; 
	}
#logo
	{
 	position: fixed;
        top:     20px;
        left:    40px;
        width:  200px;
        height: 500px;
	}
#content
 	{
	position: relative;
	background: #FFFFFF;
	top:        35px;
	width:      80%;
	padding: 0 0 0 0;
	font-family: Verdana;
	font-weight: normal;
	font-size:   90%;
	border-width:4pt;
	border-style:solid;
	border-color:#FF0000;
	overflow:    auto;
	text-align:  center;
	z-index: 1;
 	}
#top
	{
 	position: relative;
        top:      10px;
        width:  300px;
        height: 350px;
        background-image: URL("../FlyerPics/YDPLogoBLUE.png");
	background-repeat:no-repeat;
	}
#bot
{
 position: relative;
       top:      50px;
	   width:  589px;
       height: 120px;
	   background-image: URL("../FlyerPics/UKLogosmallBPSE.png");
		background-repeat:no-repeat;
}
A 	{
	color: #000080;
	text-decoration: underline;
	}
A:hover {
	color: #7C7D7E;
	text-decoration: underline overline;
	}
font	{ 
	font-family: Verdana; 
	font-weight: normal; 
	}
td	{ 
	font-family: Verdana; 
	font-size:   10px;
	font-weight: normal; 
	}
h1	{ 
	font-size: 20px; 
	color: #999999; 
	font-family: Verdana; 
	font-weight: bold;
	font-style:italic;
	}
h2	{ 
	font-size: 18px; 
	color: #999999; 
	font-family: Verdana; 
	font-weight: bold;
	font-style:italic;
	}
h3	{  
	font-size: 16px; 
	color: #999999; 
	font-family: Verdana; 
	font-weight: bold;
	font-style:italic;
	}
h4	{
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	}
h5	{
	font-family: Verdana; 
	font-size: 8px; 
	font-weight: normal; 
	color: #000000; 
	}
h6	{ 
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold; 
	color: #FF0000;
	}
hr	{ 
	color: #7C7D7E; 
	size:    2px;
	width   :100%;
	}
