Body
{
	text-align: center;
}

Table
{
	text-align: center;
	font: 0.92em arial;
}

.Main
{
	width: 100%;
	height: 100%;
}

.TopPanel
{
	width: 910px;
	height: 100px;
}

.MiddlePanel
{
	width: 910px;
	height: 270px;
	clear: both;
	background-image: url(img/home/homeImage.jpg);
	background-repeat:no-repeat;
}

.BottomPanel
{
	width: 910px;
	height: 100px;
	margin-top: 8px;
	clear: both;
}

.Logo
{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.GreyPanel
{
	width: 793px;
	height: 100px;
	background-image: url(img/home/NZIMtext.png);
	background-repeat:no-repeat;
	float: left;
	margin-bottom: 8px;
}

.Events3
{
	margin: 10px 15px 5px 15px;
	color: #4c4c4c;
	font-weight:bold;
	text-align: left;
	width: 565px;
	float: right;
	font-size: 18px;
}

.Events
{
	margin: 2px 15px 15px 15px;
	padding: 0px;
	color: #4c4c4c;
	text-align: left;
	font-size:12px;
	width: 550px;
	float: right;
	font-weight:bold;
	list-style-type:square;
	list-style-position: outside;
}



.Events a
{
	font-weight:bold;
	color: #4c4c4c;
	text-decoration:none;
}

.Events a:hover
{
	font-weight:bold;
	color: #666;
	text-decoration:none;
}


.AboutNZIM
{
	height: 100px;
	width: 176px;
	margin-right: 8px;
	background-color: #666666;
	float: left;
	
}

.Membership
{
	height: 100px;
	width: 176px;
	margin-right: 8px;
	background-color: #666666;
	float: left;
}

.Events2
{
	height: 100px;
	width: 175px;
	margin-right: 8px;
	background-color: #666666;
	float: left;
}

.TrainingAndDevelopment
{
	height: 100px;
	width: 176px;
	margin-right: 8px;
	background-color: #666666;
	float: left;

}

.MyNZIM
{
	height: 100px;
	width: 175px;
	background-color: #666666;
	float: left;
	background-image: url(img/home/greyCorner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.Navigation
{
	text-decoration: none;
	border: 0px solid;
	margin: 0px ;
	padding: 7px 7px 7px 7px;
	text-align: left;
	
}

.IntroParagraph
{
	width: 160px;
	height: 62px;
	background-color: #767676;
	margin: 0px auto;
	padding: 0px;
}

.GreyText
{
	color: #E4E4E4;
	font: .80em/1.2em arial;
	text-align: left;
	padding: 10px;
}

/*~~~~~~~~~~ A ~~~~~~~~~~*/

a.Home				{color: #E4E4E4; text-decoration: none; border-bottom: none;}
a.Home:hover	{color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}

.button a{

	clear:both;
	display:block;
	float:left;
	padding:8px;
	margin:0 20px 20px 0;
	background:#E9E9E9;
	border:1px solid #999999;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	text-align:center;
	color:#BA5D00;
	margin-left: 500px;
	margin-top: 30px;
	text-transform:uppercase;
	text-weight:bold;
}

.button a:hover {
	color:#FFFFFF;
	background:#999999;
}


