<!--

/* Northwest ACA CSS            */
/* Copyright 2009 Mike Campbell */

/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

a:link {
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}
a.nav:link {
	background-color: transparent;
	color: silver;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}
a.nav:visited {
	background-color: transparent;
	color: silver;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: red;
	text-decoration: underline;
}
a.nav:hover {
	background-color: transparent;
	color: yellow;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	background-color: transparent;
	color: blue;
	text-decoration: underline;
}
a.nav:active {
	background-color: transparent;
	color: red;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

body.main {
	background-attachment: fixed;
	background-image: url("http://www.agateroad.com/Supra/graphics/marble.jpg");
	font-family: "Verdana","Arial","Helvetica","Times New Roman","Courier New","Courier";
	font-size: 10pt;
	font-weight: normal;
	text-align:center;
}

body.rallyjuly {
	background-attachment: fixed;
	background-image: url("http://www.nwamericancoachassoc.com/graphics/fireworks.jpg");
	font-family: "Verdana","Arial","Helvetica","Times New Roman","Courier New","Courier";
	font-size: 10pt;
	font-weight: normal;
	text-align:center;
}

.calentry {
	text-align:center;
}

.cal2010 {
	text-align:center;
}

.cal2009 {
	text-align:center;
}

.cal2008 {
	background-color: #cccccc;
	text-align:center;
}

.calyear {
	background-image: url("http://www.nwamericancoachassoc.com/graphics/bigmountains2.jpg");
	background-color: #cccccc;
	font-size: 150%;
	font-weight: bold;
	text-align:center;
}

.highcontrast {
	color: #990000;
	font-weight: bold;
}

.highmatch {
	color: #000000;
	font-weight: bold;
}


div.center {
	text-align: center;
}
p.center {
	text-align: center;
}
div.left {
	text-align: left;
}
div.right {
	text-align: right;
}

div.linktext {
	position: relative;
	top: -25px;
	left: 0px;
}

h1 {
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
h5 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
h6 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

img {
	border: 0;
}

p.pageone:first-letter {
	color: black;
	font-size: 14pt;
	font-weight: normal;
}

td.center {
	text-align: center;
}

td.content {
	background-color: #FFFFFF;
	border: 1px solid black;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.80;
	
	text-align: left;
	vertical-align:top;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}

td.content1 {
	background-color: #FFFFFF;
	border: 1px solid black;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	
	text-align: center;
	vertical-align:top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.copyright {
	color: black;
	font-size: x-small;
	font-style: italic;	
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

td.left {
	text-align: left;
}

td.links {
	background-color: #000000;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

td.logo {
	background-color: black;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;
}

td.photos {
	background-attachment: fixed;
	background-image: url("http://www.agateroad.com/Supra/graphics/marbleT.jpg");
	
	text-align: left;
	vertical-align:top;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}

td.rallyinfo {
	font-weight: bold;
	text-align: left;
}

td.rallyinfotop {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-weight: bold;
	text-align: center;
}

td.title {
	background-color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	color: silver;
	font-size: 20pt;
	//font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

td.title1 {
	background-color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	color: silver;
	font-size: 20pt;
	//font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
-->