/*
	css settings relevant to the entire site
*/

HTML
{
	height:100%;
}
BODY
{
	background:White;
	margin:0;
	height:100%;
}
a, a:visited
{
	text-decoration:none;
	color:#A21815;
}
a:hover
{
	text-decoration:none;
	color:#6EA4D2;
}
.squareBullet li
{
	list-style-image:url(./../img/bullet.jpg);
}
.linkstyle2
{
	font-weight:bold;
}
.headingA
{
	color:#363264;
	font-weight:bold;
}
#logo
{
	position:absolute;
	top:20px;
	left:10px;
	z-index:1000;
}


#footer, #footer a
{
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#777791;
	text-decoration:none;
}
#footerhome
{
	text-align:center;
}
#footerhome #footer
{
	margin-left:100px;
}
#error
{
	position:absolute;
	top:500px;
	color:Red;
}
.footeritem
{
}
.footerdivider
{
}
