/*		File:			$URL: svn://svn.cogmel.office/svn/it/CogStateServer/trunk/src/css/template.css $
		Author:			$Author: dmoore $
		Revision:		$Revision: 3822 $
		Modified:		$Date: 2006-10-20 01:51:52 +0000 (Fri, 20 Oct 2006) $
		Description:	HomePage Template Style Sheet
*/

/* Page Defaults */

img 
	{
	border:0
	}

/*Layout Elements*/

#mainContainer
	{ 
	width:770px;
	margin-left:auto;
	margin-right:auto;
	}

#leftContainer
	{
	width:384px;
	height:465px;
	float:left;	
	}
	
#rightContainer
	{
	width:386px;
	height:465px;	
	float:right;
	}

#footerContainer
	{
	width:100%;
	height:50px;
	}	
	
#newsItems
	{
	width:166px;;
	height:465px;
	float:left;
	padding:5px;
	background-image: url(/wsimages/home/news.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	}	
		
/*Design Elements*/	


#sideImages
	{
	width:204px;;
	height:465px;
	float:left;
	}
	
#newsTitle
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding-bottom:15px;
	}
	
#copyright
	{
/*	width:367px;*/
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #918F90;
	float:left;
	}

#labs
	{

	float:right;
	}

#globalNav {
	float:right;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#globalNav a, #globalNav a:hover
	{
	text-decoration: none;
	color: black;
	padding-left: 15px;
	}

#flashBox
	{
	float:right;
	height:115px;
	margin-top:62px;
	margin-bottom:62px;
	}
	
#productLinks
	{
	float:right;
	}								
