/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Entire Site CSS */

body {
	background: url(images/bg.gif) #451f7a center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #451f7a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p strong {
	font-weight: bold;
}

h1 {
	border-bottom: 2px solid #451f7a;
	color: #451f7a;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 30px;
}

h2 {
	border-bottom: 1px solid #451f7a;
	color: #451f7a;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}

h3 {
	color: #451f7a;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.3em;
}

h4 {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
}

p,table,.list {
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

table.registration {
	padding-top: 10px;
	line-height: 20px;
}

table.registration td {
	font-weight: normal;
	padding: 3px 3px;
}

textarea {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

p span.imagecaption {
	float: right;
	font-size: .8em;
	font-style:italic; 
}

p#months {
	font-weight: bold;
	color: #999;
}

.calendaricon {
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-right: 13px;
}

.eventlogo {
	float: right;
}

#navband {
	background: #adcc33;
	float: left;
	height: 40px;
	margin-top: -100px;
	position: relative;
	top: 450px;
	width: 100%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#link {
	float: left;
	height: 80px;
	left: 639px;
	position: relative;
	top: 25px;
	width: 160px;
}

#link a {
	display: block;
	text-indent: -1000px;
	height: 80px;
}

#banner {
	background: url(images/banner1.jpg);
	height: 350px;
	margin: -100px 5px 0 5px;
	width: 790px;
}

*:lang(en) #banner{
    margin-top: 0;
}

#banner:empty {
    margin-top: 0;
}

#navigation {
	padding: 10px 0 0 30px;
	position: relative;
}

#navigation li {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 30px;
}

#navigation li a:hover {
	color: #ffffff;
}

#content {
	margin: 50px 5px 0 5px;
}

#rightcontent {
	float:right;
	margin-bottom: 40px;
	width: 200px;
}

iframe {
	padding-left: 30px;
}

#postit {
	background: url(images/postit.gif);
	height: 164px;
    margin-top: -30px;
    margin-bottom: 10px;
	width: 198px;
}

.button {
	margin-top: 10px;
}

#facebook {
	background: url(images/facebook.gif);
	height: 77px;
	margin: 10px 0px;
	width: 200px;
}

#facebook a {
	display: block;
	text-indent: -1000px;
	height: 77px;
}

#journal {
	background: url(images/journal.gif);
	height: 77px;
	margin: 10px 0px;
	width: 200px;
}

#journal a {
	display: block;
	text-indent: -1000px;
	height: 77px;
}

.photos_logo {
	float:left;
	margin-left:30px;
	margin-right:10px;
}

#leftcontent {
	width: 560px;
}

#leftcontent p, #leftcontent h3, #leftcontent h4, #leftcontent object, #leftcontent h2, #leftcontent table {
	padding-left: 30px;
}

#leftcontent h3 {
	font-size: 1em;
}

#leftcontent .list {
	padding-left: 45px;
	list-style-type: disc;
}

#footer {
	clear: both;
	font-size: .8em;
	margin-top: 50px;
	text-align: center;
}