body
{
	width: 99%;
	background-color: #5F608C;
	/*cursor: url("cursor.png");*/

}

#background
{
	width: 100%;
	height: 100%;
	z-index: 100;
}

#back-top
{
	width: 100%;
	height: 150px;
	background-color: #32358C;
	text-align: center;
}

#back-divider
{
	height: 10px;
	width: 100%;
	background-color: #FFFFFF;
}
#news
{
	text-align: center;
	border: 2px groove #A3A3A3;
}
#main
{
	position: absolute;
	width: 98%;
	left: 5px;
	height: 100%;
}
#top-nav
{
	font-size: large;
	width: 100%;
	color: #FFFFFF;
	background-color: #5F608C;
	padding-bottom: 10px;
}
#navbar
{
	position: relative;
	left: 1%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 12%;
}

#footer
{
	text-align: center;
}

a:link,a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	
}
#page
{
	position: absolute;
	right: 2px;
	top: -35px;
	left: 14%;
	background-color: #75768C;
	padding-left: 4px;

	border: 1px solid black;
}
h1
{
	color: #FFFFFF;
	text-align: right;
}
p, .normal
{
	color: #FFFFFF;
}
img
{
	border: none;
}

li 
{
	color: white;
}
.hide {display: none;}
.show {display: block;}
