/* ERIC MEYER's RESET STYLES - meyerweb.com */
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;
}

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: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #fff;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #4c2f65;
	text-decoration: none;
	border-bottom: 1px solid #4c2f65;
}

a:visited{
	color: #4c2f65;
	text-decoration: none;
	border-bottom: 1px solid #4c2f65;
}

a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

h1{
	color: #f60000;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

h2{
	color: #4c2f65;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	font-style: italic;
}

h3{
	color: #4c2f65;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0;
	font-style: italic;
}

h4{
	color: #4c2f65;
	font-weight: bold;
	font-size: 14px;
}

h5{
	color: #4c2f65;
	font-weight: bold;
	font-size: 14px;
}

h6{
	color: #4c2f65;
	font-weight: bold;
	font-size: 14px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #4c2f65;
	border-bottom: 1px dotted #4c2f65;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #4c2f65;
	border-bottom: 1px dotted #4c2f65;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#content{
	width: 760px;
	margin: 20px auto;
}

div#sidebar{
	float: right;
	width: 130px;
	padding: 30px 0;
}

div#petition{
	margin:0 auto;
	width: 600px;
	padding: 30px 0;
	text-align: left;
	
}

div#form{
	border: 2px solid;
	padding: 10px;
	margin: 20px 0;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
ol{
	list-style: decimal;
	margin: 10px 0 10px 30px;
}
p, li{
	font-size: 12px;
	line-height: 1.5em;
}
p#credit{
	display: block;
	clear: both;
}
input.contact-single{
	width: 400px;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
strong{
font-weight: bold;
}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}