
	/*  *************** general body **************** */
	body {
		margin : 0px 0px;
		padding : 0px;
		text-align : left;
		font-size : 11px;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		background : #FFFFFF;
		border-top: 15px solid #EEEEEE;
		
	}	


	/*  *************** headings **************** */
	h1 {
		font-style: normal;
		font-size : 20px;
		font-weight: bold;
		color: #1462C1;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		margin: 0px;
		padding: 0px;
	}
	h2 {
		font-size : 18px;
		color: #333333;
		font-weight: lighter;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		margin: 0px;
		padding: 0px;
	}


	/*  *************** general copy (p) **************** */
	p {
		font-size : 11px;
		font-weight: lighter;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		color: #333333;
		line-height: 20px;				
	}


	/*  *************** links **************** */
	a:link {
		color: #1462C1;
		text-decoration : underline;
		font-weight : normal;
		background-color: #ffffff;
	}
	a:visited {
		color: #666666;
		text-decoration : underline;
		font-weight : normal;
		background-color: #ffffff;
	}
	a:hover  {
		color: #ffffff;
		text-decoration : none;
		font-weight : normal;
		background-color: #1462C1;
	}



	/*  *************** main wrapper/container **************** */
	#container {
		padding: 0px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 0px;
		width: 964px;
		text-align: left;
		
	}
	

	/*  *************** left overs **************** */
	#sc {
		float: left;
		width: 502px;
		margin: 0px;
		padding: 20px 0px 20px 0px;
		text-align: right;
	}
	#teaser {
		float: left;
		text-align: left;
		width: 422px;
		margin: 0px;
		padding: 20px 0px 60px 20px;
	}
	#teaser p {
		font-size : 14px;
		font-weight: lighter;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		color: #333333;
		line-height: 20px;				
	}
	#teaser li {
		font-size : 14px;
		font-weight: lighter;
		font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		color: #333333;
		line-height: 20px;				
	}
	#teaser ul {
		padding-top:0px;
		margin-top: 0px;
	}
	
	
