/* Begin Positioning Structure */
body {
	margin: 0;
	padding: 0; 
	background-color: #999999;
	}

#page {
	position: relative;
	background-color: #FFFFFF;
	margin: 20px auto;
	padding: 0;
	width: 780px;
	border: 2px solid #BE2220;
	}

#header {
	position: absolute;
	top: 0;
	left:0;
	padding: 0;
	margin: 0;
	height: 150px; 
	width: 780px;
	z-index: 10;
	}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	}
	
#header #headerpics {
	position: absolute;
	top: 0;
	left: 200px;
	width: 400px;
	height: 150px;
	margin: 0 20px 20px 0;
	}
#header #headerpics .imgShadow {
	position: absolute;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
	top: 20px;
	width: 177px;
	height: 122px;
  }
#header #headerpics #before {
	left: 10px;
	}
#header #headerpics #after {
	right: 10px;
	}
#header #headerpics .imgShadow img {
	position:relative;
	left: -7px;
	top: -7px;

  }
#header #memberlogin .imgShadow {
	position: absolute;
	top: 20px;
	width: 177px;
	height: 122px;
  }
#header #memberlogin {
	position: absolute;
	top: 20px;
	right: 30px;
	border: 2px solid #BE2220;
	width: 120px;
	height: 100px;
	text-align: center;
	}

.narrowcolumn {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 230px 200px 30px 50px;
	}
	
.widecolumn  {
	position: relative;
	margin: 0;
	padding: 0;
	margin: 230px 50px 30px 50px;
	}
 
.sidebar {
	position: absolute;
	top: 200px;
	right: 10px;
	width: 180px;
	height: 300px;
	}
	
#footer {
	position: relative;
	border-top: 1px solid #999999;
	padding: 10px;
	}
	
/* End positioning */

/* Begin typography */
body, #page {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
h1 {
	font-size: 2em;
	text-align: center;
	}
h2 {
	font-size: 1.8em;
	text-align: center;
	}
h3 {
	font-size: 1.6em;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
	font-weight:bold;
	}
p, li {
	font-size: 1em;
	line-height: 1.6em;
	}
a, a:visited {
	color: #990000;
	text-decoration: underline;
	}
a:hover {
	color: #CCCCCC;
	background-color: #990000;
	text-decoration: none;
	}
#footer {
	font-size: 0.8em;
	text-align: center;
	}

#header #memberlogin {
	line-height: 1.2em;
	color: #990000;
	}
#header #memberlogin h1 {
	padding-top: 15px;
	font-size: 1.2em;
	}
#header #memberlogin p,
#header #memberlogin a,
#header #memberlogin a:visited {
	color: #990000;
	margin-top: -5px;
	text-decoration: none;
	}
#header #memberlogin a:hover {
	margin-top: -5px;
	text-decoration: underline;
	background-color: none;
	color: #FFFFFF;
	}
	
/* End  typography */
.newsBox {
	background-color: #FFFFCC;
	padding: 10px;
	float: right;
	width: 180px;
	text-align: center;
	margin-left: 20px;
	border: 2px solid #7E2220;
	font-style: normal;
	color: #990000;
	font-weight: bold;
}

.quoteBox {
	display: block;
	margin: 0px 20px 10px 20px;
	padding: 10px;
	border: 2px solid #990000;
	background-color:#FFFFCC;
}
.quoteBox h1 {
	font-size: 1em;
	font-weight: bold;
}
.floatRight {
	float: right;
	border: 1px solid #CCCCCC;
  text-align: center;
	margin-left: 10px;
	padding: 5px;
}

#displaybox {
	float:right; 
	width:180px; 
	border:solid 2px #BE2220; 
	padding:8px;
	margin: 0 0 10px 5px;
}
#displaybox h4 {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #BE2220;
}
#displaybox p {
	line-height: 1.2em;
	margin: 8px 0;
	padding: 0;
}