body
{
	margin: 20px;
	padding: 0px;
	text-align:center;	
	color: white;
	background-color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;	
}
body form
{
    width: 600px;
    margin: 0 auto 10px auto;
}

#Page
{
    position: relative;
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 600px;
	text-align:left;
	border-top: 0px solid red;
	border-bottom: 1px solid #333;
}

#Header
{
    background: #000000 url('../images/ngm_logo.jpg') no-repeat 0px 0px;
	text-align: right;
	min-height: 260px;
	height: 260px;
	border: 0px solid #ffffff;
}

#MainBody
{
    
    overflow:hidden;
}

#MainBodyHeading
{
    margin-top: 20px;
    font-size: 14px;
	font-weight: bold;
	text-indent:10px;
}

#Footer
{
    font-size: 9px;
    color: #544646;
}





.TextBox
{
	border: 1px solid #333;
	width: 250px;
	font-size: 11px;
}
.Button
{
	border: 1px solid whitesmoke;
    color: black;
	    background-color: #a9a9a9;
    height: 24px;
}


a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: none;	
}
a:visited
{
	color: #333333;
	text-decoration: none;
}


#links li
{
	list-style-type: none;	
	line-height: 20px;
}