@charset "utf-8";
/* CSS Document */
body {
	background-image:url(graphics/Pinkbackground4.jpg);
	background-repeat:repeat-y;
	font-family: "Gill Sans MT", "Gill Sans MT Condensed", sans-serif;
}
#webcontainer {
	width: 930px;
	margin:auto;
}
#header {
	height:100px;
	width:830px;
	text-align: center;
	margin: 10px;
}
#header h1  {
	font-size: 45px;
	font-weight: bold;
	display: inline;
	color: #000;
}
#header h1 a {
	font-size: 45px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	color: #000;
}

#navbar {
	height:80px;
	width:930px;
	margin:0px;
	font-size:14px;
}
#container {
	width:810px;
	margin:10px;
}
#goalshome {
	width: 230px;
	float:right;
	border:solid thin #F99;
	padding: 5px;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainnews {
	width: 520px;
	margin: 10px;
	border:solid thin #F99;
	padding: 5px;
}
#announce {
	width: 520px;
	margin: 10px;
	margin-top:20px;
	border: solid thin #F99;
	padding: 5px;
}
#ann_left {
	width:275px;
}
#ann_right {
	width:230px;
	float:right;
}
#calendar {
	width:520px;
	margin:10px;
}
#side {
	width: 200px;
	height: 100%;
	float:right;
	padding:10px;
	margin-left:10px;
}
#main {
	width:530px;
	height:100%;
	padding:10px;
}
#footer {
	height:1%;
	width:830px;
	margin:10px;
}
.footerclass {
	font-size:11px;
}
.imgmargin{
	margin:10px;
}
.superscript {
	vertical-align: super;
	font-size:x-small;
}
