﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
/* This removes the border around the viewport in old versions of IE */    width: 100%;
    /* background:  #fff; */
    min-width: 880px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}

.belowtopmenubar {
    height: auto;
     padding-bottom: 1px;
     padding-top: 5px;
   /* border-bottom:1px solid #000;*/
    /* border-top:1px solid #369 */
    /* padding-left:200px; */
    /* padding-top:5px; */
    /* margin-left:50px; */
}
.topmenubar    
{
	text-align: center;
	position:relative;
	width: 870px;
}
#pagecontainer {
	position:relative;
}


#pagecontainer {
    margin: 0  auto;
    width: 980px; /* you can use px, em or % */
}
#pagecontainer2 {
    margin: 0  auto;
    width: 100%; /* you can use px, em or % */
}
#pagecontainer3a {
    margin: 0  auto;
    width: 100%; /* you can use px, em or % */
}
#pagecontainer3b {
    margin: 0  auto;
    width: 100%; /* you can use px, em or % */
    left:0;
}

#leftcolumntext
{
    margin-left: 5px;
}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}


	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

.floatright {
    float:  right;
	text-align:right;
	margin:0;
	padding:  5px 5px 5px 5px;
}
