/* CSS Document */


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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#wrapper {
	width: 880px;
	padding: 10px;
	border: 1px #CCC solid;
	margin: 20px auto;
}

#header {
	width: 860px;
	height: 40px;
	padding: 10px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: Arial;*/
	font-size: 30px;
	color: #000;
	margin: 0;
	float: left;
	width: 300px;
}

#header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial;*/
	font-size: 30px;
	color: #000;
	text-decoration: none;
	margin: 0;
	float: left;
	width: 300px;
}

#header h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 16px;
	color: #000;
	padding: 15px 0 0 0;
	font-style: italic;
	margin: 0 0 0 10px;
}

#navigation {
	clear: both;
	width: 880px;
	height: 35px;
	padding: 10px 0; 
}

#navigation a {
	color: #000;
	display: block;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial;*/
	font-size: 16px;
	text-decoration: none;
	width: 191px;
	height: 15px;
	float: left;
}

#navigation .why-speakup {
	background: #d1ecc0;
	margin-right: 12px;
}

#navigation .how-to-speakup {
	background: #fae590;
	margin-right: 12px;
}

#navigation .other-places {
	background: #b9e3de;
	margin-right: 12px;
}
		 
#navigation .individuals-like-you {
	background: #e4e1af;
	margin-right: 0;
}


#content {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 638px;
	padding: 10px 20px 10px 10px;
	border-right: 1px #ccc solid;
	margin: 0;
	float: left;
	clear: left;
}

#sidebar {
	width: 181px;
	padding: 10px 10px 10px 20px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	float: right;
	margin: 0;
}

h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	padding: 10px 0;
}

h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	padding: 5px 0;
}

h3 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 5px 0;
}


p {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 5px 0 10px 0;
}

blockquote {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #000;
	padding: 5px 0 10px 0;
}

ul {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding: 5px 0 10px 30px;
}

ul li {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 5px 0;
	list-style: square outside;
}

ol {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 5px 0 10px 30px;
}

ol li {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 5px 0;
	list-style: decimal outside;
}

ol li ul li {
	/*font: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 5px 0;
	list-style: square outside;
}

#footer {
	width: 860px;
	height: 30px;
	padding: 10px;
	clear: both;

	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}

#footer ul {
	display: inline;
	width: 560px;
	float: right;
}

#footer li {
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #ccc;
}

#footer .last {
	border-right: 0;
}

#footer a {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}

