body{
	padding : 0px;
	margin : 0px;	
	background-image:  url(../images/bg_strips.gif);
}

/*td{border: 1px solid #990000;}*/
.holder{ width:100%}
.shadowL {	
	background-image:  url(../images/shadow_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.shadowR{
	background-image:  url(../images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.main{ width:768px;}
/*MAIN TABLE*/
.Mlogo{
	background-image:  url(../images/bg_header_green.gif);
	background-repeat: repeat-x;}
.Mnav{
	background-image:  url(../images/bg_nav_green.gif);
	background-repeat: repeat-x;
	height:27px;}
.Mheader{height:268px;
}
.Mheading{
	background-image:  url(../images/lines_black.gif);
	background-repeat: repeat-x;
	height:32px;
	width:474px;
}
.Mheading2{
	background-image:  url(../images/lines_green.gif);
	background-repeat: repeat-x;
	height:32px;
}
.Mshadow{
	background-image:  url(../images/shadow_grey.png);
	background-repeat: repeat-x;
	height:20px;
	background-color:#f5f4f4;
}
.Mcontent{
	background-image:  url(../images/strip_content.png);
	background-repeat: repeat-y;
	background-color:#f5f4f4;
	padding:15px;
	vertical-align:top;
}
.Mfeatures{
	background-image:  url(../images/strip_feature.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#f5f4f4;
	vertical-align:top;
	text-align:center;
}
.Mfeatures p, .Mfeatures h1, .Mfeatures h2,{padding:15px;text-align:left;}
.Mfooter{
	background-image:  url(../images/bottom_mid.png);
	background-repeat: repeat-x;
	height:58px;
}
/*Text styles*/
p	{	line-height : 16pt;}
p, li,ul, td, .Mcontent {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 16pt;
}
h2, a.h2 {
	font-family: Verdana;
	font-size: 12pt;
	}
	
h3 {}
h4 {}
a {
	font-family: Verdana;
	color:#a9b686;
	text-decoration:none;
}

span{
	color:#a9b686;
}

.blurb{
	font-family: Verdana;
	color:#a9b686;
	font-size: 12pt;
	text-decoration:italic;
}
#hr{
	font-size: 1px;
	height:2px;
	padding:0px;
	margin:0px;
	background-color:#000000;;
	width:100%;
}
#res{postion:relative; float:center;}
.res{
	font-family: Trebuchet MS;
	font-size: 7pt;
	color: #000000;
	text-align:center;
	padding-top:15px;
	}
.sponsors{
	font-family: Trebuchet MS;
	font-size: 7pt;
	color: #000000;
	padding-top:17px;
	}

/*input,textarea,select {
	font-size: 10px;
	color: #3F3F3F;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	background-color: #ffffff;
}

.none {	border: 0px;
	vertical-align : middle;}
.img {vertical-align : middle;}*/
.left {
float: left;

}
.right{
float: right;
}