.index {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	}

html, body {
	text-align:center;
	height:100%;
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#000000;
	font-size:x-large;
}
img {
border: none;
} 

a:link {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#FF0000;
	font-size:medium;
	text-decoration:none;
	}
a:visited {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#FF0000;
	font-size:medium;
	text-decoration:none;
	}
	a:hover {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:medium;
	text-decoration:underline;
	}
	
.latest a:link {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#FF0000;
	font-size:x-large;
	text-decoration:none;
	font-weight:600;
	}
.latest a:visited {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#FF0000;
	font-size:x-large;
	text-decoration:none;
	}
.latest	a:hover {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:x-large;
	text-decoration:underline;
	}

#container {
	position: relative;
	width:800px;
	height:100%;
	margin:0px auto 0px auto;
}

#image {
position: relative;
top:0px;
}
#panel {
position: relative;
top:0px;
}

#bottomText {
position:relative;
bottom: -60px;
left:0;
}

.footer {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:medium;
}
.footnote {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#000000;
	font-size:small;
}
.footer a:link {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:medium;
}
.footer a:visited {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:medium;
}
.footer a:hover {
	font-family:"Tw Cen MT Condensed", "Tw Cen MT", "Trebuchet MS", Tahoma, "Courier New";
	color:#339900;
	font-size:medium;
}

#background {
	position:absolute;
	width:100%;	
	height:300px;
	top:225px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

#Logo {
	position: relative;
	top: 2px;
	width: 100%;
	border:0;
}

#subjects {
position:absolute;
	width: 800px;
	height:100%;
	left: 0px;
	top: 25%;
	line-height:12px;
}

.latest {
line-height: normal;
}
