body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#container {
	margin: auto;
	padding: 0;
	height: 627px;
}

/* Generic Headings*/

#header h1, #nav h2, #subscribe  h2 {
	font-size: 11px;
	margin: 0;
	padding: 2px 0 2px 4px;
	/* Styling */
	font-weight: bold;
	color: black;
}

/* Header */

#header {
	height: 90px;
	border-bottom: #cccccc 1px solid;
	margin: 10px 0 30px 0;
	padding: 0;
}

#header h1 {
	margin: 8px 0 0 5px;
}

#logo {
	float: left;
	padding: 5px 0 0 5px;
}

#logo img {
	border: none;
}

#address {
	float: right;
	width: 135px;
}

#address p {
	font-size: 9px;
	padding: 0 0 0 9px;
	line-height: 10px;
}

/* Navigation */

#nav {
	display: none;
}

/* Content page layouts */

#text_container, #wrapper {
	
}

#content {
	float: none;
}

#content h1 {
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#content p {
	font-size: 14px;
}

#subscribe, .EmailPage, .printLink, .copyright a {
	display: none;
}
/* Footer */

#footer {
	display: none;
	font-size: 9px;
	margin: 10px 0 0 0;
	border-top: #cccccc 1px solid;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer .copyright {
	float: left;
}

#footer .copyright a {
	padding-left: 33px;
}

#footer .madeBy {
	text-align: right;
}

#inner_nav {
	display: none;
}

#text_container {
	padding-bottom: 10px;
}

/* javascript */

.jScrollPaneContainer {
	position: relative;
	overflow: visible;
	z-index: 1;
}

.jScrollPaneTrack {
	position: visible;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: visible;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: visible;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: visible;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: visible;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: visible;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}