/* General formatting */
body {
	margin-top:10px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	text-decoration: underline;
	letter-spacing: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	Font-size:16px;
	color:#cc0000;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

a {
	text-decoration: none;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

p.center {
	text-align:center;
}

p.news {    /* Used in index.html to format the news at the bottom of the page */
	display: block;
	background:#FF9900;
	font-size: 12px;
	color:#cc0000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #000000 1px;
	}
	
span.newsTitle {
	font-weight: bold;
	font-size: 14px;
}
	
p.title{
	font-weight: bold;
}

.red {
	color:#FF0000;
}

/* The only table is to display the sillabus */
table {
	border: 1px solid #000000;
	table-layout: auto;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	border: 1px solid #000000;
}
td.red {
	color: #FF0000;
}

td.ten {
	width: 10%;
}

td.fourteen {
	width: 14%;
}

td.fifteen {
	width: 15%;
}

td.sixteen {
	width: 16%;
}

td.seventeen {
	width: 17%;
}

td.twentyone {
	width: 17%;
}

td.fourtyfour {
	width: 44%;
}

#syllabuslink1 {         /*  Contains the link from first part of the syllabus to the second and viceversa*/
	display: none;
}


/* contains BAC logo */
#logo {
	background-image: url(images/bac_logo.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: white;
	width: 149px;
	height: 146px;
	position: absolute;
}

#picts {
	display: none;
}


/* menu container with background picture */
#menuContent {
	display: none;
}

/* container with fading image at bottom of menu container */
#fade {
	display: none;
}

/* Main content of the page */
#content {
	position:absolute;
	background-color: #FFFFFF;
	top:156px;
	left: 0px;
	height: 590px;
	width: 576px;
}

#bsyllabus #content {
	position:absolute;
	background-color: #FFFFFF;
	top:156px;
	left: 0px;
	height: 900px;
	width: 576px;
}

#bsyllabus1 #content {
	position:absolute;
	background-color: #FFFFFF;
	top:156px;
	left: 0px;
	height: 1200px;
	width: 576px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
