@charset "utf-8";
/* CSS Document */

/* AP Divs */

#container {
	position:relative;
	left:0px;
	top:-15px;
	width:900px;
	height:870px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/index/indexbackground.jpg);
}
#flashmovie {
	position:absolute;
	left:233px;
	top:256px;
	width:175px;
	height:175px;
	font-size: 24px;
	text-align: center;
}
#welcomebox {
	position:absolute;
	left:445px;
	top:117px;
	width:414px;
	height:194px;
	background-image: url(images/index/welcomebox.png);
}
#welcometext {
	position:absolute;
	left:13px;
	top:54px;
	width:389px;
	height:134px;
}
#newsbox {
	position:absolute;
	left:445px;
	top:337px;
	width:414px;
	height:240px;
	background-image: url(images/index/newsbox.png);
}
#rsslogo {
	position:absolute;
	left:273px;
	top:15px;
	width:58px;
	height:29px;
	z-index:1;
}
#newsfeed {
	position:absolute;
	left:5px;
	top:54px;
	width:403px;
	height:178px;
	background-color: #FFFFFF;
}
#whatsnewbox {
	position:absolute;
	left:445px;
	top:608px;
	width:414px;
	height:194px;
	background-image: url(images/index/whatsnewbox.png);
}
#whatsnewtext {
	position:absolute;
	left:42px;
	top:61px;
	width:360px;
	height:117px;
}



/* Styles */

.rssfeed {
	text-decoration: none;
	color: #070b46;
}
.rssfeed a:link {
	color: #070b46;
	text-decoration: none;
}
.rssfeed a:visited {
	color: #070b46;
	text-decoration: none;
}
.rssfeed a:hover {
	color: #FF6600;
	text-decoration: none;
}
.indexbreakspace {
	line-height: 10px;
}
