html,body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
}

#outerBounds
{
    width: 100%;
    margin: auto;
}

#header
{
    display: none;
}
#content
{
    width: 100%;
    margin-left: 19px;
    margin-right: 19px;
}
.wrapnewsContent { width: 90%; padding: 1em; }
    #largeContent
    {
        width: 100%;
        float: left;
        margin-right: 14px;
    }

        #largeContent .top, #largeContent .bottom, #largeContent .bottomFrontPage
        {
           display: none;
        }

        #largeContent .middle
        {
            width: 100%;
        }

		.middleFrontPage
        {
			dispaly: none;
        }
        
            #breadCrumb
            {
				font-family: Verdana;
				font-size: 11px;
                color: #506473;
				padding-left: 14px;
            }
            
            #leftMenu
            {
				display: none;
            }

            #mainContent
            {
                width: 100%;
				overflow:visible;
				float: none;
            }
                .paragraph
                {
                    line-height: 15px;
                }
				#printtool
				{
					display: none;
				}

    #tools
    {
        display: none;
    }

/* General tags */
h1
{
    font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
}
h2, h3
{
    font-size: 13px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    color: #324451;
}
h3 {font-style: italic;}

/*Forms - some forms formatting found under search too! */
.form .field
{
	clear: both;
	height: 60px;
}
.form .buttons
{
	clear: both;
	height: 60px;
}
.form .buttons input
{
	float: left;
	background-color: #fff;
	color: #000;
}
#largeContent .middle { background: #fff;}
img { 
	width: 100%; 
}
#footer {font-size: 90%;}