/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	background-color: #FFFFFF;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	color: #FF0000;
}

a:active{
	color: #FFCC00;
}

/********* form and related tag styles *********/

form{
	margin: 0em;
	padding: 0em;
}

label{
 color: #334d55;
}
				
input{
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	position:absolute;
	top: 5px;
	left: 5px;
	width: 800px;
}

#tl{
	position:absolute;
	left: 0px;
	z-index: 100;
}

#tr{
	position:absolute;
	right: 0px;
	z-index: 100;
}

#collage{
	position: absolute;
	left: 240px;
}

#masthead{
	position:absolute;
	top: 105px;
	left: 240px;
}

/************** feature styles *****************/

#feature{
	position: absolute;
	top: 151px;
	left: 240px;
	width: 560px;
	line-height: 1.1em;
	overflow: visible;
	font-size: 0.76em;
	font-weight: normal;
}

/**** html>body #feature {
} ****/

/**** font-weight, font-size, and line-height specs in feature were
	in feature p originally. Moved to cover all feature material, with
	detrimental effect on bottom margins in IE. ****/
	
#feature p{
	margin: 0em 0em 0.7em 0em;
}

#feature .pic{
	float: left;
	margin: 15px 15px 10px 0px;
}

.contacts{
	position: relative;
	width: 280px;
	float: left;
	height: 128px;
}

.contacts img{
	position: relative;
	background-color: #0000CC;
	float: left;
}

.contacts p{
	position: relative;
	top: 25px;
	width: 177px;
	float: right;
}

.merchandise{
	position: relative;
	width: 265px;
	float: left;
	height: 112px;
	margin: 0px 15px 0px 0px;
}

.merchandise img{
	background-color: #0000CC;
	float: left;
	margin: 0px 15px 10px 0px;
}

/************* pageNav styles **************/

#pageNav{
	position: absolute;
	width: 225px;
	background-image: url(/graphics/bg_nav.gif);
	top: 0px;
	left: 0px;
}

.homelogo{
	position: relative;
	width: 100%;
	padding-top: 14px;
	text-align: center;
}

.leftmenu {
	position: relative;
	width: 180px;
	padding-top: 25px;
	padding-left: 45px;
}

.leftmenu a {
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.95em;
	display: block;
	text-indent: 24px;
	line-height: 1.4em;
	color: #FFFFFF;
	background-image: url(/graphics/GDBTN.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.leftmenu a:hover {
	color: #FF0000;
	background-image: url(/graphics/RDBTN.gif);
}

.copyright {
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	position: relative;
	width: 100%;
	padding-top: 25px;
	text-align: center;
	line-height: 1.1em;
	color: #CCCCCC;
	font-style: italic;
	font-size: 0.7em;
}

.copyright img {
	padding: 5px;
}

.search{
	padding: 20px;
}

#poll{
	position:	absolute;
	top:	650px;
	left:	0px;
	width: 225px;
}