﻿/* Zero margin and padding */
html, body, p, h1, h2, h3, h4, h5, h6, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Remove border from images */
img {
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #606060;
}

/* Wrapper */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

/* Header */
#header img {
	margin: 19px 0 17px 0;
}

#header img.logo_left {
	float: left;
}

#header img.logo_right {
	float: right;
}

/* Tabs */
#tabs {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background: #FFFFFF url("tab_background.gif") repeat-x bottom;
}

#tabs ul {
	list-style: none;
}

#tabs li {
	float: left;
	margin-right: 3px;
	background: url("tab_right.gif") no-repeat right top;
	border-bottom: 1px solid #CCCCCC;
}

#tabs a {
	display: block;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	background: url("tab_left.gif") no-repeat left top;
	color: #606060;
}

#tabs a:hover {
	color: #FF7C19;
}

body#tab0 li.tab0,
body#tab1 li.tab1,
body#tab2 li.tab2,
body#tab3 li.tab3,
body#tab4 li.tab4 {
	background-image: url("tab_right_active.gif");
	border-width: 0;
}

body#tab0 li.tab0 a:link, body#tab0 li.tab0 a:visited,
body#tab1 li.tab1 a:link, body#tab1 li.tab1 a:visited,
body#tab2 li.tab2 a:link, body#tab2 li.tab2 a:visited,
body#tab3 li.tab3 a:link, body#tab3 li.tab3 a:visited,
body#tab4 li.tab4 a:link, body#tab4 li.tab4 a:visited {
	padding: 5px 6px 5px 6px;
	background-image: url("tab_left_active.gif");
}

/* Secondary page styles follow. See base of document for home page styles */

/* Breadcrumbs */
#breadcrumbs {
	clear: both;
	padding-bottom: 2em;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #FF7C19;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Section Heading */
#section_heading {
	margin-right: 160px;
}

#section_heading h1 {
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	text-align: right;
	color: #660066;
}

/* Main - contains Content and Sidebar */
#main {
	margin-left: 50px;
	margin-right: 50px;
}

/* Content */
#content {
	float: left;
	width: 520px;
	font-size: 1.1em;
}

#content p {
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.7em;
}

#content p.highlight {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #CCCCCC;
}

#content h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #660066;
}

#content h3 {
	margin-bottom: 1em;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #3B3B3B;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #FF7C19;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: square;
	margin-left: 4em;
}

#content ul.documents {
	list-style-image: url(pdficon_small.gif);
}

#content ul li {
	padding-bottom: 1em;
	line-height: 1.7em;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 140px;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #FF7C19;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Related */
#related {
	background-color: #F8F7EF;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#related p {
	margin-top: 1.7em;
	margin-bottom: 1.7em;
	line-height: 1.5em;
}

#updated {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:3px;
	background-color:#EB8C06; 
	color:white;
}



/* Left Navigation */
#left_navigation {
 	width: 120px;
}

#left_navigation ul {
	list-style: none;
}

#left_navigation li {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #CCCCCC;
}

#left_navigation li a:link, #left_navigation li a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #606060;
}

#left_navigation li a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FF7C19;
}

#left_navigation ul ul {
	margin: 1em 0 1em 0;
}

#left_navigation ul ul li {
	padding: 0.75em 0 0.75em 3em;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	background-position: 1em;
	border: 0;
}

/* Footer */
#clear_footer {
	clear: both;
	height: 25px;
}

#footer {
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #606060;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF7C19;
}

#footer_left {
	float: left;
	text-align: left;
}

#footer_right {
	float: right;
	text-align: right;
}

/* Tables */
table {
	border-collapse: collapse;
	line-height: 1.7em;
}

table.schedule {
	margin-bottom: 3em;
	width: 100%;
}

table.schedule th {
	padding: 0.5em;
	width: 50%;
	text-align: left;
}

table.schedule td {
	padding: 0.5em;
}

table.schedule td.details {
	border: 1px solid #606060;
	background-color: #FFECDB;
}

table.schedule tr.alt {
	background-color: #F8F7EF;
}


/* Forms */
form fieldset {
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #CCCCCC;
}

form legend {
	font-weight: bold;
	font-size: 0.9em;
	color: #606060;
}

form div {
	clear: left;
	padding-top: 1em;
}

form div label {
	float: left;
	width: 40%;
}

input.text {
	margin: 0;
	padding: 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #CCCCCC;
}

textarea.text {
	margin: 0;
	padding: 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #CCCCCC;
}

form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Miscellaneous */
.clear {
	clear: both;
}

img.left {
	float: left;
	margin: 0 2em 1.5em 0;
}

img.right {
	float: right;
	margin: 0 0 1.5em 2em;
}

img.supporter {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}

img.flag {
	margin-right: 10px;
}

ul.photos {
	list-style-type: none;
}

ul.photos li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size: 0.9em;
}

ul.photos li img {
	display: block;
}

/* Home Page */
#introduction {
	margin-left: 450px;
	width: 315px;
	font-size: 1.1em;
}

#introduction p {
	margin-bottom: 2em;
	line-height: 1.7em;
}

#introduction h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #660066;
}

#introduction ul {
	list-style: none;
	margin-left: 3em;
	font-size: 0.9em;
}

#introduction ul li {
	padding: 0.4em 0 0.4em 3em;
	background-image: url("arrow_orange.gif");
	background-repeat: no-repeat;
	background-position: 1em;
}

#introduction ul li a:link, #introduction ul li a:visited {
	text-decoration: none;
	color: #606060;
}

#introduction ul li a:hover {
	text-decoration: underline;
	color: #FF7C19;
}

#introduction a:link, #introduction a:visited {
	text-decoration: none;
	color: #FF7C19;
}

#introduction a:hover {
	text-decoration: underline;
}

#promotion {
	float: left;
	width: 420px;
}

#promotion p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.7em;
}

#promotion h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #660066;
}

#promotion a:link, #promotion a:visited {
	text-decoration: none;
	color: #FF7C19;
}

#promotion a:hover {
	text-decoration: underline;
}

#banner {
	margin-bottom: 35px;
}

#pscroller2{
width: 385px;
height: 13px;
border: 1px solid #CCCCCC;
padding: 5px;
background-color: #EEEEEE;
}


table.calendar caption {
	text-align: left;
	padding-bottom: 1em;
	font-size: 1.3em;
}

table.calendar th {
	background-color: #CCCCCC;
	padding: 2px 8px 2px 8px;
	border: 1px solid #AAAAAA;
	border-bottom: none;
}

table.calendar td {
	padding: 2px 4px 2px 4px;
	border: 1px solid #EAEAEA;
	vertical-align: top;
}

table.calendar td.previous, table.calendar td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}

table.calendar td.active {
	background-color: #EEEEEE;
	border: 2px solid #606060;
}

