.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

img {
	border: 0px;
}

img.photo {
	display: block;
	margin: auto;
	border: 10px solid #000000;
}

pre {
	background-color: #fff;
        foreground-color: #000;
        border: 1px solid #000;
        padding: 10px;
}

ul li.icon {
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul.hoz {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
}

ul.hoz li {
	display: inline;
}

/* IE work arounds - grrrr! */

p {
	margin-top: 13px;
	margin-bottom: 13px;
}

ul {
	margin-left: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
}

li {
	margin-left: 0px;
}

/* to finish */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10pt;
	font-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;
}

#banner {
	background-color: #fff;
	color: #000;
	margin-top: 0px;
	width: 100%;
	float: left;
	border-bottom: 5px solid #acc851;
}

#banner .title a, #banner .title a:visited, #banner .title a:active {
        color: #226;
	text-decoration: none;
}

#banner .title a:hover {
	text-decoration: underline;
}

#banner h1 {
	font-size: 25pt;
	font-weight: bold;
        color: #000;
	margin: 0px;
	padding: 0px;
	padding-top: 20pt;
        padding-bottom: 20pt;
}

#banner h1 a, #banner h1 a:visited, #banner h1 a:active {
        color: #9aa63f;
        text-decoration: none;
}

#banner div.logo {
        padding-top: 15px;
        padding-bottom: 15px;
}

#banner p {
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 10px;
}

#banner ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 35pt;
        padding-bottom: 35pt;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        text-align: right;
        font-size: 15pt;
        vertical-align: middle;
}

#banner ul li {
        padding-right: 10px;
        font-size: 14pt;
        display: inline;
}

#banner img {
        border: 0px;
}

#banner subscribe {
        vertical-align: middle;
	text-align: center;
}

#banner ul li a, #banner ul li a:visited, #banner ul li a:active {
        color: rgb(58,156,12);
        text-decoration: none;
}

#banner ul li a:hover {
        color: #222;
        text-decoration: underline;
}

#banner ul li a.active {
        color: #222;
        text-decoration: none;
        font-weight: bold;
}

#banner ul li img.rss {
        vertical-align: middle;
}

#footer {
        background-color: #9aa63f;
	border-bottom: 5px solid #aab64f;
	color: #222;
	margin-top: 0px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}

#footer #attribution {
	margin-top: 0px;
}

#footer #attribution p {
	margin-top: 13px;
}

#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	font-size: 10pt;
}

#footer ul li {
	padding-right: 10px;
	font-size: 10pt;
	display: inline;
}

#footer a, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
        color: #000;
	text-decoration: underline;
}

#spotlight {
        background-color: #222;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
	border-bottom: 5px solid #88842d;
}

#spotlight h2 {
	font-size: 18pt;
	font-weight: normal;
        margin-top: 0px;
}

#spotlight img {
	border: 0px;
        margin-top: 25pt;
}

#spotlight p {
	font-size: 12pt;
	margin-right: 15px;
}

#spotlight img {
	border: 0px;
}

#spotlight #photos h2 {
        font-size: 12pt;
        font-weight: bold;
        margin-top: 10px;
}

#spotlight #photos p {
        font-size: 10pt;
}

#spotlight #photos a {
        font-weight: normal;
}

#spotlight p.photoFooter {
        background-color: #000;
        font-size: 10pt;
        font-weight: bold;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 13px;
        text-align: left;
        width: 491px;
}

#spotlight .photoFooter a {
        color: #fff;
}

#spotlight a, #spotlight a:visited, #spotlight a:active {
        color: #C8F935;
        text-decoration: none;
}

#spotlight a:hover {
        color: #C8F935;
        text-decoration: underline;
}

#headline {
        background-color: #222;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
	border-bottom: 5px solid #999;
}

#headline h1 {
        font-size: 18pt;
}

#intro {
        background-color: #ccc;
        color: #222;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        float: left;
        border-bottom: 5px solid #aaa;
        font-style: italic;
        font-size: 11pt;
}

#intro a, #content a:visited, #content a:active {
        color: rgb(58,156,12);
        text-decoration: none;
        font-weight: bold;
}

#intro a:hover {
        color: rgb(58,156,12);
        text-decoration: underline;
}


#content {
        background-color: #fff;
	color: #222;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
	border-bottom: 5px solid #88842d;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
        margin-top: 0px;
}

#content img {
	border: 0px;
        margin-top: 25pt;
}

#content p {
	font-size: 10pt;
	margin-right: 15px;
}

#content p.intro {
        font-style: italic;
}

#content img {
	border: 0px;
}


#content a, #content a:visited, #content a:active {
        color: rgb(58,156,12);
        text-decoration: none;
        font-weight: bold;
}

#content a:hover {
        color: rgb(58,156,12);
        text-decoration: underline;
}
