﻿#Main  
{  
	
	text-align: center;
	top:0; 
	left:0%; 
	width:100%;
	height:100%;
	background-image: url("images/holding page_07.jpg");
	background-repeat:no-repeat;
	background-position: top;
}
#top
{
    width:745px;
    height: 170px;
    padding-left: 10px;
}
#content
{
    text-align: center;
    padding: 2px 10px 2px 20px;
    width:600px;
    padding-left: 10px;
}
html, body 
{
    font-family:Verdana, Arial, Sans-Serif;
    text-align:center;
    margin:0;
    padding:0; 
    font-size: small;
    color:#ffffff;
}
h1 
{
    color: #5780AE;
    font-size: 15pt;
    margin: 0;
    font-weight: normal;
    text-align: left;
}
h2
{
    color:#b1063b;
    font-size: small;
    margin-top: 10;
    margin-bottom: 0;
    text-align: left;
}
p
{
    text-align: left;
    font-size: small;
    color: Black;
}
#footercontent
{
	 width: 720;
	 margin: 0;
	 padding-left: 10px;
	 border-top: gainsboro 1px solid #5780AE;
	 border-bottom: gainsboro 1px solid #5780AE;
	 background-color: #f7f8fc;
	 color: #001f57;
	 font-size:x-small;
	 text-align:left;
 }
a:Link
{
	Color:#0051BA;
	font-weight:bold;
	text-decoration: none;
}
a:Visited
{
	Color:#008C82;
	text-decoration: none;
	font-weight:bold;
}
a:Hover
{
	text-decoration: none;
	background-color:#F0F8FF;
}
a:Active
{
	Color:#008C82;
	text-decoration: none;
}  
.red
{
    color:#9c1e30
}