body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(assets/page.png);
	background-repeat: no-repeat;
	background-position: center top;
}
* {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#top {
	width: 995px;
	height: 95px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
}
#nav {
	height: 35px;
	width: 1000px;
	background-color: #3D8DC7;
}
.imgLeft {
	float: left;
}

a {
	color: #069;
	text-decoration: none;
}

#logo {
	height: 350px;
	width: 1000px;
}
#left {
	padding: 0px;
	float: left;
	width: 220px;
}
#content {
	padding: 10px;
	float: right;
	width: 759px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #069;
	font-size: 24px;
}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #333;
}
#bottom h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #069;
}

#break {
	clear: both;
}
#footer {
	padding: 10px;
	width: 980px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333;
	background-color: #F3F3F3;
}
#footer a {
	color: #000;
	text-decoration: none;
}
input, textarea, submit {
	color: #069;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #069;
	width: 160px;
	margin: 1px;
}
.ticker-container {
	width: 100%;
	height: 2.9%;
	border: 1px solid;
	overflow: hidden;
}
.ticker-text {
	height: 150%;
    white-space:nowrap;
    display:inline-block;
}
