* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #E6E68A;
}

html, body {
    margin: 0;
	padding: 0;
	background-color: #525224;
	scrollbar-base-color: #525224;	
}  

/* Links */ 
a:link, a:visited {
	color: #FFB41B;
	text-decoration : none;	
}
a:hover, a:active {
	color: #FFCC33;
	text-decoration : none;	
}

small, .blog_date  {
	font-size : 8pt;
	color: #B7B76C;
}
  
H2, .heading2, .blog_name, .blog_title  {
	font-family : "Bookman Old Style", "Georgia", "Times New Roman", Times, serif;
	font-size : 16pt;
	font-weight : normal;
	color: #FFCC33;
}
  
H3, .heading3, .heading_blog, .hvmusic_headline  {
	font-family : "Georgia", "Times New Roman", Times, serif;
	font-size : 13pt;
	/* !important overrides the bolding that hvmusic_headline adds after
	this style sheet has been parsed. */
	font-weight : normal !important;
	color: #FFCC33;	
}
  
H4, .heading4  {
	font-family : "Georgia", "Times New Roman", Times, serif;
	font-size : 13pt;
	font-weight : normal;
}
  
.pullquote  {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	color: #E5E593;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}
hr.trailred {
	border: none;
	color: red;
	background-color: red;
	height: 4px;
	width: 40%;
	text-align: left;
}
hr.trailblue {
	border: none;
	color: blue;
	background-color: blue;
	height: 4px;
	width: 40%;
	text-align: left;
}
hr.blog_rule {
        border: none;
	color: #FFCC33;
        background-color: #FFCC33;
        height: 1px;
}

.blog_toc {
        padding-top: 10px;
        font-size : 10px;
}
.blog_toc_div {
        margin: 0px 0px 10px 10px;
        padding: 0px 0px 0px 10px;
        width: 175px;
        float: right;
        border-left: 1px solid #000000;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

/* For displaying headings on forms */
.heading_row tr, .heading_row td {
	background-color: black;
}
/* class="form" is the normal text */
.form {
	font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}

/* For news section of home page */
div.news p, div.news br {
    font-size: 10pt;
}

.headline {
	font-size : 10pt;
	color: #FFCC33;	
	font-weight : bold;
}

select, input, textarea {
	font-size : 10pt;
	border: 1px solid black;
	/*background-color: #92924A;*/
	background-color: #72722A;
	color: white;	
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: #525224;
	border: none;
}

.button {
	font-size : 10pt;
	font-weight : bold;
	color: black;
	background-color: #FFB41B;
	border: 1px solid black;
}

.photo {
        border: 3;
        border-style: solid;
        border-color: black;
}

.photo_left {
        border: 3;
        border-style: solid;
        border-color: black;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photo_right {
        border: 3;
        border-style: solid;
        border-color: black;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.align_left {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.notice {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 10px;
        border: 1;
        border-style: solid;
        border-color: #FFB41B;
	background-color: black;
}

