BODY {
margin: 0px;
	background-color : #294785;
	background-color : white;
    xxfont-size: 10pt;
    font-family: Arial, Helvetica, sans-serif; 
    color: #294785;;
}

	H1 { font-size: 1.4em;}
	H2 { font-size: 1.3em;}
	H3 { font-size: 1.1em;}
	p  { font-size: .8em; }
	UL { font-size: .8em; }
	HR {height : 4px; color : #294785; background-color : #294785; text-color : #294785; }
    .vertRule {
        width: 3px;
        vertical-align: top;
        margin-left: 3px;
        margin-right: 5px;
        height: 100%;
        border: 3px #294785 inset;
        }
    
	.bold { font-weight: bold;}

	.smallText {  font-size: .7em; }
	.text { xxxfont-size: 1.0em; }


	.logoYour {color: #294785; font-weight: bold;}
	.logoOWN  {color: #D27532; font-weight: bold;}

    .hilite {background: yellow;}
    
	.page{position:relative;
		background: white url("images/Logo_wide_colour_Banner.gif") no-repeat;
		
		width : 740px;
		align: center;

	}
    #LogoSandbag {float: left; clear:left; width: 216px; height: 91px; }
    #LogoPrint { width: 216px; height: 91px; position: absolute; left: 0px; display: none;}
    #TopBar {height:91px;}
    .content{margin: 1px 15px 1px 120px; border-left: 1px solid silver;
    padding:10px;}
    
    #menu {position: Absolute; left: 0;}
	.callout
	{
		border: 1px solid Black;
		background: #FFE4C4;
		width: 70%;
	}
	.testimonial {
		font-family: 'MS Serif', 'New York', serif;
		font-size: 1.1em;
		text-align: center;
		padding: 4px;
		color: Navy;
        margin-top: 8px;
        margin-bottom: 4px;
	}
	.credit {
		font-family: 'MS Serif', 'New York', serif;
		font-size: 1.1em;
		text-align: right;
		padding: 0px;
		font-style : italic;
		padding-right : 22px;
        margin-top: 4px;
        margin-bottom: 14px;
	}
	.tagline{
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 1.4em; color: #294785; font-weight: bold; 
        text-align: center;
		border: 0px solid silver;
		Margin-left: 50px;
	}
    
    /*
    Menu:
    */ 
    #MainMenu {position: absolute; width: 100px; top:120px;
	left:0px;
	bxxorder:none;
	background-color: white;
	padding:0px;
    margin:0px;
	z-index:2;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#buttonscontainer  {width:118px;}

.buttons a {color: #294785; float: none;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #D27532;
font: .7em Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FFE4C4;
color: #D27532;
text-decoration: none;}

.footer {position: relative; 
	background-color: white; width:100%; height: 2em;
}
#copyright {background-color: white; 
position: absolute; 
height: 2em; 
left: 0px;top:0; font: 0.8em Arial, Helvetica, sans-serif; margin-left: 20px; }
#reflinks {background-color: white; position: absolute; height: 2em; right: 0px; top: 0px; font: 0.8em Arial, Helvetica, sans-serif; margin-right: 20px; margin-bottom: 6px;}

