@charset "utf-8";
/*----basic styling----*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#fff;
	background-position:top;
	text-align: center;
	font-family:"Myriad Pro", sans-serif;
	font-weight:lighter;
	font-size: 85%;
	padding-top: 100px;
	padding-bottom: 20px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#clear {
	clear: both;
}
/*------position container elements------*/	
#header {
	position: relative;
	background-color:#FFFFFF;
	height: 150px;
}
#title {
	text-align: center;
	background-color:#016697;
	color:#FFFFFF;
	height: 70px;
}
/*--Navigation top--*/
#mainNav {
	background-color:#559cbe;
	text-align: left;
	}
#mainNav ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 150px;
	width: 1000px;
	list-style: none;
	background: url(Images/newsessions/navbackgr.jpg) repeat-x top left;
	left:0px;
}
#mainNav ul li {
	float: left;
}
#mainNav ul a {
	padding: 0 1.2em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color:#ffffff;
	float: left;
	display: block;
	background: url(Images/newsessions/navdivider.jpg) no-repeat left top;
}
#mainNav ul a.first {
	background: none;
}
#mainNav ul a:hover {
	color:#000000;
	background-color:#FFFFFF;
}
#content {
	background-color: #FFFFFF;
	height: 200px;
	width: 978px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: lighter;
	border-right-width: thin;
	border-right-style:solid;
	border-left-width: thin;
	border-left-style: solid;
}
#content a:link {
	color: #000000;
}
#content a:visited {
	color:#000000;
}
#content a:hover {
	color: #FF0000;
}
#content a:active {
	color:#00FF00;
}
#content2 {
	background-color: #FFFFFF;
	width: 1000px;
	height: 145px;
}

#footer {
	clear: left;
	text-align: center;
	height: 50px;
	background-color:#666666;
	background-image: url(Images/newsessions/footer.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-width: thin;
	border-right-style:solid;
	border-left-width: thin;
	border-left-style: solid;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color:#000000;
}
#footer a:hover {
	color: #FF0000;
}
#footer a:active {
	color:#00FF00;
}
