body {
	margin-top: 25px;
	background-color: #09a827;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;	
}

#main {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(draft/images/main_mid.gif);
	margin-bottom: 20px;
}

#left {
	width: 543px;
	float: left;
	height: 100%;
}

#right {
	width: 233px;
	float: right;
	background-image: url(draft/images/right_header.gif);
	background-repeat: no-repeat;
	
}

#header {
	height: 115px;
	background-image: url(draft/images/header.gif);
}

#navi {
	height: 25px;
	background-image: url(draft/images/nav.gif);
}

#content {
	padding-left: 20px;
	padding-top: 67px;
	background-image: url(draft/images/content_header.gif);
	background-repeat: no-repeat;
}

#contMain {
	
	width: 470px;
	background-image: url(draft/images/content_middle.gif);
	background-repeat: repeat-y;	
}

#contMain p {
	padding-left:5px;
	padding-right:2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.narrow {
	margin-left: 15px;
	width: 440px;
}

.narrow2 {
	margin-left: 15px;
	width: 195px;
}

#flash {
	height: 24px;
}

#rightHdr {
	margin-top: 115px;
	height: 25px;
	background-image: url(draft/images/right_lower_header.gif);
	background-repeat: no-repeat;
}

#rightImg {
	height: 180px;
}

#navlist {
	text-decoration: none;
}

#navlist li {
	list-style-type: circle;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #2ba402;
	line-height: 1.8em;
}

#navlist a, a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #3399cc; 
}

#navlist a:hover {
	color: #2ba402;
}

#rightCont {
	margin-top: 35px;
	height: 33px;
	
	
}

#foot {
	clear: both;
	height: 32px;
	background-image: url(draft/images/footer.gif);
	background-repeat: no-repeat;
}

.myAdInfo{
	margin-left:4px;
	margin-right:3px;
	margin-top:3px;
}

/*************************Newsletter Sign-up Form**/

.para {
	line-height:11px; 
	font-size: 12px;
	text-align:right;
	color:#551A8B;
}

.pageTitle {
	background-color:#CCC; 
	font-size:12px; 
	font-weight:bold; 
	color:#551A8B; 
	text-align:left; 
	margin-right:auto; 
	margin-left:auto;
}

.pageTitleAlert {
	background-color:#FF0000; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align:left;
}

.pageTitleSuccess {
	background-color:#33CC00; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align:left;
}

.formLabel {
	font-size:13px;
}

.error {
	color:#FF0000; 
	font-weight:bold; 
	font-size:11px;
}

.small {
	font-size:11px;
}

/*****END****/

.videoLinks{
	height:82px;
	width:457px;
	background-color:#E8E8E8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.videoLinks p{
	float:left;
	margin-top:13px;
	margin-left:5px;
	width:200px;
}

.videoLinks img{
	float:right;
	margin-right:6px;
	margin-top:6px;
}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:800px;
	padding-left:10px;
	text-decoration:underline;
}

/*****lIGHTBOX****/ 

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 15.5%;
			width: 862px;
			height: 500px;
			text-align:center;
			background-color: white;
			z-index:1002;
			overflow: auto;
}

/*****END****/

