/* CSS Document */

body {
	margin:0; padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .85em;
	color: #666666;
	background-color: #ccc;
}

* { margin:0; padding:0; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #660033;
	text-align: center;
	padding: 1em .5em .5em .5em;
}

h2 {
	font-size: 1em;
	color: #660033;
	padding: .5em 1em;
}

h3 {
	font-size: 1em;
	color: #660033;
	padding: .25em 1em;
	border: 1px dotted #660033;
	margin: 0px 10px 0px 10px;
	letter-spacing: 1em;
}

p { padding: .5em 1em; }


/*a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}*/

/*container centers everything on page*/
#layoutCenter {
	margin: 0px auto 3em auto;
	width: 730px;
 }

/*pict full width*/
#photo img {
	padding-right: 15px;
	padding-left: 15px;
}

/*container main navigation*/
#layoutNav {
	background-color: #666633;
	width: 730px;
}

/*container sub navigation*/
#layoutSubNav {
	width:730px; 	/* makes the div full width */
	background-color:#666633; /* colors the div */
}

#tdBarGreen {
	width: 15px;
}

#tdNavPurple, #tdNavWhite {
	text-align: center;
	padding: 2px 0px;
}

#tdNavPurple {
	font-size: .9em;
	color: #fff;
	background-color: #660033;
}

#tdNavWhite {
	font-size: .9em;
	background-color: #fff;
}

/*container three columms full width center*/
#contact {
	width: 730px;
	background-image: url(../homePicts/bckgndContact.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
 }
 
/* side columms same specs*/
#contactSides { 
	width:240px; 
	float:left;
	text-align: center;
	padding: .5em 0;
}

/* middle columm*/
#contactCenter {
	width:250px;
	float:left;
	text-align: center;
	padding-top: 1em;
}

#contactSides, #contactCenter p {
	font-size: 0.75em;
	color: #fff;
	background-color: #666633;
	line-height: .5em;
}

#contact  a {
	color: #fff;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

#layoutNav #tdNavWhite a {
	color: #660033;
	text-decoration: none;
}

#layoutNav #tdNavWhite a:hover {
	text-decoration: underline;
}

#layoutNav #tdNavPurple a {
	color: #fff;
	text-decoration: none;
}

#layoutNav #tdNavPurple a:hover {
	text-decoration: underline;
}

#layoutSubNav #tdNavWhite a {
	color: #660033;
	text-decoration: none;
}

#layoutSubNav #tdNavWhite a:hover {
	text-decoration: underline;
}

#layoutSubNav #tdNavPurple a {
	color: #fff;
	text-decoration: none;
}

#layoutSubNav #tdNavPurple a:hover {
	text-decoration: underline;
}

#layoutSubNav2 {
	margin: 0 auto; /* keeps it centered*/
	border-collapse: collapse;
	border: 1px solid #666633;
}

#layoutSubNav2 a {
	color: #660033;
	text-decoration: none;
}

#layoutSubNav2 a:hover {
	text-decoration: underline;
}


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* css used on home page: pictleft, colImg, colTxt,  */
/* contains 2 cols pict hangs left*/
#pictLeft {
	width:700px;
	background-color:#fff;
	background-image:url(../homePicts/bckgndWhite.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* keeps it centered*/
}

/* contains pict hanging left*/
#colImg {
	width:180px;
	float:left;
}

#colImg p {
	font-style: italic;
	word-spacing: 2px;
	text-align: center;
}

/* contains txt hanging right*/
#colTxt {
	width:480px;
	float:left;
}

#colTxt P {
	font-size: 1em;
}

#colImg img {
	padding: 1.5em 1em .25em 3em;
}

/* contains 3 cols* contains layoutMainTable*/
#contentArea {
	width:700px;
	background-color: #fff;
	background-image:url(../homePicts/bckgndWhite.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* keeps it centered*/
}
								
#library {
	width: 700px; 	/* makes the div full width */
	font-size: 0.75em;	/* SET FONT-SIZE HERE */
	background-color: #fff; /* colors the div */
	border: 1px solid #666633;
	margin: 0px auto;
	padding: 2px 0px;
}

#library a {
	text-decoration:none;
	color:#666633;
}

#library a:hover {
	text-decoration: underline;
}

/*main content tables*/
#layoutMainTable {
	margin: 0px auto 5px auto; 
	padding: 10px 10px;
}

#layoutMainTable a {
	text-decoration:none;
	color: #CC3300;
}

#layoutMainTable a:hover {
	color:#666633;
	background-color: #ffffcc;
}

/*#layoutMainTable a:visited {
	color:#FF3333;
}*/

/* galery sections: results, report, photos*/
#layoutSection {
	width: 650px;
	margin: 0px;
	padding: 0px;
}

#layoutSection a {
text-decoration:none;
	color: #CC3300;
}

#layoutSection a:hover {
	color:#666633;
	background-color: #ffffcc;
}


#tdTitle {
	text-align: center;
	border-width: 1px 0px;
	border-style: dotted;
	border-color: #660033;
	padding: 0.35em 0em;
	color: #660033;
}

#tdTeam {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

#tdLeft {
	text-align: left;
}

#tdCheck {
	text-align: center;
}

.borderTB {
	border-width: 1px 0px;
	border-style: dotted;
	border-color: #660033;	
}

.borderR {
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: #660033;	
}

.borderTR {
	border-width: 1px 1px 0px 0px;
	border-style: dotted;
	border-color: #660033;	
}

.borderT {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #660033;	
}

/*pict wrapping text in tables*/
.pictWrapL {
	padding: 10px 15px 10px 10px;
	float: left;
}

.pictWrapR {
	padding: 10px 10px 10px 15px;
	float: right;
}


/* results table */
#layoutResults {
	border-collapse: collapse;
	margin: 1em 0px;
}

#layoutResults td {
	border: 1px solid #660033;
	padding: 5px;

}

.resultText {
	color: #333333;
	background-color: #ccc;
	text-align: center;
}

.resultNumber {
	text-align: center;
}

