@charset "utf-8";
/* A Great View Web 1.0 - Build 1083 - Print View */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	margin:0 auto;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
	font-size:76%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height:1.8em;
	color:#00000;
}

a:link{color:#000000; font-weight:bold; text-decoration:none; cursor: pointer; }
a:hover{color:#000000; font-weight:bold; text-decoration:underline; cursor: pointer; }
a:visited{color:#000000; font-weight:bold; text-decoration:none; cursor: pointer; }
a:visited:hover{color:#000000; font-weight:bold; text-decoration:underline; cursor: pointer; }
a img{border:none; cursor: pointer; }
a:active{ border:none; text-decoration:none; background:none; cursor: pointer; }

p{padding: 5px;}

p form{margin-top:0; margin-bottom:20px;}

br{line-height:1.2em}

hr{ clear: left; height: 0; border-style: dashed; border-width: 1px 0 0 0; border-color: #c1c1c1; margin:0;}

div{margin:0;}

ol { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#000000; }
ul { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#000000;}
li { margin-left: 10px; padding-left: 10px; padding-right: 5px; color:#000000;}

/**************** Form Styles ****************/

form{
	display: none;
}

/**************** Header & Navigation styles ****************/

#header{
	display: none;
}

.logo{
	display: none;
}

#container{
	width: 100%
}

#masthead{
	display: none;
}

#nav{
	display: none;
}

#nav ul{
	display: none;
} 

#nav ul li{
	display: none;
}

/**************** Content styles ****************/

.contentleft{
	width: 100%;
}

.contentright{
	width: 100%;
	background: none;
}

.sideimg{
	display: none;
}

/**************** Header styles ****************/

.header{
	display: none;
}

/**************** Footer styles ****************/

#footer{
	display: none;
}

/**************** Misc styles ****************/

.floatleft{
	display: none;
}

#map{
	display: none;
}

#contactform{
	display: none;
}