﻿body {
	margin: 0;
	width:100%;
	min-width:800px;
}

a {
	text-decoration:none
}

h1 {
	font-size: xx-large;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h2 {
	margin-top:1em;
	margin-bottom: 0;
	}

h3 {
	margin-top: 1em;
	margin-bottom: 0;
	}

h4 {
	margin-top: 1em;
	margin-bottom: 0;
	}
p {
	text-align:justify;
	margin-top: 0;
	margin-bottom: 1em;
	}
h3 strong {
	color:red
}

.BoardBlock {
		float:left;
		text-align: center;
		width: 200px; height: 250px;
		margin-bottom:2px;
	}

.Color1 {
		background-color: #FF0000;
	}
	
.Color2 {
		background-color: #0000FF;
	}

.StyleBoard {
		text-align: center;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		font-style:normal;
		font-size:medium;
	}
div.Color2 img {
	border-color:red
	}

div.Color1 img {
	border-color:blue
	}

.style17 {
	color: #0000FF;
	}
.styleCenter {
	text-align: center;
	}
.styleLeft {
	text-align: left;
	}
.styleBulletin {
	float:right;
	width:200px;
	min-height: 200px;
	border-style:solid;
	border-color:red;
	border-width:medium;
	padding:3px;
	margin-top:40px;
	}
.styleTitle {
	float:left;
	width: 100%;
	min-width: 800px;
	height: 34px;
	left: 0px;
	background-color: #0000FF;
	font-size: xx-large;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
.styleEvent {
	float:right;
	border-color:red;
	border-bottom-width:thick;
	border-style:solid;
	width:30%;
	margin-right:5px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size:large;
	padding:5px
	}
.styleEventCurrent {
	float:left;
	border-color:blue;
	border-bottom-width:thick;
	border-style:solid;
	width:30%;
	margin-right:5px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	text-align: left;
	padding:5px
	}
.styleMenuBar {
	position:inherit;
	width: 800px;
	height:auto;
	z-index: 180;
	left: 0px;
	top: 150px;
	}
	
.StyleHeader {
	position:absolute;
	width: 100%;
	min-width:800px;
	height: 180px;
	z-index: 40;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image:url('../Images/Buttons/buttonback.jpg');
	background-position:0px 154px;
	background-repeat:repeat-x
}

.styleFooter {
	position:inherit;
	text-align:left;
	width: 100%;
	min-width:800px;
	height: 44px;
	z-index: 20;
	clear:both;
	}
.styleButton {
	border: 0;
	margin-right:-4px;
	margin-bottom:-4px
	}
.styleTop {
	position:absolute;
	top:0;
	width:100%;
	min-width:800px;
	z-index:1000;
	text-align:center;
}
.styleBottom {
	position:absolute;
	top:180px;
	width:100%;
	min-width:800px;
	z-index:500;
	text-align:center;
}
.styleBorder {
	width:215px;
	padding:10px;
	background-color:blue;
	height:1200px;
	color:white;
}
#floatLeft {
	float:left;
	margin-right:10px;
}

#floatRight {
	float:right;
	margin-left:10px;
}

div.styleBorder a {
	color:white;
}
.styleAnnouncement {
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	background-color:silver;
	border-width:medium;
	border-color:blue;
}

