@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	color: #333;
	text-align: center;
	background-color: #a4b7da;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 0.5em;
	width: 850px;
}
h2 {
	font-style: italic;
	color: #db9a0b;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	width: 850px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	color: #06F;
	text-decoration: none;
}
li {
	line-height: 1em;
	padding-bottom: 1em;
}
h4 {
	font-family: "Comic Sans MS", cursive;
	color: #06F;
	font-size: large;
}
ul {
}
p {
	padding-bottom: 1em;
}
strong {
	font-weight: bold;
	color: #000;
}

a {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: underline;
}

.captionbox {
	width: 860px;
}
.linkbox {
	width:900px;
	float:left;
	padding:15px;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
.linkbox a {
	font-size:24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF;
}

#container {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 950px;
	padding-left: 50px;
	padding-top: 30px;
}
#navigation {
	list-style-type: none;
	overflow: hidden;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 48px;
	width: 900px;
	margin-top: 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	height: 42px;
	width: 175px;
	line-height: 42px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	text-shadow: 0.1em 0.1em #333;
}
#navigation li a:hover {
	color: #FFFFA6;
}
#maincontent {
	margin-left: 50px;
	margin-right: 50px;
	overflow: hidden;
	font-size: 1.0em;
	margin-bottom: 25px;
}
.widecolumn {
	float: left;
	width: 420px;
	margin-right: 20px;
}
.weatherbox {
	float: right;
	width: 300px;
	line-height: 1em;
}

.narrow {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.extranarrow {
	float: left;
	width: 200px;
	margin-right: 20px;
}


#footer {
	font-size: 1.0em;
	line-height: 65px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 950px;
	padding-left: 50px;
	color: #db9a0b;
	clear: both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wowtempText {
	padding-top: 2px;
	padding-bottom: 2px;
}
.mylist {
	margin-left: 40px;
	list-style-type: disc;
}
.singlespacing {
	line-height: 1.2em;
}
