/* CSS Document */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}

body, tr, td	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	

a:link, a:visited	{
	color: #336;
	text-decoration: underline;
	}

a:hover	{
	color: #0033CC;
	text-decoration: underline;
	}

img	{
	border: 0;
	}
	
h2	{
	color: #0033CC;
	font-size: 16px;
	}

.action	{
	color: #333333;
	}

.notopmargin	{
	margin-top: 0;
	}

h3	{
	color: #0033CC;
	font-size: 14px;
	}

h4	{
	color: #0033CC;
	font-size: 14px;
	margin-bottom: 0;
	}

/* layout */

#greenbar	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}



#banner	{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

#whitebar	{
	position: absolute;
	top: 196px;
	left: 205px;
	z-index: 2;
	}

#socialbuttons {
	position: absolute;
	top: 240px;
	left: 30px;
	width: 170px;
	}

#socialbuttons img {
	height: 40px;
	}

#actionlist	{	
	position: absolute;
	top: 280px;
	left: 30px;
	width: 170px;
	}	

#actionlist ol	{
	margin: 0;
	padding: 0;
	}
	
#actionlist	li {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10px;
	}

#content	{
	position: absolute;
	top: 240px;
	left: 210px;
	width: 595px;
	}

#projectmenu	{
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #555555; 
	text-align: center;
	}


#footer	{
	margin-top: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #555555; 
	text-align: center;
	}

