/* 82MEDIA.COM */

body {
	margin: 0px;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	color: #000;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: #062F4F;
	text-decoration: none;
}

a:visited { }

.top_con {
	float: left;
	width: 100%;
	height: 40px;
	background: #EB2F2F url('images/top_bg.gif') repeat-x top left;
}

.topCmain {
	width: 940px;
}

.topLeft {
	float: left;
	width: 180px;
	height: 40px;
}

.topRight {
	float: right;
	width: 750px;
	height: 40px;
}

.topRight a {
	float: left;
	width: 125px;
	height: 40px;
	background: url('images/tr_a.gif') repeat-x top left;
	line-height: 3.1em;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.topRight a:hover {
	background: url('images/tr_h.gif') repeat-x top left;
	color: black;
	text-decoration: none;
}

.topRight a:visited { }

.head_con {
	float: left;
	width: 100%;
	height: 110px;
	background: white;
}

.head {
	width: 940px;
	height: 110px;
}

.headb_con {
	float: left;
	width: 100%;
	height: 180px;
	background: url('images/headb_bg.gif') repeat-x top left;
}

.headb {
	width: 940px;
	height: 180px;
}

#page {
	float: left;
	width: 100%;
	background: white;
}

.mpage {
	width: 940px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.hleft {
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

.hmid {
	float: left;
	width: 320px;
	margin-left: 10px;
	border-left: 1px dotted #8F8E8E;
	border-right: 1px dotted #8F8E8E;
	padding-bottom: 10px;
}

.hmidin {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}

.hright {
	float: right;
	width: 300px;
	padding-bottom: 10px;
}
	
.mpLeft {
	float: left;
	width: 740px;
}

.mpRight {
	float: right;
	width: 190px;
}

.goad {
	float: left
	width: 100%;
	background: #B9DDAD;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #429D3E;
	border-bottom: 1px solid #429D3E;
}

.footCon {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fLcon {
	width: 950px;
}

.footLinks {
	float: left;
	width: 940px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.footLinks a {
	color: #EB2F2F;
	text-decoration: none;
}

.footLinks a:hover {
	color: #333;
	text-decoration: underline;
}

.footLinks a:visited { }


.copy {
	float:left;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #8F8E8E;
}

.copy a {
	color: #8F8E8E;
	text-decoration: underline;
}

.copy a:hover {
	color: #333;
	text-decoration: none;
}

.copy a:visited { }

/* CONTENT STYLES */

.htitle {
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	background: #429D3E;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.ptitle {
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #59a800;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	color: #2b5200;
}

li { margin: 10px; }

