/* CSS Document */
body {
	background-color: #000000;
}
.box {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 723px;
	padding: 0px;
	color: #000;
	background-image: url(images/blue.jpg);
}
	.header {
		background-image: url(images/full-header.jpg);
		height: 370px;
		margin: 0px;
		padding: 0px;
		text-align: right;
	}
	.header img {
		padding-top: 25px;
		padding-right: 5px;
		padding-bottom: 0px;
	}
	.header ul {
		padding-top: 55px;
		padding-right: 5px;
	}
	.header #first {
		border-style: none;
	}
	.header li {
		display: inline;
		list-style-type: none;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #FFFFFF;
		padding-left: 7px;
		padding-right: 7px;
		border-left-width: 3px;
		border-left-style: solid;
		border-left-color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	.header a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.header a:hover {
		text-decoration: underline;
	}
	.header a:active {
		text-decoration: underline;
	}
			.box2 {
				padding-bottom:1em;
				height:10em;
				margin-bottom:2em;
				clear:both;
				}
			.newsletter {
				width:250px;
				float:right;
				padding:o;
				}
			.events {
				padding:0;
				width:350px;
				float:left;
				}
			.content {
				background-image: url(images/blue.jpg);
				background-repeat: repeat;
				border-right-width: 3px;
				border-bottom-width: 3px;
				border-left-width: 3px;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-right-color: #FFFFFF;
				border-bottom-color: #FFFFFF;
				border-left-color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				color: #FFFFFF;
				margin: 0px;
				padding-top: 10px;
				padding-right: 10px;
				padding-bottom: 5px;
				padding-left: 10px;
				clear:inherit;
			}
			.content a {
				font-weight: bold;
				color: #CCCCCC;
				text-decoration: none;
			}
			.content a:hover {
				text-decoration: underline;

			}
			.content a:active {
				text-decoration: underline;
						}
			.content p {
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 1em;
				margin-left: 0px;
			}
			.content h1 {
				font-size: x-large;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-align:center;
				border-bottom-style: double;
				margin-right: 75px;
				margin-left: 75px;
				border-top-style: double;
			}
			.content h2 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: large;
				margin: 0px;
				font-weight: normal;
			}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #FFFFFF;
	padding-top: 2px;
}
.footer p {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}
.floatright
{
float: right;
border: solid 3px;
margin: 0 0 10px 10px;
clear: right;
}

.floatleft
{
float: left;
border: solid 3px;
margin: 0 0 10px 10px;
clear: left;
}

