body {
	background: #000000 url('images/bgrepeat.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

img {
	border: 0px;
}
.clr { clear: both; }

a { color: #ff01a0; }

a:hover { color: #71ff93;
}

.green { color: #71ff93; }
.pink { color: #ff01a0; }


div#container {
	background: url('images/mainbg.jpg') no-repeat center top;
	margin: 0px;
	
}

div#pagewidth {
	position: relative;
	left: 50%;
	margin-left: -454px;
	margin-top: 0px;
	padding-top: 0px;
	width: 908px;
	background: white url('images/page_footmark.jpg') no-repeat right bottom;
}

.ff3 div#pagewidth {
	position: relative;
	left: 50%;
	margin-left: -454px;
	margin-top: 0px;
	padding-top: 0px;
	width: 908px;
	background:  white url('images/page_footmark.jpg') no-repeat right bottom;
}

div#pagewidth2 {
	position: relative;
	left: 50%;
	margin-left: -454px;
	width: 908px;
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
}

.webkit	div#pagewidth { margin-left: -453px; }
.ff3	div#pagewidth { margin-left: -455px; }

div#header {
	clear: both;
	background: url('images/mainbg.jpg') no-repeat center top;
	height: 125px;
	margin: 0px;
}


div.mtlogo {
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background-image:  url('images/logo_over.jpg');
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 375px;
	height: 125px;
	margin: 0; 
	padding: 0; 
}

div.mtlogo a {
	display: block;
	width: 375px;
	height: 125px;
	display: block;
	float: left;
	text-decoration: none;
}

div.mtlogo img {width: 375px; height: 125px; border: 0; }
* html a:hover {visibility:visible}
div.mtlogo a:hover img{visibility:hidden}

div.freestuff {
	position:relative;
	float: right;
	font-family: arial, helvetica, sans-serif;
	background-image:  url('images/freestuff_over.jpg');
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 215px;
	height: 125px;
	margin: 0; 
	padding: 0; 
}

div.freestuff a {
	display: block;
	width: 215px;
	height: 125px;
	display: block;
	float: left;
	text-decoration: none;
}

div.freestuff img {width: 215px; height: 125px; border: 0; }
* html a:hover {visibility:visible}
div.freestuff a:hover img{visibility:hidden}

div#mainmenu {
	position: relative;
	top: 0px;
	height: 61px;
	background: url('images/menubg.jpg') no-repeat top center;
	clear: both;
	padding-top: -2px;
}



div#mainmenu div.float_left { float: left; }
div#mainmenu div.float_right { float: right; }

#navlist {
	font-size: 1.4em;
	padding-top: 8px;
	padding-left: 20px;
	
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 14px;
}

#navlist li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#navlist li a:hover {
	background: black;
}


#navlist_right {
	font-size: 1.4em;
	padding-top: 8px;
}

#navlist_right li
{
display: inline;
list-style-type: none;
padding-right: 14px;
}

#navlist_right li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#navlist_right li a:hover {
	background: black;
}

div#homepage_feature {
	height: 294px;
	background: url('images/homepage_feature.jpg') no-repeat;
	clear: both;
}

div#homepage_feature div.float_left {
	float: left;
	width: 48%;
	
}

div#homepage_feature div.float_left h1 {
	margin-top: 102px;
	margin-left: 70px;
	color: white;
	text-align: center;
	font-size: 2em;
}

div#homepage_feature div.float_right {
	float: right;
	width: 48%;
}

div#homepage_feature div.float_right a img.featured {
	margin-top: 12px;
	border: 3px solid #111111;
	margin-left: 30px;
}

div#page_content {
	clear: both;
	
}

div.pagecontentleft { width: 33%; float: left; }
div.pagecontentright { width: 66%; float: right; }
div.pagecontentright div.float_left { width: 49%; float: left; }
div.pagecontentright div.float_right { width: 49%; float: right; }

.ie5 div.pagecontentright div.float_left { width: 47%; float: left; }
.ie6 div.pagecontentright div.float_left { width: 47%; float: left; }
.ie7 div.pagecontentright div.float_left { width: 47%; float: left; }

div.columncontent {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
 /* 	* { border: 1px solid black; }  	*/




div#footer {
	clear: both;
	width: 100%;
	height: 244px;
	background: url('images/footerbg.jpg') no-repeat center top;
}

div#footer div#footercontent {
	position: relative;
	left: 50%;
	margin-left: -454px;
	width: 908px;
	margin-top: 0px;
}

div#footercontent div.float_left { float: left; }
div#footercontent div.float_right { float: right; }

#footer_navlist {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 20px;
}

#footer_navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0px;
}

#footer_navlist li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
#footer_navlist li a:hover {
	color: #71ff93;
}

#footer_navlist2 {
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
}

#footer_navlist2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	margin: 0px;
}

#footer_navlist2 li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
#footer_navlist2 li a:hover {
	color: #71ff93;
}


fieldset { border: 3px solid #cccccc; padding: 8px; }
fieldset legend { font-weight: bold; font-size: 1.2em;}

div.basicpage {
	padding: 20px;
	margin-bottom: 80px;
}

div.basicpage h1, div.basicpage h2 {
	color: #222222;
}

div.basicpage input {
	width: 200px;
	border: 3px solid #eeeeee;
	padding: 5px;
	font-size: 1.4em;
	font-weight: normal;
}

div.basicpage fieldset.accessForm { background: #c8ffd5; }
div.basicpage fieldset.accessForm label { float: left; width: 150px; margin-left: 0px; font-size: 1.4em; font-weight: bold; padding-top: 10px;}
div.basicpage fieldset.accessForm input[type="text"] {margin-left: 0px; width: 200px;}
div.basicpage fieldset.accessForm input[type="submit"] {margin-top: 10px; border: 1px solid black; font-size: 1.5em; margin-left: 150px; width: 130px;}


div.membersarea { padding: 20px;
	margin-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
	
}

div.membersarea h3 {
	padding: 20px;
	background: #f9f9f9;
	border-bottom: 3px solid #eeeeee;
	font-size: 1.3em;
}

div#generalpage {
	padding-left: 20px; 
	padding-right: 20px; 
	clear: both;
}
div#generalleft {
	float: left;
	width: 65%;
}
div#generalleft p {
	font-size: 1.3em;
}
div#generalright {
	float: right;
	width: 290px;
}	

table.dnatable { }
table.dnatable tr td { padding-bottom: 10px; padding-top: 3px; }
table.dnatable tr td.fieldtype { width: 65px; }