/* Arts Council of Snohomish County Live Learn Create*/

body {
	background: #2A4769 url(images/bkg.jpg) ;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}


.header1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #A61A1F;
}


.header2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #2A4769;
}


.copy { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


.title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #206586;
}


.subtitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #206586;
}


.subtitleorange { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #E67C18;
}


.rightverb { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: #000000;
}


/*supporters page*/
.dollar { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}


/*committee page*/
.subtitle2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #206586;
}


a:link {
text-decoration: underline;
color: #206586;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
}

a:active {
text-decoration: underline;
color: #206586;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
}

a:visited {
text-decoration: underline;
color: #206586;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #206586;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
background: none;
}


a.nav:link {
	text-decoration: none;
	color: #A61A1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a.nav:active {
	text-decoration: none;
	color: #A61A1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a.nav:visited {
	text-decoration: none;
	color: #A61A1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background: #EE9D34;
}


/*nav dotted line*/
.dottedline { 
	width: 140px;
	background: #FFFFFF;
	border-top: 1px dashed #2A4769;
}


/*nav dotted line*/
.dottedline2 { 
	width: 140px;
	background: #F5F5F5;
	border-top: 1px dashed #2A4769;
}


.copyright { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #EFEDED;
}


a.copyright:link {
	text-decoration: none;
	color: #EFEDED;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.copyright:active {
	text-decoration: none;
	color: #EFEDED;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.copyright:visited {
	text-decoration: none;
	color: #EFEDED;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.copyright:hover {
	text-decoration: none;
	color: #2A4769;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #EE9D34;
}



