@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../_graphics/bluetowhite.png);
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat-x;
	font-size: 1.7em;
}
h1 , h2, h3, h4{
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 10px;

}

.container {
	text-align: left;
	width: 1024px;
	background-image: url(../_graphics/2011contentbg.png);
	background-repeat: repeat;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	position: absolute;
	left: -120px;
	top: -20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../_images/thumbtack.png);
	height: 183px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.header {
	height: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#navbar {
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	background-color: #003366;
	background-image: url(../_graphics/navclouds.png);
	background-repeat: repeat-x;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar ul li {
	display: inline;
	float: left;
}
#navbar ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	padding-right: 1.2em;
	padding-left: 1.2em;
	float: left;
	display: block;
	color: #FFF;
}
#navbar a:hover {
	background-image: url(../_graphics/2011navcloudsflip.png);
	background-repeat: repeat-x;

}
#leftsidenav {
	background-color: #FFF;
	float: left;
	width: 200px;
	background-image: url(../_graphics/leftside2.png);
	background-repeat: repeat-y;
	color: #333;
	font-size: 55%;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	vertical-align: text-bottom;
}
#content {
	font-size: 80%;
	color: #000;
	margin-left: 220px;
	margin-top: 0px;
	line-height: 1.2em;
	height: 100%;
	padding-bottom: 10px;
}
#content p {
	font-size: 60%;
}

.caption {
	font-size: 70%;
}




.quote {
	color: #000;
	text-align: left;
	float: left;
	margin: 0 auto;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #CCC;
}
p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 80%;
}
li {
	font-size: 80%;
}

#footer{
	text-align: center;
	font-size: 60%;
	color: #000000;
	border-width: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	background-image: url(../_graphics/3x30white2bluefooter.png);
	background-repeat: repeat-x;
}
#footer p  {
	margin: 0;
	padding: 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#clear {
	clear: both;
}
img {
	border: 1px solid #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
#content p .fltrt {
	padding: 3px;
}
#ad {
	text-align: center;
	margin: 5px;
	font-size: 10px;
	background-position: center;
	clear: both;
}
.poetryheading {
	color: #F00;
}
.breakingnews {
	color: #F00;
}
.doclist {
	font-size: 75%;
	display: list-item;
	list-style-type: disc;
}

