body, img, div, p, h1, h2, h3
	{
	margin: 0; padding: 0; border: 0;
	}

body
	{
	font-family: helvetica, arial, sans-serif;
	background-image: url(/resources/portal_pylon.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #808080;
	font-size: 14px;
	}

a:link, a:visited
	{
	color: #399900;
	text-decoration: none;
	}
a:hover, a:active
	{
	text-decoration: underline;
	}
p
	{
	margin-bottom: 1em;
	}

div#portal
	{
	position: absolute;
	left: 50%;

	margin-left: -350px;
	margin-top: 100px;

	width: 700px;
	height: 606px;
	}

div#welcome_box
	{
	height: 150px;
	padding: 35px 35px 10px 35px;
	margin-bottom: 25px;
	background-color: #ffffff;
	}

div#welcome_box h1 img
	{
	float: left;
	width: 225px;
	height: 155px;
	}
div#welcome_box p
	{
	margin-bottom: 1em;
	}
div#welcome_box strong
	{
	color: #333333;
	font-weight: normal;
	}


div.index_box
	{
	float: left;
	width: 140px;
	height: 180px;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 25px;
	background-color: #ffffff;
	}
div.index_box h2 img
	{
	margin-bottom: 6px;
	}
div.index_box p
	{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 1em;
	}

div#footer_box
	{
	clear: left;
	width: 322px;
	height: 120px;
	padding: 10px;
	margin-bottom: 100px;
	color: #808080;
	background-color: #333333;
	}
div#footer_box p
	{
	font-size: 12px;
	line-height: 14px;
	}
div#footer_left
	{
	float: left;
	width: 140px;
	color: #ffffff;
	}
div#footer_left img
	{
	margin-bottom: 20px;
	}

div#footer_right
	{
	float: right;
	width: 142px;
	}

