*{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
body {
	background-color: #19703E;
	margin:0px auto;
	font: normal 11px Tahoma, Arial;
	width:800px;
	color:#FFF;
}
p {
	margin:15px;
}
h1, h2, h3, h4, h5 {
    color: #ffffff;
}


h1 {
    font-size: 18px;
	margin:5px;
}

h2 {
    font-size: 16px;
	margin:10px;
}

h3 {
    font-size: 14px;
	margin:5px 10px;
}
h4 {
    font-size: 12px;
	margin:5px 10px;
}


a {
	font: normal 11px Tahoma, Arial;
	color: #00ffa2;
	text-decoration: underline;
}

a:hover {
	font: normal 11px Tahoma, Arial;
	color: #00ffa2;
	text-decoration: none;
}

/* Divs */

#Container{
	margin:0px;
	padding:0px;
}
#Header{
	background-color:#FFF;
	background-image:url(../imgs/bk.jpg);
	background-repeat:repeat-x;
}
#Links{
	background-image:url(../imgs/lnk-bk.jpg);
	background-repeat:repeat-x;
}
#BtmLeft{
	width:550px;
	background-image:url(../imgs/btm-bk.gif);
	background-repeat:repeat-x;
	background-color:#0B8E42;
	float:left;
}
#BtmRight{
	width:249px;
	background-image:url(../imgs/btm-bk.gif);
	background-repeat:repeat-x;
	background-color:#0B8E42;
	float:left;
}
#BtmBox{
	width:273px;
	float:left;
}
#Footer{
	background-color:#25543A;
	padding:5px;
	background-image:url(../imgs/footer-bk.gif);
}
#Grid{
	width:500px;
	margin:10px 20px;
}
#Grid td{
	padding:5px;
}
/* Classes */
.btmdivider{
	border-right:solid #00B497 1px;
}
.footleft{
	margin:5px;
	float:left;
	width:250px;
}
.footright{
	margin:5px;
	float:right;
	width:280px;
}
.contactform{
	width:210px; 
	border:solid 1px #fff; 
	float:right; 
	padding:10px; 
	margin:5px; 
	background-color:#000;
}
#shows{
	margin:10px 10px 10px 30px;
	line-height:25px;
}
#shows li{
	list-style-image:url(../imgs/bullet.gif);
	line-height:25px;
}
a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}
.clearit{
	clear:both;
}
.rightHeaderPic{
	float:right;
}
.white-text{
color: #ffffff;
text-decoration: none;

}

.blye-text-underline {
color: #00ffb7;
text-decoration: underline;
}

.blye-text-regular {
color: #00ffb7;
text-decoration: none;
}

.yellow-text-regular {
color: #ff9c00;
text-decoration: none;
}

.yellow-text-underline {
color: #ff9c00;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
font-weight:bold;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #F00;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}

.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #70a693;
text-decoration: none;
}

.green-text-underline{
color: #70a693;
text-decoration: underline;
}
.error{
	padding:3px;
	background-color:#3C6;
	color:#FFF;
}
.success{
	padding:3px;
	background-color:#FFF;
	color:#3C6;
}
.small{
	font-size:9px;
	margin:0px 5px;
	width:200px;
}
#breadcrumb{
	width:250px;
	float:right;
	padding:5px 0px;
}
