@page 
{
	size: auto;
}

body 
{	
	line-height: 125%;
	margin: 0;
	padding: 0px;	
	font-family: Times New Roman, Serif;
	background-color: #FFFFFF;
	color: #000000;	
	text-align: left;
}

form
{
	background-color: #FFFFFF;
	margin: 5px auto 0 10px;	
	color: #000000;
	border: none;
	text-align:left;
}

H1
{
	font-size: 150%;
	font-weight: bold;
    margin-bottom: 0.1em;
    margin-top: 0;
}
H2
{
	font-size: 130%;
	font-weight: bold;
    margin-bottom: 0.1em;
    margin-top: 0;
}
H3
{
	font-size: 110%;
	font-weight: bold;
    margin-bottom: 0.1em;
    margin-top: 0;
}
H4
{
	font-size: 100%;
	font-weight: bold;
    margin-bottom: 0.2em;
    margin-top: 0;
}
H5
{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
    margin-bottom: 0.2em;
    margin-top: 0;
}

#TopBanner
{
	display: none;
}
#LogoContainer
{
	display: none;
}

#leftnav
{
	display:none;
}
#content
{
	margin-left: 0;
	border-left: none;
	padding: 2em 2.5%;
}
/*
#content img
{
	width:90%;
	height:90%; 
}
*/
#rightcolImage
{
	display: none;
}

#footer
{
	padding: .4em .4em .4em .4em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	background-color: #FFFFFF;	
	border-top: 1px solid #2b5a9e;
	border-bottom: 1px solid #0c1c36;
	height:100%;
}
#footer a
{
	text-decoration: underline;
	color: #000000;
}
#footer a:hover
{
	text-decoration: none;
	color: #000000;
}

/*--- menu styles ---*/
#Horizontalmenu 
{
	display: none;
}

#Verticalmenu 
{
	display: none;
}


