body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #000000;
   font-family: myriad, verdana, arial, helvetica, geneva;
   font-size: 11px;
   background-color: #000000;
   margin-top: 15px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}
.list {
	list-style-position: outside;
}
.indentext {
	text-indent: 4in;
	white-space: normal;
}

#sitedescription  {display: none;}	

a:link, a:visited {color: #666666; text-decoration: underline;}
a:hover, a:active {color: #990000; text-decoration: underline;}

.anchor:link, .anchor:visited { color: #87a958; text-decoration: none; font-size: 9px; }
.anchor:hover, .anchor:active { color: #C4BD65; text-decoration: underline; font-size: 9px; }

.top:link, .top:visited { color: #ffffff; text-decoration: none; font-size: 9px; }
.top:hover, .top:active { color: #ffffff; text-decoration: underline; font-size: 9px; }

.small:link, .small:visited { color: #000000; text-decoration: none; font-size: 9px; }
.small:hover, .small:active { color: #000000; text-decoration: underline; font-size: 9px; }

.drop:link, .drop:visited { color: #D5CD6E; text-decoration: none; font-size: 10px; }
.drop:hover, .drop:active { color: #D5CD6E; text-decoration: underline; font-size: 10px; }

#navigation {
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	background-color: #000000;
	height: 25px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFD100;
}
#navigation ul {
	list-style:url(none) none;
	margin:0;
	padding:0;
	padding-top:6px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { color: #ffd100; font-weight: bold; text-decoration: none; padding: 6px 3px 5px 5px; }
#navigation a:hover, #navigation a:active { color: #BA2341; font-weight: bold; text-decoration: none; }

/* Different font styles here - no need to define anything that will match the defaults */
h1 {
	font-size: 12px;
	font-weight: normal;
	font-varient: uppercase;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h2 {font-size: 14px; color: #000000; font-weight: bold; font-varient: uppercase; letter-spacing: 1px; margin: 0; padding: 0; }
h3 {font-size: 12px; color: #ffffff; font-weight: bold; font-varient: uppercase; margin: 0; padding: 0; }
h4 {font-size: 11px; color: #053812; font-weight: bold; font-varient: uppercase; margin: 0; padding: 0; }
h5 {font-size: 16px; color: #000000; font-weight: bold; font-varient: uppercase; letter-spacing: 1px; margin: 0; padding: 0; }

.copyright {
	color:#ffd100;
	font-size: 10px;
	text-align:center;
	padding: 5px;
	background-color: #000000;
	background-image: url(images/stripe2.gif);
}
.white {color: #ffffff; font-weight: bold; }
.breadnav {
	font-size: 10px;
	color: #FFFFFF;
	height: 15px;
	background-color: #990000;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
}
.breadnav a:link, .breadnav a:visited, .breadnav a:active, .breadnav a:hover { color: #ffffff; }
.red {color:#990000; font-size: 16px; font-weight: bold; }
.redcolor {
	color: #990000;
}
.imageleft {
	float: left;
	margin: 25px;
	padding: 5px;
	border: 1px solid #990000;
}
.smaller {font-size: 10px;}

/* Rest of the styles can go here - more in-depth ones for divs and tds */
hr { color: #666666; height: 1px; } 
.level2 { vertical-align: top; text-align: left; padding: 10px; }
.content {
	background-color:#FFFFFF;
	text-align:left;
	vertical-align: top;
	padding: 3px 10px 10px;
	overflow:auto;
	scrollbar-base-color: #a6c37e;
	scrollbar-arrow-color: #a6c37e;
	scrollbar-3dlight-color: #799256;
	scrollbar-darkshadow-color: #799256;
	scrollbar-face-color: #799256;
	scrollbar-highlight-color: #a6c37e;
	scrollbar-shadow-color: #a6c37e;
	scrollbar-track-color: #799256;
	height: 300px;
}
	
#countdowncontainer {
padding-top: 6px; }

.lcdstyle{ /*Example CSS to create LCD countdown look*/
color:#053812;
font-weight:bold;
font-size:10px;
}

.righthome
	{
	height: 390px;
	width: 250px;
	overflow: auto;
	background-color:#D5CD6E;
	scrollbar-base-color: #5d763a;
	scrollbar-arrow-color: #5d763a;
	scrollbar-3dlight-color: #9baf80;
	scrollbar-darkshadow-color: #9baf80;
	scrollbar-face-color: #9baf80;
	scrollbar-highlight-color: #5d763a;
	scrollbar-shadow-color: #5d763a;
	scrollbar-track-color: #9baf80;
	}
.tableborder {
	border: 1px solid #ffd100;
}
	
.homenews
	{
	width: 188px;
	overflow: auto;	
	scrollbar-base-color: #5d763a;
	scrollbar-arrow-color: #a6c37e;
	scrollbar-3dlight-color: #5d763a;
	scrollbar-darkshadow-color: #5d763a;
	scrollbar-face-color: #5d763a;
	scrollbar-highlight-color: #a6c37e;
	scrollbar-shadow-color: #a6c37e;
	scrollbar-track-color: #5d763a;
	}
	
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	font-size: 11px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	color: #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#fdd100;
	color: #000000;
}

ul { margin-bottom: 0; padding-bottom: 0; }
li { margin-bottom: 0; padding-bottom: 0; }
hr {color: #9fc768;}
.PageHeader {
	font-family: "Arial Black";
	font-size: 18px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.sideTable {
	background-color: #F4F4F4;
	margin: 5px;
	padding: 5px;
	width: 150px;
	border: 3px solid #990000;
}
.tableborder3 {
	float: right;
	margin: 25px;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}
.Indent2
{
  margin-left: 80px;
}
.AZCONationText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.sideTableawards {
	background-color: #F4F4F4;
	width: 225px;
	border: 3px solid #990000;
}
.bluecolor {

	color: #3C61AF;
}

