* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #f6f1cd;
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #716d46;
	text-align: center;
}

h1 {
	text-indent: -9999px;
	
}

h2 {
	font-size: 20px;
	color: #002c55;
	font-weight: normal;
	margin-left: 40px;
}

h3 {
	font-size: 15px;
	color: #706700;
	font-weight: bold;	
}

h3.programme{
	background: url(../img/header_bg_left.gif) no-repeat left bottom;
	line-height: 30px;
	margin-left: 40px;
	padding-right: 20px;
	padding-top: 20px;
}


h3.date{
	text-align: right;
	background: url(../img/header_bg_right.gif) no-repeat 99% 2px;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 30px;
	padding-right: 46px;
	padding-bottom: 10px;
	padding-top: 10px;
}

span.uppercase{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	color: #00457c;
	float: left;
	margin-right: 10px;
	min-width: 80px;
}

h3 span.uppercase{
	min-width: 0;
}

p, li {
	font-size: 13px;
	color: #716d46;
	line-height: 22px;
	text-align: justify;
}

ul li {
	margin-left: 20px;
	padding-left: 20px;
	background: url(../img/bullet.gif) no-repeat left 7px;
}

ul{
	list-style: none;
}

ol li{
	margin-left: 20px;
}

#contentWrapper a {
	color: #002c55;
	text-decoration: none;
}

#contentWrapper a:hover{
	border-bottom: 1px dotted #002c55;
}

.new{
	color: #982400;
}

#content p, #content h3{
	padding-left: 40px;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	border-left: 4px solid #CCCC99;
	border-right: 4px solid #CCCC99;
	padding: 0;
	position: relative;
	min-height: 100%;
	text-align: left;
	
}

#bannerTop {
	width: 800px;
	height: 20px;
	background-color: #105993;
}

#banner {
	height: 160px;
	width: 800px;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	position: absolute;
	top: 20px;
	background: url(../img/banner.gif) no-repeat center center;
}

#nav {
	position: relative;
	top: 160px;
	left: 0px;
	width: 800px;
	height: 47px;
}

ul.nav {
	width: 800px;
	height: 47px;
	list-style: none;
	position: relative;
	margin:0;
	padding: 0px;
}

#nav ul li{
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav .home a {
	left: 0px;
	width: 80px;
	background: url(../img/nav_home.gif) no-repeat 0px 0px;
}

.nav .home a:hover {
	background: url(../img/nav_home.gif) no-repeat 0 -47px;
}

.nav .home a.current {
	background: url(../img/nav_home.gif) no-repeat 0px -94px;
}

.nav .about a{
	left: 80px;
	width: 100px;
	background: url(../img/nav_about_vecsi.gif) no-repeat 0px 0px;
}

.nav .about a:hover{
	background: url(../img/nav_about_vecsi.gif) no-repeat 0 -47px;
}

.nav .about a.current {
	background: url(../img/nav_about_vecsi.gif) no-repeat 0px -94px;
}

.nav .typ a {
	left: 180px;
	width: 241px;
	background: url(../img/nav_typ.gif) no-repeat 0px 0px;
}

.nav .typ a:hover {
	background: url(../img/nav_typ.gif) no-repeat 0px -47px;
}

.nav .typ a.current {
	background: url(../img/nav_typ.gif) no-repeat 0px -94px;
}

.nav .summer a {
	left: 421px;
	width: 188px;
	background: url(../img/nav_summer.gif) no-repeat 0px 0px;
}

.nav .summer a:hover {
	background: url(../img/nav_summer.gif) no-repeat 0px -47px;
}

.nav .summer a.current {
	background: url(../img/nav_summer.gif) no-repeat 0px -94px;
}

.nav .contact a{
	left: 609px;
	width: 108px;
	background: url(../img/nav_contact.gif) no-repeat 0px 0px;
}

.nav .contact a:hover {
	background: url(../img/nav_contact.gif) no-repeat 0px -47px;
}

.nav .contact a.current {
	background: url(../img/nav_contact.gif) no-repeat 0px -94px;
}

.nav .faq a{
	left: 717px;
	width: 83px;
	background: url(../img/nav_faq.gif) no-repeat 0px 0px;
}

.nav .faq a:hover {
	background: url(../img/nav_faq.gif) no-repeat 0px -47px;
}

.nav .faq a.current {
	background: url(../img/nav_faq.gif) no-repeat 0px -94px;
}

#contentWrapper {
	position: relative;
	top: 160px;
	min-height: 100%;
	height: 100%;
	background-color: #ffffff;

	padding-bottom: 160px;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 570px;
	background-color: #ffffff;
	min-height: 420px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	
}

#sideImage {
	position: absolute;
	right: 0px;
	top: 160px;
	width: 180px;
	background: #ffffff;
	min-height: 220px;
	padding-top: 100px;
	
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	background: url(../img/footer.gif) #ffffff no-repeat center top;
	border-left: 4px solid #CCCC99;
	border-right: 4px solid #CCCC99;
	margin-left: -4px;
}

#copyright {
	float: left;
	padding-left: 40px;
}

#sf9 {
	float: right;
	text-align: right;
	padding-right: 40px;
}

#contact {
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-top: 60px;
}

#content table.contact{
	margin: 40px;
}

#content table{
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
}

#content table td{
	vertical-align: top;
	line-height: 1.7em;
}

#content table td.typ{
padding-right: 20px;
width: 180px;
}

#content table td.summer{
width: 140px;
padding-right: 20px;
}

#content table.contact td{
	line-height: 1.3em;
	padding: 7px 20px 7px 7px;
}

#content table.contact tr{
	padding: 10px;	
	}

p.student{
	text-align: right;
	font-style: italic;
	margin-top: -10px;
}

img {
	border: none;
}

div#whatourstudentssay{
	margin-left: 40px;	
}

div#whatourstudentssay a:hover{
	border: none;
}