
/*** General ***/
body
{
	margin: 0px 0px 50px 0px; /* top, right, bottom, left */
	text-align: center; 
	color: #000000;
	background-color:#ffffff;
}
body,input,textarea,td
{
	font-size: 11px;	
	font-family: "Arial";
}
td,div
{
	color: #000000;
}
a:link, a:visited
{
	text-decoration: underline;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
img
{
	border: 0px;
	padding: 4px;
	margin: 0px;
}
td
{
	border: solid 0px #ffffff;
	margin: 0px;
	vertical-align: top;
}	

/*** General Lists ***/

.List
{
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;

}
.List td
{
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	padding: 1px 2px 1px 4px;
}
.List td a:link,.List td a:visited
{
	text-decoration: none;
}
.List td a:hover
{
	text-decoration: underline;
}
.ListHeader
{
	background-color: #ffffff;
	height: 23px;
	color: #000000;
	font-weight: bold;
}
.ListHeader td
{
	padding-top: 4px;
	color: #000000;
}
.ListItem
{
	height: 24px;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}
.ListAltItem
{
	height: 24px;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}
.ListItem td
{
	vertical-align: middle;
}
.ListAltItem td
{
	vertical-align: middle;
}

/*** main content div***/
.MainDiv
{
	background-color: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 630px;
}

/*** Header ***/
.Header
{
	position: relative;
	width: 645px;
	height: 110px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
}
.HeaderImage
{
	background-image: url(../images/NICAHeader4.png);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
	width: 630px;
	height: 80px;
	cursor: hand;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.HeaderMenu
{
	width: 630px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*** Footer ***/
.Footer
{
	width: 630px;
	height: 24px;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 9px;
	color: #7F7F7F;
	text-align: center;
}
.Footer a:link, .Footer a:visited
{
	text-decoration: underline;
	color: #7F7F7F;
}
.Footer a:hover
{
	text-decoration: none;
	color: #7F7F7F;
}

