body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #074A02;
}

.main {
	width: 770px;
	margin: auto;
	background: #0B6702;
	border: #5E5E5E 1px solid;
}

.horoutsideborder { 
background: #0E9208;
height: 10px;
}

.vertoutsideborder { 
background: #0E9208;
height:100%; 
width: 10px;
}

.topbotoutsideborder { 
background: #0E9208;
height:5px; 
width: 10px
}

.vertinsideborder { 
background: #B5B5B5;
height:100%; 
width:5px;
}

.topbotinsideborder { 
background: #B5B5B5;
height:5px
}

.content{
	background: #FFFFFF;
	vertical-align: top;
	text-align: center;
	width: 740px;
	height: 100%;
}

.details
{
	width: 720px;
	margin: auto;
	background: #FFFFFF;
	color: #3D3D3D;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

.subdetails
{
	width: 600px;
	margin: auto;
	background: #FFFFFF;
	color: #3D3D3D;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}


.footer
{
	width: 740px;
	margin: auto;
	background: #0E9208;
	height: 30px;
	color: White;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}