body {
	margin: 0;
	padding: 0;
	outline:none;
}

p,
address {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: arial;
	font-size: 0.9em;
	line-height: 2.5ex;
}
h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
}


/* SITE SKELETON */
#container {
	width: 720px;
	margin: 50px auto;
	background-image: url(images/bodyback.png);
	overflow: hidden;
	font-family: arial;
	font-size: 1.0em;
	line-height: 25px;
}

#container2 {
	width: 720px;
	overflow: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;

}


#left {
	width: 150px;
	float: left;
	margin-top: 250px;
	padding: 0px 20px 0px 20px;
}
#right {
	width: 490px;
	padding: 0px 20px 0px 20px;
	float: right;
	margin-top: 250px;
	overflow: auto;
	
}

#footer {
	width: 720px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

/* FOOTER FORMATTING*/
#footer p {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #fff;
	font-weight: bold;
}

/* TYPOGRAPHY */
h2 {
	color: #73a6ef;
	font-family: arial;
	font-style: italic;
	font-size: 1.2em;
}

h3 {
	color: #73a6ef;
	font-family: arial;
	font-style: italic;
	font-size: 0.6 em;
}


/* PARAGRAPHS */
.centered {
	text-align: center;
	
}
/* LINKS */
a:link {
	color: #73a6ef;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #73a6ef;
	text-decoration: none;
	font-weight: bold;
}
a:link:hover, 
a:visited:hover {
	color: #cc6633;
	text-decoration: underline;
}
a:link:active,
a:visited:active  {
	color: #cc6633;
	text-decoration: underline;
}

/* NAV LINKS*/

#nav,
#nav li {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.95em;
	list-style: none;
}
#nav li {
	display: block;
	margin-bottom: 2em;
}

/* SCROOLS */
#lecorps,
#unemethode {
	height: 250px;
	overflow: auto;
	margin-bottom: 1em;
}
/* The basicTickerTape styles are required */

#div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	border: 0px solid red;
	width: 250px;
	height: 175px;
}

	div.skeletonTickerTape ul li {
		margin: 10px 5px 0 5px;
		position:relative;
		border: 0px solid red;
	}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	border: 0px solid #fff;
	width: 250px;
	height: 106px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 268px;
			margin: 10px 10px 0 10px;
			background: #eee;
			padding: 5px 5px;
			border: 1px solid #fff;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: black;
	}

div.horizontalTickerTape {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 400px;
	border: 1px solid #fff;
	height: 35px;
}

	div.horizontalTickerTape ul {
		padding: 0;
		list-style: none;
		width: 500000px;
	}

	div.horizontalTickerTape li {
		float: center;
		border: 0px solid blue;
		margin: 5px;
		padding: 5px;
	}

	div.horizontalTickerTape p {
		display: none;
		margin: 0;
	}

	div.horizontalTickerTape p.tickerLink {
		display: block;
	