/* CSS Document */

html, body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	color: #000000;
}



h1
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: bold;
	color: #394B1F;
}

h2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: bold;
	color: #394B1F;
}

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	color: #F1F9FF;
}

a:visited
{
	text-decoration: none;
	color: #F1F9FF;
}

a:hover
{
	text-decoration: none;
	color: #333333;
}

a:active
{
	text-decoration: none;
	color: #F1F9FF;
}

.spons
{
	font-size: 9px;
	font-weight: bold;
	color: #F1F9FF;
}

.style3
{
	font-size: 12px;
}

.style7
{
	font-size: 12px;
	font-weight: bold;
}

.style8
{
	font-size: 9px;
}

.EvenRowCell
{
	background-color: #556F64;
}

.HeadingCell
{
	background-color: #556F64;
	font-weight: bold;
}

#mainTable
{
	width: 100%;
	height: 100%;
}

#innerTable
{
	width: 800px;
	height: 720px;
	background-color: Green;
}

#SDGOMenu
{
	line-height: 1.5em;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

#WelcomeHeadline
{
	width: 480px;
	text-align: center;
}

#WelcomeImage
{
	width: 480px;
}

#WelcomeBelowImageCols
{
	width: 480px;
	height: 200px;
	margin-top: 10px;
}

#WelcomeBelowImageHeadline
{
	width: 225px;
	float: left;
}

#WelcomeLatestNews
{
	width: 225px;
	float: left;
}

#WelcomeSlogan
{
	width: 480px;
	text-align: center;
	margin-top: 10px;
}

.StatusOne
{
	color: Red;
	font-weight: bolder;
}

.NumberColumn
{
	vertical-align: top;
}

.InfoColumn
{
	vertical-align: top;
}

