/* do not delete                          */
/* filename: /style.css                   */
/* last updated Tuesday, March 30, 2010   */


/* Created using Style Master from Western Civilisation CSS1 { 2 2 512 620 } */
/* The classes, normal, small, tiny, and large, xlarge, */
/* and giant are the "Comic Sans MS" fonts */
/* The valid font sizes are xx-small, x-small, small, */
/* medium, large, x-large and xx-large */

.normal	{
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: medium;
}

.small {
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: x-small;
}

.tiny {
	font-size: x-small;
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: xx-small;
}

.large {
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: large;
}

.xlarge {
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: x-large;
}

.giant {
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: xx-large;
}

.table {
	font-family: Verdana, Geneva, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: x-small;
}

.article {
	font-family: Verdana, Geneva, "Lucida Sans Unicode", Arial, sans-serif;
}


/* The bl classes are the big, (dark) blue, bold links on the home page. */

.bb1 { 
	color: navy;
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

.bb2 { 
	color: navy;
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.bb3 { 
	color: navy;
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
}

.bb4 {
	color: navy;
	font-family: "Comic Sans MS", Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: medium;
	font-weight: 400;
}

.newsnormal { 
	font-family: "ms sans serif", geneva, sans-serif;
	font-size: 0.9em;
}

UL.newsnormal { 
	margin-top:0em;margin-bottom:0em;
}

/* Classes beginning with "ss" are Sans-Serif */

.ssnormal { 
	font-family: Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: medium;
}

.sssmall { 
	font-family: Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: x-small;
}

.sslarge { 
	font-family: Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: large;
}

.sstiny { 
	font-family: Verdana, Geneva, Lucida, Arial, sans-serif;
	font-size: xx-small;
}

/* Link colors and hiliting... */

A:active {
	color: #FF9900;
}

A:link {
	color: #0000cc;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	color : #ff0000;
	text-decoration : underline;
}

A:visited {
	font-weight : bold;
	text-decoration : none;
	color: #666666;
}

.photo-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

.ac {
	text-align: center; 
}

.doNotDisplay {
	display: none;
}

/* Classes beginning with "news" are used with the News */

DIV.news * {
    padding: 0;
    margin:  0; 
}

DIV.news P.header { 
    font-family: arial, geneva, sans-serif; 
    text-indent: 0;
    padding-bottom: 1em; 
}
  
DIV.news P.header span { 
    text-transform: uppercase;
    font-family: "arial narrow", arial, geneva, sans-serif;
    font-size: large; font-weight: bold; 
}

DIV.news P {
    font-family: arial, geneva, sans-serif;
    text-indent: 2em; 
}
    
DIV.news P + P + P {
    font-family: arial, geneva, sans-serif; 
    text-indent: 0em; padding:1em 0 0 0;  
}

DIV.news UL, LI { 
    font-family: arial, geneva, sans-serif; 
    margin-left: 30px; 
}

DIV.news OL { 
    font-family: arial, geneva, sans-serif; 
    margin-left: 30px; 
}
   
DIV.news P.flush-left {
    text-indent:0;
}
    
DIV.news-continued P {
    font-family: arial, geneva, sans-serif;
    text-indent: 0em; 
}

/* The HR region was a presentational tag and has been replaced
   by the 'border-bottom:2px inset gray' style rule             */

DIV.news P.trailer { 
    border-bottom: 1px solid #AAAAAA; 
    margin: 0 25% 20 25%; 
}

DIV.news-continued P.trailer { 
    border-bottom: 1px solid #AAAAAA; 
    margin: 0 25% 20 25%; 
}

DIV.news TABLE.photo {
    border: 1px transparent #FFFFFF;  
    padding-left: 4px; 
    padding-bottom: 2px; 
}
 
DIV.news TABLE.photo TD { 
    background: #FFFFFF;
}		

DIV.news TABLE.photo P {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: center;
    padding: 2px; 
}

/* not used??? aug 23, 2005 
DIV.news TABLE {
	font-family: arial, geneva, sans-serif;
	font-size:small;
}
*/

/* 20080804: here is the latest version of the foto style */

DIV.foto {
	float: right;
	width: 300px;
	margin-left:10px;
	margin-bottom:10px;
	border:solid 1px #666;
	padding: 2px;
	background-color:#FFF;
}

DIV.foto IMG {
	border:none;
}

DIV.foto DIV {
	color: #666;
	font-size: x-small;
	text-align: left;
	margin: 7px 5px 7px 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* div classes for postitioning the running-network ads Tuesday, March 30, 2010  */

DIV.adLeft {
  float: left;
  margin: 4px;
}

DIV.adRight {
  float: right;
  margin: 4px;
}

/* 20080808 testing new styles on the GP 2008iron */

BODY { font: 100% verdana, arial, helvetica, sans-serif; }

A { 
	font-weight:bold; 
}

H1,H2,H3 { 
	color: navy; 
}

#gpHeader HR {
	height:0;
    border:0;
    border-top:1px solid #999;
    width:600px;
    text-align: center;
}

#gpHeader {
    margin: 0 auto;     /* align for good browsers */
    text-align: center; /* counter the body center */
}

#gpEvents {
	margin: 0 auto;     /* align for good browsers */
    text-align: left;   /* counter the body center */
    border: 0;
    width: 80%;
}

#gpScore {
	margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
    border: 0px solid #000;
    width: 80%;
    text-align: left;
}

#gpData {
	margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
    border: 0px solid #000;
    width: 80%;
    text-align: left;
}

#footer {
	margin: 0 auto;   /* align for good browsers */
    text-align: center; /* counter the body center */
    font-size: x-small;
}

#footer HR {
	height:0;
    border:0;
    border-top:1px solid #999;
    width:90%;
}

/* end testing new styles on the GP 2008iron */