@charset "utf-8";

/* CSS Document */

#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: 250px;
	float: left;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#home {
	font-size: small;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
#nav {
	background-color: #2D3836;
	text-align: center;
	padding: 10px;
	margin: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#nav a:hover {
	font-size: 100%;
	text-decoration: none;
	color: #999999;
}
#youarehere a { 
    color: #FF0000;
	font-size: 100%;
	text-decoration: none; 
}
#links {
	margin-top: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
	width: 780px;
}

#newsletter {
	float: left;
	width: 348px;
	height: 50px;
}
#linkclicks {
	float: right;
	width: 432px;
	height: 50px;
}
#footer {
	text-align: center;
	padding: 10px;
	clear: left;
	background-color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#footer a:hover {
	font-size: 100%;
	color: #CCCCCC;
	text-decoration: none;
}

.stylefooter {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#youarethere a { 
	font-size: 100%;
    color: #CCCCCC;
	text-decoration: none; 
}
#copyright {
	font-size: xx-small;
}
.style1 {
	font-size: x-small
}
.style2 {font-size: small}
.style3 {font-size: xx-small}
.h2 {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
}



.image-right {
	float: right;
	margin: 10px;
}
.image-left {	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
