@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.fixed {
	height: 850px;
	width: 200px;
	top: 5px;
	text-align: center;
	float: left;
}
div.container {
	width: 950px;
	margin-top: 5px;
	margin-right: 5%;
	margin-bottom: 5px;
	margin-left: 11.5%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 100%;
}
#nav {
	word-spacing: 0.5em;
}
#content {
	font-size: 90%;
	line-height: 1.5em;
	text-align: justify;
	width: 700px;
	margin-left: 200px;
}
#slideshow {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#content h1 {
	font-size: 100%;
	text-align: center;
}

#content a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#links, #links2, #links3 {
	text-align: right;
}
#links   a, #links2  a, #links3 a {
	font-weight: normal;
}
#links    a:hover, #links2   a:hover, #links3  a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}






#header {
	text-align: center;
	width: 700px;
	margin-left: 200px;
}



#sideimg {
	height: 200px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer {
	padding-left: 200px;
	text-align: center;
	font-size: 65%;
}
.img1 {
	margin-left: 10px;
}

.button {
	margin: 0px;
	padding: 0px;
}


.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-left: 20px;
}

.centerimg {
	margin-left: 22%;
}
.middleimg {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}
#navlinks {
	font-size: 60%;
	text-align: center;
}
#navlinks a {
	color: #FF0000;
	text-decoration: none;
}
#navlinks a:hover {
	background-color:#FF0000;
	color:#FFFFFF;
}
