/* ---- Layout Styles ---- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #eaeaea url(../images/bkgndstripe.gif) repeat-x;
}
.hide {
	display: none;
}
#leftside {
	margin: 0;
	padding-left: 50px;
	background: transparent url(../images/sideleft.gif) repeat-y;
	background-position: top left;
}
#rightside {
	margin: 0;
	padding-right: 50px;
	background: transparent url(../images/sideright.gif) repeat-y;
	background-position: top right;
}
#stripe1 {
	position: absolute;
	top: 0px; left: 0px;
	width: 50px;
	height: 170px;
	background: transparent url(../images/stripeleft.gif) no-repeat;
}
#stripe2 {
	position: absolute;
	top: 0px; right: 0px;
	width: 50px;
	height: 170px;
	background: transparent url(../images/striperight.gif) no-repeat;
}
#page {
	margin: 0px;
	padding: 0 10px 20px;
	background-color: #fff;
}
#topborder {
	background: transparent url(../images/toptile.gif) repeat-x;
	height: 20px;
	margin: 0 -10px;
}
#masthead {
	background: transparent url(../images/mastheadbknd.gif) repeat-x;
	height: 80px;
	margin-bottom: 10px;
}
#content {
	padding: 0 8px 30px;
	margin-right: 220px;
}
#sidebar {
	width: 200px;
	position: absolute;
	top: 140px; right: 60px;
}

/* ---- Text Styles ---- */
#address {
	font-weight: bold;
	font-size: .6em;
	text-align: center;
	letter-spacing: .15em;
	color: #e2e2e2;
	background: #2f3474 url(../images/blue.gif) repeat;
	height: 12px;
	padding: 2px 0;
}
h1 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-size: 1em;
	letter-spacing: .18em;
	color: #2f3474;
	height: 37px;
	background: transparent url(../images/cornergrad.gif) no-repeat;
	margin-left: -8px;
	margin-bottom: -10px;
	padding: 12px 0 0 8px;
}
h2, h3, h4, h5, h6 {
	font-size: .8em;
	color: #000;
}
p {
	font-size: .7em;
	color: #000;
	line-height: 1.5em;
}
blockquote {
	font-size: .7em;
	color: #000;
	line-height: 1.5em;
}
ul, ol {
	font-size: .7em;
	color: #000;
	line-height: 1.5em;
}
a:link, a:visited {
	font-weight: bold;
	color: #2f3474;
	text-decoration: none;
}
a:active, a:hover {
	font-weight: bold;
	color: #2f3474;
	text-decoration: underline;
}
table {
	font-size: .7em;
	color: #000;
	line-height: 1.5em;
}
.navlinks {
	line-height: .05em;
}
.quote {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: #2f3474;
}
