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: 15px 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-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;
}
