﻿
	#randomImage,
    #header,
    #header *,
    #nav,
    #secondaryContent,
    #secondaryContent *,
    #footer,
    #searchFormHeader    
    {
        display: none !Important;
    }
        
        #wrapper,
        #mainContent,
        #mainContentCMS
        {
            backgronud: white !Important;
            width: auto;
        }

body,
div#page,
div#wrapper
{
    background: none !Important;
    
}

h2 
{
	border-bottom: 1px solid black;
	width: 100%;
	font-size: 16pt;
	padding-bottom: 10px;
	margin: 0px;
}

h1
{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
		width: 100%;
	font-size: 20pt;
	font-weight: bold;
}

h3
{
	width: 100%;
	font-size: 12pt;
	text-decoration: underline;
}

ul li
{
	margin-bottom: 5px;
}

#contentTitleMain
{
	display: block !Important;
}

* {
	font-family: Arial !Important;	
}
