body { margin: 0; background: #ced2d5; font-family: Arial, Sans-Serif; font-size: 12px; color: #5e7e13; }
input { font-size: 11px; }
a { color: #5e7e13; text-decoration: none; font-family: Arial; font-size: 12px;  }
a:hover { color: #047be5; }
img { border:0; }
 
.mainBody {
	margin: 0;
	background: #ededed url('images/body_bg.png') repeat-x top left;
}

/* Top Navigation | Header | Stats */
.header {
	width: 800px;
	margin: 0 auto;
}
	.tnav {
	background: url('images/head1.jpg') no-repeat bottom left;
	height: 36px;
	}
	.tnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.tnav li {
	background: url('images/tnav_button.png') no-repeat top left;
	height: 36px;
	width: 118px;
	margin-left: 3px;
	display: block;
	float: right;
	text-align: center;
	}
	.tnav a {
	font-family: "Myriad Pro", Arial;
	display: block;
	padding: 15px 0 8px;
	font-weight: 700;
	color: #ecf2d8;
	}
	.tnav a:hover {
	background: url('images/tnav_hover.png') no-repeat top left;
	color: #5e7e13;
	}

	.head2 {
	height: 92px;
	}
		.logo {
		background: url('images/gptz_logo.jpg') no-repeat top left;
		height: 92px;
		width: 210px;
		float: left;
		}
		.right_head2 {
		background: url('images/head2.jpg') no-repeat top left;
		height: 92px;
		width: 590px;
		float: right;
		}
		.right_head2 div {
		background: #d8dde1;
		float: right;
		margin-top: 15px;
		width: 468px;
		height: 60px;
		}

	.siteStats {
	background: url('images/stats_bg.jpg') no-repeat top center;
	height: 31px;
	color: #000;
	text-align: center;
	}
	.siteStats ul {
	list-style: none; 
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 0px;
	}
	.siteStats li {
	display: inline;
	padding: 0 4px;
	font-size: 11px;
		}

	.head_nav {
	background: url('images/navbg.png') no-repeat top left;
	height: 35px;
	}
	.head_nav ul {
	list-style: none;
	dislplay: table;
	margin: 0 0 0 30px;
	padding: 9px 0;
	}
	.head_nav li {
	display: table-cell;
	margin: 0;
	padding: 0;
	}
	.head_nav a {
	font-family: "Myriad Pro", Arial;
	margin: 0;
	padding: 9px 15px 10px;
	border-right: 1px solid #98be37;
	color: #ecf2d8;
	font-weight: 700;
	}
	.head_nav a:hover {
	background: url('images/navhover.jpg') no-repeat top right;
	margin: 0;
	color: #5e7e13;
		}
	
	.nav2 {
	background: url('images/navbg2.png') no-repeat top left;
	height: 33px;
	}
		.welcome {
		padding: 13px 30px 0px;
		text-align: left;
		float: left;
		}
		.mMenu ul {
		margin: 0;
		padding: 0 25px 0 0;
		}
		.mMenu li {
		display: block;
		float: right;
		text-align: center;
		padding: 13px 5px 0 0;
		}
		.mMenu a {
		background: url('images/mMenu_bullet.gif') no-repeat top left;
		padding-left: 15px;
		display: block;
		font-weight: 700;
		}

/* Mid Body Content */
.bodyContent {
	background: #dde5c0 url('images/bcontent_bg.png') no-repeat top left;
	margin: 0 auto;
	width: 800px;
}
	.bodyMid {
	padding: 15px 15px 5px;
	}

.bodyContent_foot {
	background: url('images/bcontent_foot.png') no-repeat top left;
	margin: 0 auto;
	padding: 0 0 7px;
	width: 800px;
	height: 17px;
}


/* Home Content */
.introHome {
	width: 770px;
	margin: 0;
	padding: 0;
	display: table;
	list-style-type: none;
}
.introHome li {
	padding: 10px;
	width: 383px;
	display: table-cell;
}
li.divider {
	background: url('images/divider.gif') repeat-y top left;
	width: 4px;
}
.introHome h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.introHome ul {
	width: 330px;
	margin: 0;
	padding: 5px 0 2px 15px;
}
	.mbenefits {
	background: url('images/mbenefits.png') no-repeat right bottom;
	}
	ul.mbenefits li {
	display: list-item;
	list-style: circle;
	padding: 0;
	margin: 0;
	}
	
	.abenefits {
	background: url('images/abenefits.png') no-repeat right bottom;
	}
	ul.abenefits li {
	display: list-item;
	list-style: circle;
	padding: 0;
	margin: 0;
	}
	
.introHome span {
	text-align: center;

}
.introHome span a {
	background: #9bbc4e url('images/button1.gif') repeat-x top left;
	border: 2px solid #87af2a;
	display: block;
	color: #fff;
	font-family: Arial;
	width: 140px;
	height: 20px;
	margin: 15px auto 0;
	padding-top: 2px;
}
.introHome span a:hover {
	background: #5e87bc url('images/button2.gif') repeat-x top left;
	border: 2px solid #3f78b9;
	color: #c7fd01;
}
				  


/* Featured Content */
.featuredContent {
	margin: 0;
	background: #ededed url('images/fcontent_bg.png') repeat-x top left;
	height: 142px;
}
	.fcBody {
	margin: 0 auto;
	padding: 15px 0;
	width: 800px;
	}
		.featuredLinks {
		float: left;
		width: 270px;
		margin: 0;
		color: #030610;
		}
		.featuredLinks h2 {
		padding-bottom: 5px;
		color: #000;
		}
		.featuredLinks div {
		background: url('images/bullet.gif') top left no-repeat;
		padding-bottom: 2px;
		padding-left: 15px;
		}
		
		.fBanner {
		background: url('images/fbanner_bg.png') no-repeat top right;
		margin-top: 10px;
		width: 530px;
		height: 104px;
		float: right;
		}
		.fBanner span {
		margin: 3px;
		float: right;
		}
		

/*******/
.contentarea {
	background-color: #fc6;
}
.contentareaborder {
	background-color: #000;
}


/* Footer Area */
.footer {
	margin: 0;
	background: #d6dbdf url('images/footer_bg.gif') repeat-x top left;
	height: 65px;
	border-bottom: 1px solid #cccccc;
}
	.footer_body {
	width: 800px;
	margin: 0px auto;
	padding: 17px 0;
	color: #8b8e91;
	}
	.footer_body a {
	font-family: "Myriad Pro", Arial;
	color: #8b8e91;
	}
	.footer_body a:hover {
	color: #636f74;
	}
		
		.copyright {
		font-family: "Myriad Pro", Arial;
		float: left;
		}
	
		.foot_menu {
		float: right;
		text align: right;
		color: #ecf0f2;
		}

/* Others */
.adminmenu {
	color: #000;
}
.adminmenu a {
	color: darkred;
}

.menu {
	background-color: #fc6;
}
.menu a{
	color: #000;
	font-size: 17px;
	font-family: arial;
	text-decoration: none;
	font-weight: 700;
}
.menu a:hover{
	color: #00008B;
}

.accountmenu {
	background-color: #000;
}
.accountmenu a{
	color: gold;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}
.accountmenu a:hover{
	color: blue;
}