/* CSS Document */

/*  SDHS Band */

/*********** Tag Styles ***********/
body {
	background-color: #000066;
	background-image: url(images/mainbgd.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h4 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	color: #CC0000;
	font-size: 14px;
	text-align: center;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	text-align: center;
}

ul{
 list-style-type: none;
}

/*********** Classes ***********/

.events {
	padding-top: 8px;
}

.longlines {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.leftcol {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a58d29;
	border-bottom-color: #a58d29;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a58d29;
}
.rightcol {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 10px;
	font-size: 10px;
}
.center {
	padding: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

.indent {
	text-indent: 25px;
}
.date {
	color: #CC0000;
	font-weight: bold;
}

/************* Link Styles ******************/

a:link { text-decoration: None;
         font-weight: bold;
         color: RoyalBlue;
}
a:visited { text-decoration: None;
         color: DarkBlue;
         font-weight: bold;
}
a:active { text-decoration: None;
         color: Red;
         font-weight: bold;
}
a:hover { text-decoration: underline; 
         color: #cc0000; 
         font-weight: bold;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #a58d29;
	color: #FFCC00;
}

#sectionLinks h4{
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #ffffff;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #a58d29;
	padding: 5px 0px 5px 10px;
	color: #ffcc00;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

#sectionLinks a:hover{
	background-color: #ffcc00;
	color: #000066;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

#sectionLinks table {
	border-bottom: 1px solid #a58d29;
}
.px12 {font-size: 12px}
.disc {
	list-style-type: disc;
}
.formlabel {
	color: #FFCC00;
}
.photos {
	line-height: 25px;
}
.spacing {
	margin-bottom: 1em;
}

