@charset "utf-8";
/* CSS Document */

#TotalContainer {
	width: 900px;
	margin: 0 auto;
}
body {
	background-color: #FFC;
}

h1 {
	clear: both;
	font-size: 42px;
	text-align: center;
}

p {
	font-size: 18px;
	text-align: center;
}

.Announcements img {
	border: thin none #000;
	Float: left;
}

#Heading p {	
	font-size: 24px;
	text-align: center;
}

#Heading img {	
	float:left;
}

#Heading ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Heading ul li {
	float:left;
}
#Heading ul a {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	background-color: #FFC;
	border: 1px solid #CCC;
	padding: 2px 23px;
	width: 200px;
	height: 40px;
}
#Heading ul a:hover  {
	color: #390;
	background-color: #FFFF99;
}

.Heading p {
	font-size: 24px;
	text-align: center;
}

.Heading img {	
	float:left;
}

.Heading ul {
	float:left;
	padding: 0;
	list-style-type: none;
}
.Heading ul li {
	float:left;
	margin-top: 15px;	
}
.Heading ul a {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	background-color: #FFC;
	border: 1px solid #CCC;
	padding: 10px;
	width: 150px;
	overflow: hidden;
}
.Heading ul a:hover  {
	color: #390;
	background-color: #FFFF99;
}

.Forms img {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px none #000;
}

.Forms p {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px none #000;
	font-size:16px;
}

.Listing {
	margin-left: 180px;	
}
.Listing ul {
	clear: left;
}

.Listing ul li{
	font-size: 14px;
	float: left;
	list-style-type: none;
	border: thin solid #000;
	
	width: 150px;
	padding: 5px;
	text-align: center;
}

.Listing .ListHeader ul li {
	font-size: 18px;
	font-weight: bolder;
	float: left;
	list-style-type: none;
	border: thin solid #000;
	width: 150px;
	padding: 5px;
	text-align: center;
}

.Announcements p {
	font-size: 16px;
	text-align: center;
	color: #309;
	font-weight: bold;
}

.News ul li {
	clear: both;
	margin-bottom: 10px;
	margin-top: 20px;
	list-style-type: none;
}

.News img {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px none #000;
}

#Contacts{
	clear: both;
	float:left;
	width: 420px;
}

#Contacts ul li{
	list-style-type: none;
}

#Contacts a{
	text-align: left;
	color: #000;
}

/*#Links {
	float:left;
	width: 420px;
}

#Links h2{
	text-align: left
	width: 400px;
}*/

#Footer {
	clear: both;
	/*width: 824px;*/
	margin-top: 20px;
	font-size: 12px;
}

/*#Footer p {
	float: left;
	width: 273px;
	font-size: 12px;
}

#Footer #RightFooter p {
	float:right;
	width: 273px;
	font-size: 12px;
	text-align: right;	
}*/

#Footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Footer ul li {
	float:left;
	width: 270px;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
	/*border: 1px solid #333;*/
	text-align: center;
}

/*#Footer ul a {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	background-color: #FFC;
	border: 1px solid #CCC;
	padding: 2px 23px;
	width: 200px;
	height: 40px;
} */

