html, body {
	margin:0;
	padding:0;
}
a:link {
	color: white;
	text-decoration: none;
}
a:link img{
	color: black;
	text-decoration: none;
	border-style: none;
	border: 0px;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:visited img{
	color: black;
	text-decoration: none;
	border-style: none;
	border: 0px;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:hover img{
	color: #FF0000;
	text-decoration: none;
	border-style: solid;
	border: 0px;
}
h1, .content h1 a:link, .content h1 a:hover, .content h1 a:link, .content h1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	border-top-color: #770000;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}
.content h1 a:hover {
	color:#FFFFFF
}
p {
	margin-top: 5px;
}
#bodyAttributes {
	background-image: url(../images/layout/browserbackground1.jpg);
}
#browserWindow {
	width: 100%;
	height:100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: -1000;
	background-image: url(../images/layout/browserbackground1.jpg);
	background-color: #000000;
}
#page {
	background-color: transparent;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#page_spg {
	background-color: transparent;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#page_assignments {
	background-color: transparent;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#headerLeft {
	height:120px;
	background-color:black;
	background-image: url(../images/layout/headerleft.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	float: left;
}
#headerCentre {
	height:120px;
	background-color:black;
	background-image: url(../images/layout/headercentre.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 500px;
	float: left;
}
#headerRight {
	height:110px;
	padding: 10px 0 0 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	background-color:black;
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	float: left;
	color: #FF0000;
}
#pageContent {
	clear: both;
}
#leftSideBar {
	width: 149px;
	background: black;
	float: left;
	height: 700px;
	border-right: 1px solid #770000;
	text-align: center;	
	}
#vNavPadding {
	width: 100px;
	height: 0px;
	background-color: #99CC33;
	}
#leftSideBarBanner {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #FF0000;
	width: 149px;
	position:relative;
	top: 270px;
}
#leftSideBarBanner a, #leftSideBarBanner a:visited,  #leftSideBarBanner a:link{
	color: #FF0000;
	text-decoration: none;
}
.anchorHoverStyle1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#faceBookLink {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	position:relative;
	top: 5px;
}
#faceBookLink a, #faceBookLink a:visited, #faceBookLink a:link{
	color: #FF0000;
}
#faceBookLink a:hover{
	color: #FFFFFF;
	font-weight: bold;
}
/* ---------------------- Horizontal Navigation ---------------------- */
.hNav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
}
.hNav #hButtons {
	position:relative;
	display:block;
	height:42px;
	background:transparent url(../images/buttons/hbutton_background.gif) repeat-x top left;
/*	background-color: #770000;
*/}
.hNav #hButtons ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.hNav #hButtons ul li {
	display:block;
	float:left;
	margin:0 0px 0 0;
}
.hNav #hButtons ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0px 0 0px;
	height:39px;
	width: 180px;
	text-align: center;
}
.hNav #hButtons ul li a:hover {
	color:#0000FF;
	background:transparent url(../images/buttons/hbutton_hover.gif) no-repeat top center;
/*	background-color: #AA0000;
*/}
.hNav #hButtons ul li a.currentHButton {
	color:#000000;
	background:transparent url(../images/buttons/hbutton_selected.gif) no-repeat top center;
