/******************* global styles*********************/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#000000;
	padding: 5px;
	margin: 0;
	border: medium ridge #003399;
	list-style-type: square;
	background-image:url(images/graphics/jjbanner5.jpg);
	background-repeat:no-repeat;	

}
p {margin: 5px;
	padding: 5px;}
  
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	background-color: #3366FF;
	display: block;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;

}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	display:block;
	background-color:#999999;
	padding: 2px 10px 2px 30px;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 10px;
}
h4 {
	color: #000000;
	font-style: italic;
	font-size: 18px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	padding-left: 10px;
}
h5 {padding-left: 15px;}
h6 {
	text-transform: lowercase;
	margin: 2px;
	padding: 0px;
}
ul{
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(images/graphics/rbstarbullet.gif);
	list-style-position: outside;
	}
li {padding: 3px;}

caption {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
}
table {
	margin: 5px;
	border: 1px solid #666666;
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	}
th, td {
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	padding: 2px;
	}
th {
	text-align:left;
	font-weight:bold;
	background-color:#FFFFFF;
	border-bottom: 2px solid #666666;
	border-right:2px solid #666666;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
	}

/**************link sytles*******************/
a {
	font-weight: bold;
	text-decoration: none;
	}
  
a:link {color:#0000FF; }
a:vlink {color:#990000; }
a:alink {color:#FF0000; }
a:hover {color:#CC0000;
	text-decoration:underline;}

/*how do I get rid of the text transformation on the e-mail links*/ 



#navbar a {	color:#FFFFFF; font-variant:small-caps;}
#navbar a:vlink {color:#FFFFFF; }
#navbar a:alink {color:#000000; }
#navbar a:hover { 
	color: #CC0000;
	text-decoration:none;
	/*color:#000000; 
	background-color:#FFFFFF;*/
	}
	
#footer a {
	color:#FFFFFF;
	font-weight: normal;
	}
#footer a:hover {font-weight: bold;}

.albums a:hover {color:#FFFFFF;}


/******************divisions*********************/
#banner {
	display: block;
	height:210px;
	/*background-color: #000000;*/
	width:800px;

	}
#navbar {
	/*background-color: #000000;*/
	height: 50px;
	display: block;
	padding-bottom: 10px;
}
#navbar ul {
	list-style-type: none;
	display: block;
	height: 20px;
	margin: 0;
	padding: 15px;
	border-style: none;
	/*background-color: #000000;*/
}
#navbar li {
	margin: 2px;
	padding: 2px;
	display: inline;
	/*border: thin solid #CCCCCC;*/
	color: #FFFFFF;
	float: left;
	background-color:#000000;
	white-space: nowrap;
}
#content {
	background-color:#DCDCDC;
	border: 2px double #999999;
	list-style-type: none;
	min-width:740px;
	
/*	background-image: url(images/rwbstarbackfade.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#footer{clear:both;
	background-color: #000000;
	margin: 5px;
	padding: 4px 10px 4px 10px;
	border:none;
	}
#footer ul {
	background-color: #000000;
	margin: 4px;
	padding: 0px;
	border-width:2px;
	border-left-style:dotted;
	border-color:#FFFFFF;
	display: block;
}
#footer li{
	display:inline;
	white-space: nowrap;
	padding: 4px;
	border-width:2px;
	border-right-style:dotted; 
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-size:11px;
	}
#raffle {
	margin:0;
	padding:0;
	}
.teamphoto {display: block;
	float: left;
	background-color:#0000CC;
	padding:5px;
	margin:0 10 0;
	}
.show {
	background-color:#336699;
	color: #FFFFFF;
	font-size: larger;
	}
.teamphoto ul {
	background-color: #000000;
	margin: 4px;
	padding: 0px;
	border-width:2px;
	border-left-style:none;
	border-color:#FFFFFF;
	display: block;
	list-style-image: none;
	list-style-type:none;
}
.teamphoto li{
	white-space: nowrap;
	padding: 4px;
	border-width:2px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-size:11px;
	}
.teamphoto li li {list-style:none;
	list-style-image:none;
		border-top-style:solid;}
	
/*************class styles*****************/

.smaller {font-size: smaller}

.boxpic {
	background-color: #DCDCDC;
	padding: 4px;
	float: left;
	width: 490px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: none;
	}

.boxfloat {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	width: 95%;
	/*height: 388px;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
	}
.boxfloat ul{margin-left: 0;
padding-left: 12px;
	}
	
.boxfloat h3{color:#000000;}
.floatright {
	float: right;
	margin-right: 20px;
	}
.floatleft {float: left;
	margin: 10px;
	}
.overflow {
	float: right;
	overflow:scroll
	}

.boxrightwide {
	font-size: 10px;
	font-weight: bold;
	background-color:#FF9900;
	padding: 10px;
	float: left;
	width: 470px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	}
	
.camp {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#009900;
	padding: 10px;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	font-family: "Comic Sans MS";
	}
	
.camp img {padding: 10px;}
.press{
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#003366;
	padding: 10px;
	float: right;
	width: 25%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	
	}

.tryouts {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	background-color:#FFFF99;
	padding: 10px;
	float: left;
	width: 25%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	font-family: "Comic Sans MS";
	}
	
.tryouts img {padding: 10px;}

.albums {
	font-size: 12px;
	font-weight: bold;
	background-color:#FF9933;
	padding: 10px;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	}
.boxrightwide ul{margin-left: 0;}

.canceled {text-decoration:line-through;
	color:red;}
.style1 {
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}

	
.toc ul {
	list-style-image: none;
width:200px;
	}
.toc li {
	border:outset;
	background-color:#CCCCCC;
	display:block;
	width: 200px;
	list-style-image: none;
	list-style-type:none;
	text-decoration:none;
	font-weight: bold;
	font-style:italic;
	margin: 2px;
	}

.greentxt {
	font-size: 12px;
	font-weight: bold;
	color: #009C7C;
	padding: 0;
}
	
.left300top390 {
	position:absolute;	
	left: 300px;
	top: 390px;
	}

	
.nobuff {
	margin: 0;
	padding: 0;
	}
.width {
	min-width:750px;
	 /* IE Dynamic Expression to set the minimum width for internet explorer*/
    width:expression(document.body.clientWidth < 800 ? "750px" : "100%" );
	}
.credits {font-size:smaller;
	color:#666666;
	font-style:italic;
	}
