.highlight {
	background-color: #FFFF00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #0033cc;
	text-transform: uppercase;
	text-align: center;
	background-color: #CCCCCC;
	border: thin double #CC0000;
}

h2 {
	text-transform: capitalize;
	color: #0033cc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #0033cc;
}

h4 {
	font-weight: bold;
	color: #cc0000;
}


a {
	color: #000000;
	text-decoration: underline;
}
th {
	color: #FFFF00;
	background-color: #0033cc;
}
.bluebold {
	font-weight: bold;
	color: #0033cc;
	font-style: normal;
}
ul {
	list-style-type: square;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}

.instructions {
	font-style: italic;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
hr {
	color: #cc0000;
	background-color: #cc0000;
}
body {
	background-image:  url("images/bsa_eagle.gif");
	padding-left: 10px;
	margin-bottom: 20px;
}
	
.redbox {
	border: thin double #CC0000;
}
.redtxt {
	color: #CC0000;
}
h3 a {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #0033cc;
}
h2 a {
	text-transform: capitalize;
	color: #0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.redhead	{
	color:#cc0000;
	font-size: 18px;
	font-style:normal;
}

.arrowlist {
	list-style-image: url(images/bullet.gif);
	font-size:14px;
}

.regButton	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:medium; 
	font-weight: bold; 
	background-color: #FFFFFF; 
	color: #CC0000; 
	border: 2px outset #444444;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 10px 0px 160px;;
	padding: 0px;
}

#navBar{
	background-color: #cc0000;
	width: 120px;
	padding: 0px 10px 0px 10px;
	float: left;
}

#main {
	float: left;
	width: 550px;;
	border: 2px solid gray;
	padding: 0px 20px 0px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar {
	float: left;
	width: 220px;
	padding-left: 10px;

}

#content{
	margin: 0;
	padding: 0 3% 0 0;
}

#warningMsg h2	{
	color: #000000;
	text-transform:none; 
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

#navBar a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CC0001;
	color: #FFFFFF;
}

#footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	float:right;
}
