body {
	margin: 0px;
	background-image: url(imgs/texture5a.jpg);
	background-repeat: repeat;
}
html    {
	height: 101%;
	margin-bottom: 1px;
}
/*--------------id selectors------------------*/
#wrapper {
	width: 800px;
   margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tile {
	width: 800px;
	background-image: url(imgs/tile2.gif);
	background-repeat: repeat-y;
}
#background {
	width: 800px;
	height: 570px;
	background-image: url(imgs/home-lg.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
}

#home-img {
	text-align: center;
	margin-top: 0px;
}

#header {
	width: 800px;
	height: 100px;
	margin-top: 10px;
}
#page-title {
	width: 800px;
	height: 30px;
}

#left-nav {
	width: 130px;
	height: 210px;
	border-right: 1px solid #336600;
	float: left;
	padding-left: 35px;
	font-size: 10px;
}

#main {
	width: 420px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 12px;
	text-align: left;
}
#flashcontent {
	width: 550px;
}
#flashcontent-int {
	padding-bottom: 20px;
	text-align: right;
}
#wrapper-rightcol {
	background-image: url(imgs/tile-rule.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
#rightcol {
	width: 140px;
	margin-left: 645px;
	font-size: 10px;
	padding-top: 40px;
}
#clearfix{
	clear: both;
}

#footer {
	width: 800px;
	height: 23px;
}
#copyright {
	font-size: 9px;
	font-weight: light;
	color: #000000;
	clear: both;
	text-align: center;
	margin-top: 0px;
}

#copyright a:link {
	font-size: 10px;
	font-weight: normal;
   text-decoration: none;
   color: White;
}

#copyright a:visited {
	font-size: 10px;
	font-weight: normal;
   text-decoration: none;
   color: White;
}

#copyright a:hover {
	font-size: 10px;
	font-weight: normal;
   text-decoration: underline;
   color: White;
}
#thanks {
	background: url(imgs/thanks.gif) no-repeat bottom right;
}
#unsubscribe {
	background: url(imgs/unsubscribe.gif) no-repeat bottom right;
}

/*--------------classes------------------*/
.small {
	font-size: 10px;
	font-weight: light;
	color: #000000;
}

.title {
	font-size: 14px;
	font-weight: normal;
	color: #336600;
	font-family: Tahoma, Arial, sans-serif;
}
/*.title {
	font-size: 14px;
	font-weight: normal;
	color: #B08E51;
	font-family: Tahoma, Arial, sans-serif;
}*/

.boldwhite {
	font-size: 12px;
	font-weight: bold;
   text-decoration: none;
   color: White;
}
.introcopy {
	font-size: 18px;
	font-style: italic;
	font-weight: light;
	color: #666666;
}

.library {
	font-size: 10px;
	color: #999999;
}	

a:link {
	text-decoration: underline;
	color: #336600;
}

a:visited {
	text-decoration: underline;
	color: #336600;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

.top {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.overline-small {
	top: auto;
	border-top: 1px solid #000000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.overline-normal {
	top: auto;
	border-top: 1px solid #000000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.img_r {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.title_r {
	float: right;
	margin-right: 24px;
/*--------------tags------------------*/


ul {
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
	list-style-type: none;
	line-height: 18px;
}
