@import url("PortalStyles.css");

/* Home page style */

/* RESET */
BODY, DIV, P, UL, LI
{
	margin: 0;
	padding: 0;
}
	
BODY 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container 
{
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header 
{
	background-image:url(eduSplash_HeaderBG.gif);
	background-repeat:no-repeat;
	height:92px;
}

#search 
{
	padding:30px 10px 0 0;
	text-align:right;
}

#mainContent 
{
	background-image:url(eduSplash_ImagesBG.gif);
	background-repeat:no-repeat;
	height:350px;
	text-align:left;
	
}

#mainContent ul
{		
	margin-left: 0px;	
	padding-top: 20px;
	width: 220px;
}

#mainContent ul li
{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #000;
}

#mainContent ul li.lastone
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: none;
}

#mainContent ul li a
{	
	font-size: larger;
	text-decoration: none;
	color: #000;
}

#mainContent ul li a:hover
{
	font-size: larger;
	text-decoration: none;
	color: #71B217;
}

#footer 
{
	background-image:url(eduSplash_FooterBG.gif);
	background-repeat:no-repeat;
	height:39px;
	text-align:center;
}

#footer p 
{
	color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	padding: 15px 0px 10px 0px;
}

#footer span 
{
	font-weight:bold;
	color:#71b217;
}