body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.2;
}

li {
	margin:0;
	padding-bottom:7px;
}

ul {
	margin:0;
	padding-bottom:10px;
}

p {
	margin:0;
	padding-bottom:10px;
}

h1 {
	margin:0;
	padding-bottom:10px;
	font-size:18px;
}

h2 {
	font-size:16px;
	margin:0;
	padding:10px 0;
}

.container {
	width:900px;
	margin:auto;
}

.header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	height:115px;
}

.topgreen {
	height:14px;
	background-image:url(images/repeater-green.jpg);
	background-position:0 0;
}

.leftblack {
	width:182px;
	background-image:url(images/repeater-black.jpg);
	background-position:0 -14px;
	padding:15px 0 15px 10px;
}

.leftblack a {
	display:block;
	padding:8px 3px;
	background-image:url(images/navbtn.gif);
	background-repeat:no-repeat;
	background-position: right;/*	margin-bottom:2px;*/
}

.leftblack a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-image:url(images/navbtn-on.gif); 
		background-position: right; background-repeat:no-repeat;
}

.middlered {
	width:466px;
	background-image:url(images/repeater-red.jpg);
	background-position:-192px -14px;
	padding:25px 25px 50px 25px;
}

.middlered a {
	text-decoration:underline;
}

.button-out {
	margin:auto;
	width:150px;
	height:54px;
	float:right;
	text-align:center;
	vertical-align:middle;
	display:table;
	#position:relative;
	overflow:visible;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	cursor:hand;
	cursor:pointer;
}

.button-out:hover {
	background-image:url(images/button-on.gif);
}

.button-mid {
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align:middle;
	width:150px;
	right:0;
}

.button-center {
	#position:relative; #top:-50%; width:150px; right:0;
}

.rightblack {
	width:152px;
	background-image:url(images/repeater-black.jpg);
	background-position:-708px -14px;
	padding:20px;
	font-size:10px;
}

.footergreen {
	height:117px;
	background-image:url(images/repeater-green.jpg);
}

.mayfield {
	background-image:url(images/mayfield-watermark.png);
	z-index:2;
	background-repeat:no-repeat;
	height:167px;
	width:900px;
	position:relative;
	float:right;
	top:-50px;
}

.footerlinks {
	height:20px;
	width:900px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	padding-top:125px;
	z-index:3;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
}
/* Added : sudip dey [13.10.2008] */
.image_div{
	text-align:center;
}
.image_div img{
	border:1px solid #FFFFFF;
}
