body { 
background-image: url(../images/grass.jpg);
}

.floatright {
float: right;
margin: 10px;
padding: 2px;
}


#content {
width: 768px; /*Width of main container*/
	line-height:120%;
	margin:10px auto;
	position:relative;
	color: Black;
	text-align: center;
	min-height: 100%;
	height: auto;
	border: Gray;
	border-width: 3px;
	border-style: ridge;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 15px;
}

#main{
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
	background: #ffffff;
}

#rightcolumn{
	top: 50px;
	margin-left: 168px;
	text-align:center;
	padding: 5px;
	background: White;
	height: 100%;
}

#leftcolumn{
	float: left;
	text-align: left;
	color: #fff;
	width: 168px; /*Width of left column*/
	padding: 5px;
}

#pageheader {
	padding-bottom: 8px;
	background: White;
}


#pagemenu {
	padding: 15px;
}

#pagefooter {
	clear:both;
	padding: 5px;
	font-size:.6em;
	line-height:120%;
	text-align:center;
	bottom: 0 !important;
	color: #AAAAAA;
	background: Black;
}

.to-left {
	FLOAT: left;
width: 310px;
padding: 5px;}

.to-right {
	FLOAT: right;
width: 310px;
padding: 5px;
background-color: #ebf2f8;}

.rightbottom {
	position: absolute;
	left: 660px;
	bottom: 20px; 
	width:150px;
}


div.words {
clear:both;
height:auto;
margin:0px;
overflow:auto;
padding:10px;
color: #000000;
}

.teaser {
background: #8DA8CA url(../../images/teaser-bot-bg.jpg) no-repeat scroll center bottom;
padding-bottom:10px;
	width:350px;

}

.teaser dl {
background:transparent url(../../images/teaser-top-bg.jpg) no-repeat scroll center top;
padding:10px 10px 0pt;
}

.teaser img {
border:2px solid #FFFFFF;
}

.teaser dd.img img {
float:left;
margin-right:20px;
}
.teaser dd {
margin-left:120px;
}
.teaser dl dd.img {
margin:0pt;
}

.teaser dt {
font-size:1.2em;
padding-bottom:3px;
}
.teaser dt a:link, .teaser dt a:visited {
color:#008C99;
text-decoration:underline;
}
.teaser dt a:hover, .teaser dt a:active {
color:#545454;
text-decoration:none;
}
.teaser dd {
color:#545454;
line-height:1.2em;
}
.teaser span.teaserLink {
color:#008C99;
display:block;
font-weight:bold;
margin-top:10px;
text-transform:uppercase;
}
.teaser dd a:link, .teaser dd a:visited {
color:#008C99;
text-decoration:underline;
}
.teaser dd a:hover, .teaser dd a:active {
color:#545454;
text-decoration:none;
}

/*end*/