/*	background-color: #AA0000;
*/}
.hNav #hButtons ul li a span {
	FONT: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	display:none;
	LEFT: 150px;
	WIDTH: 520px;
	HEIGHT: 670px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0 0 0 0;
	top: 42px;
	POSITION: absolute;
}
.currentContent {
	FONT: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	LEFT: 150px;
	WIDTH: 520px;
	HEIGHT: 670px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0 0 0 0;
	top: 42px;
	POSITION: absolute;
	background-color: #440000;
}
#singleLine {
	padding:20px 0px 0 0px;
	height:22px;
}
.hoverPreview {
/*	background-color: #440000;*/  /*Put this in to turn on preview background.*/
	visibility: hidden;/*Take this out to turn content on.*/
}
.hNav #hButtons ul li a:hover span {
	DISPLAY: block;
	Z-INDEX: 99; /*Make this 101 to make it visible in hover preview - I've put it to 99 just to make sure there are no problems in rubbish browsers*/
}
/* ---------------------- Vertical Navigation ---------------------- */
.vNav {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
}
.vNav #vButtons {
	position:relative;
	display:block;
	height:42px;
	width:150px;
	background-color: Transparent;
	background-image: url(../images/buttons/vbutton_background.gif);
	background-repeat: repeat;
}
.vNav #vButtons ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.vNav #vButtons ul li {
	display:block;
	margin:0 1px 0 0;
	background-image: url(../images/buttons/vbutton_background.gif);
}
.vNav #vButtons ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 0px 0 0px;
	height:39px;
}
.vNav #vButtons ul li a:hover {
	color:#00FFFF;
	background-color: transparent;
	background-image: url(../images/buttons/vbutton_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.vNav #vButtons ul li a.currentVButton {
	color:#FF0000;
	background-color: transparent;
	background-image: url(../images/buttons/vbutton_selected.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#hide {
	z-index: -2000;
}
.vNav #vButtons ul li a span {
	FONT: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	display:none;
	LEFT: 150px;
	WIDTH: 520px;
	HEIGHT: 670px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0 0 0 0;
	top: 0px;
	POSITION: absolute;
}
.vNav #vButtons ul li a:hover span {
	DISPLAY: block;
	Z-INDEX: 99; /*Make this 101 to make it visible in hover preview - I've put it to 99 just to make sure there are no problems in rubbish browsers*/
}
#right-sidebar a:hover span {
	display: block;
}
/* ---------------------- Content ---------------------- */
.content {
	FONT: 13px Arial, Helvetica, sans-serif;
	WIDTH: 520px;
	HEIGHT: 670px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0px;
	POSITION: relative;
	z-index: -1;
	float: left;
	color: white;
	background-color: #444444;
/*	background-image: url(../images/layout/contentbackground10v1.gif);*/
	float:left;
	text-align: justify;
	font-weight: normal;
	z-index:100;
	overflow:auto;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content a:link {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content a:visited {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content a:hover {
	color: #FF0000;
}

/* ---------------------- Right Side Bar ---------------------- */
#right-sidebar {
	FONT: 15px Arial, Helvetica, sans-serif;
	WIDTH: 193px;
	HEIGHT: 694px;
	MARGIN: 0px;
	PADDING: 3px 3px 3px 3px;
	border-left: 1px solid #770000;
	background-color: #000000;
	float: right;
	POSITION: relative;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.rightSideBarInserts a, .rightSideBarInserts a:visited,  .rightSideBarInserts a:link {
	color: #FF0000;
	text-decoration: none;
}
.rightSideBarInserts a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.newsLetterSubscribe {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
}
.newsLetterSubscribe a:hover{
	color: #FF0000;
}


/* ---------------------- Footer ---------------------- */
#footer {
	background-color: #770000;
	height: 25px;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	overflow: hidden;
}
#pictureBox{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FF0000;
}
#headingOne{
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
#pictureFreeze{
	vertical-align: middle;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
#currentDate{
	font-size: 10px;
	color: #FF0000;
	position: absolute;
	bottom: 3px;
	text-align: center;
	right: 5px;
}
#currentDate2{
	position: relative;
	font-size: 10px;
	color: #FF0000;
	bottom: -7px;
	text-align: center;
	display: block;
}
#salsathequeBanner{
	font-size: 16px;
	font-weight: bold;
}
#promotionText{
	font-size: 14px;
	font-weight: bold;
}
.promotionHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
.promotionDescription{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
.boldBlack{
	color: #000000;
	font-weight: bold;
}
/* ---------------------- Content SPG ---------------------- */
.content_spg {
	FONT: 13px Arial, Helvetica, sans-serif;
	WIDTH: 1100px;
	HEIGHT: 10000px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0px;
	POSITION: relative;
	z-index: -1;
	float: left;
	color: white;
	background-color: #444444;
/*	background-image: url(../images/layout/contentbackground10v1.gif);*/
	float:left;
	text-align: justify;
	font-weight: normal;
	z-index:100;
	overflow:auto;
}
.content_spg p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content_spg a:link {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content_spg a:visited {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content_spg a:hover {
	color: #FF0000;
}
h1, .content_spg h1 a:link, .content h1 a:hover, .content h1 a:link, .content h1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	border-top-color: #770000;
	border-top-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}
.content_spg h1 a:hover {
	color:#FFFFFF
}
td{
	vertical-align: top;
	text-align: left;
	border-top-color: #888888;
	border-top-style: solid;
	border-top-width: 3px;
}

/* ---------------------- Content Assignments ---------------------- */
.content_assignments {
	FONT: 13px Arial, Helvetica, sans-serif;
	WIDTH: 1500px;
	HEIGHT: 10000px;
	PADDING: 15px 15px 15px 15px;
	MARGIN: 0px;
	POSITION: relative;
	z-index: -1;
	float: left;
	color: white;
	background-color: #444444;
/*	background-image: url(../images/layout/contentbackground10v1.gif);*/
	float:left;
	text-align: justify;
	font-weight: normal;
	z-index:100;
	overflow:auto;
}
.content_assignments p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content_assignments a:link {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content_assignments a:visited {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.content_assignments a:hover {
	color: #FF0000;
}

.content_assignments h1 a:hover {
	color:#FFFFFF
}
#fridayAssignmentTableHeaders{
	text-align: center;
}