html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #2965a6;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #fca00e;
}
#logo {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 890px;
	background: url("images/tellerlogo.jpg") no-repeat;
	height:100px;
	border-bottom: 2px solid #C961FE;
}
#event {font-size:.9em;
margin:10px 0 0 20px;
width:850px;
height:330px;
border-bottom: 2px solid #C961FE;}


#container1 {
	width: 900px;
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
	border-bottom: 2px solid #C961FE;/* background: #e5e5e5;*/
}
#content1 {
	float: right;
	width: 690px;
	padding-bottom: 40px;
	min-height: 380px;
}
#maincontent1 {
	float: left;
	float: right;
	padding: 10px 20px 0px 20px;
	overflow: hidden;
	width: 410px;
}
#rightdiv {
	padding-top: 10px;
	float: right;
	width: 230px;
}
#rightdiv img {
	padding: 1px;
	border: 1px solid #6fb2e6;
}
#news {
	width: 210px;
	margin: 0 auto;
}
#navcontainer {
	padding-top: 10px;
	padding-left: 15px;
	min-height: 380px;
	float: left;
	overflow: hidden;
	width: 180px;
}
* html #navcontainer {
	height: 380px;
	overflow: visible;
}
.nav {
	width: 170px;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-size: .9em;
}
.nav li {
	text-align: left;
	margin: 3px 1px;
	padding: 0;
}
.nav li a {
	border: 1px solid #52a3e2;
	display: block;
	padding: 4px 0 4px 10px;
	background: #6fb2e6;
	color: #e5ffff;
	font-weight: bold;
	text-decoration: none;
	width: 170px;
}
.nav li a:hover {
	background: #03E100;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}
#footer {
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size:.8em;
	text-align: center;
	color: #6a6666;
	width: 890px;
	background: #fff;
}
#footertextleft {
	margin-left: 10px;
	text-align: left;
	width: 450px;
	float: left;
}
#footertextright {
	margin-right: 10px;
	text-align: center;
	width: 890px;/*float: right;*/
}
h1 {
	padding-top: 0;
	margin-top: 0;
	font-size:1.2em;
	font-weight: bold;
	color: #5c94bf;
}
h2 {
	padding-top: 0px;
	margin-top: 0px;
	font: 110% arial;
	font-weight: bold;
	color: #5c94bf;
}
.underline {
	padding-bottom: 3px;
	border-bottom: 2px solid #C961FE;
	text-align: left;
}
.subheading {
	font-weight: bold;
}
.submitbox {
	width: 215px;
	background: #b8d1e4;
	padding: 5px;
	text-align: left;
	border: 1px solid #e5e5e5;
}
.submitbox p {
	margin-top: 3px;
	margin-bottom: 5px;
}
.linkbutton {
	height: 20px;
	background: #e5e5e5;
	color: #949494;
	border: none;
	padding: 3px 8px;
	font-weight: bold;
}
#maincontent ul {
	list-style-image: url(images/bullet.png);
	padding:5px 0 0 5px;
	margin:0;
	font-size:.9em;
}
#maincontent li {
	margin-bottom:5px;
}
#news ul {
	list-style-image: url(images/bullet.png);
	padding:0 0 0 15px;
	font-size:.9em;
	margin:0 0 0 5px;
}
#news li {
	margin-bottom:5px;
}
.advert {
	width: 160px;
	padding: 5px;
	background: #fff;
	border: 1px solid #c8c8c8;
	font-size:.9em;
}
#maincontent p {
	font-size:.9em
}
