html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Tahoma, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre, address
{
    margin: 0;
    padding: 0;
}


body
{
	background-color: White;
	font-family: Georgia, Tahoma, sans-serif;
	font-size: 10pt;
}

img 
{
	border: 0;
}

a, 
a:link,
a:visited
{
	color: #4687b7;
	text-decoration: none;
}

a:active,
a:hover
{
	color: #005a9c;
	text-decoration: underline;
}


p, ul, ol, dl, blockquote, pre, address
{
	font-size: 10pt;
	line-height: 20px;
	margin-bottom: 15px;
}

ul,ol
{
	margin-left:15px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}
h1
{
	color:#a20d33;
	font-size: 14pt;
	margin-bottom: 12px;
}

h2
{
	color:#000000;
	font-size: 12pt;
	line-height: 22px;
	margin-bottom: 12px;
}

h3
{
	font-size: 11pt;
}

input,textarea,select {
	font: 10pt Tahoma, sans-serif;
	background-color : #FFF;
	border: 1px solid #9abdd7;
	margin: 1px;
	color: #4687b7;

}

#mainbody
{
	width:960px;

	margin: 0 auto;
}

#header
{
	display:none;
}


#topnav
{
	display:none;
}

#contentwrapper
{
	background-color:White;
	width:100%;

}
#contenttop
{
	background-color:White;
	width:100%;

}
#leftnav
{
	display:none;
}


#Content
{
	width:100%;
}
#HomeContainer
{
	width:100%;
}
#homeflash
{
	display:none;
}
#homecontent
{
	width:100%;
}
#footer
{
	display:none;
}
