body {
	/* filepaths here must be relative to this .css file */
	background: #eeeeee; /* #F9FCFF;*/
	background-image:url(gr/bg_seamless_flag2.jpg);
	background-attachment : fixed;
	/* background-repeat: no-repeat;
	background-position: top center; */
}

table.main {
	/* filepaths here must be relative to this .css file */
	background: #F2EBE1;
	background-repeat : repeat-y;
	background-image:url(gr/brown_gradient_02.jpg);
	
}

/* color scheme:

text (maroon from logo): #7b0222
link (same)            : #7b0222
visited (lighter)      : #CB033A
hover (lighter still)  : #FC1253

*/

/* sponsor styles */

.silverhost {
	font-family:monospace;
	color:black;
	background-color: silver;
	padding : 0px 5px 0px 5px;
}

.bronzehost {
	font-family:monospace;
	color:black;
	background-color:#B35900;
	padding : 0px 5px 0px 5px;
}

.copperhost {
	font-family:monospace;
	color:black;
	background-color:#B75133;
	padding : 0px 5px 0px 5px;
}

.indivhost {
	font-family:monospace;
	color:black;
	background-color:#FFCD9B;
}


#convention_heading {
	font-family : 'Arial','Helvetica','Verdana',sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 24pt;
	line-height : 1.15;
	color: #7b0222;     /* actual color in iaglcwdc logo:  #92437C;   other colors:  #B300B3;  #EC2627;    */
}

#subtitle {
	color: #7b0222; /* a little darker shade of convention heading color */
	font-style:italic;
	font-size: 20pt;
}


td.pagecontent {
	font-family : 'Arial','Helvetica','Verdana',sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 12pt;
	color: black;	
}



td.pagecontent a:link {
	color: #7b0222;
}

td.pagecontent a:visited {
	color: #CB033A;
}

td.pagecontent a:hover {
	color: #FC1253;
	/*font-size: 14pt;*/
}

table.workshops {
	font-family : 'Arial','Helvetica','Verdana',sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color: black;	
}

/*

#textlinkcontent {
	color: black;
}

#textlinkcontent a:link {
	color: #7b0222;
}

#textlinkcontent a:visited {
	color: #CB033A;
}

#textlinkcontent a:hover {
	color: #FC1253;
}

#howtocontent {
	color: black;
}

#howtocontent a:link {
	color: #7b0222;
}

#howtocontent a:visited {
	color: #CB033A;
}

#howtocontent a:hover {
	color: #FC1253;
}

*/

a:link {
	color: #7b0222;
}

a:visited {
	color: #CB033A;
}

a:hover {
	color: #FC1253;
}

a:link.nocolor {
	color : black;
}

a:visited.nocolor {
	color : black;
}

hr {
	background: #7b0222;
}