/*  general  */
* {
	padding: 		0;
	margin: 		0;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #74accd url(images/grass.jpg) no-repeat fixed left 100%;
	}
	
	
/*  layout */
#container {
	width: 700px;
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-y;
	margin-top: -3px;
}
  
.spacer { clear: both; }

#textscreen {
	float: left;
	width: 460px;
}
#nav {
	margin-left: 480px;
}

#navcontainer { margin-left: 30px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}

#navcontainer li {
	margin: 0 0 1px 0;
}

#navcontainer a
{
	display: block;
	padding: 3px 5px 3px 25px;
	width: 140px;
	color: #245b60;
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a
{
	display: block;
	padding: 1px 0px 0px 8px;
	width: 125px;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	margin-left: 20px;
}

#navcontainer ul ul a:hover
{
	color: #000000;
	text-decoration: none;
	background-image: none;
}

#textscreen h1 {
	color: #358084;
	background:  url(images/h2arrow.gif) no-repeat right;
	margin: 2px 20px 15px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 5px;
	font-family: impact, verdana, arial, san-serif;
	font-weight: lighter;
}
.headalt {
	color: #A4C45E;
	font-size: 24px;
	font-style: italic;
}
#nav h2 {
	font-size: 16px;
	color: #245B60;
	background-image:  url(images/h2arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	font-weight: lighter;
	margin-bottom: 15px;
	padding-bottom: 2px;
	margin-left: 10px;
	font-family: impact, verdana, san-serif;
}
#footer {
	margin-left: 46px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 43px;
}

.blue {
	color: #006699;
	font-weight: bolder;
	line-height: 140%;
	padding: 10px 20px 5px;
}
.read {
	color: #333333;
	line-height: 160%;
	padding: 3px 20px 7px;
	font-size: 12px;
}
.boldread {
	color: #000000;
	line-height: 160%;
	padding: 3px 20px 7px;
	font-weight: bold;
	font-size: 12px;
}
.note {
	font-weight: bolder;
	font-style: oblique;
}
a.reg {
	color: #245B60;
	font-weight: bolder;
}
a.reg:hover {
	color: #666666;
}
a.big {
	color: #086B9D;
	text-decoration: none;
	font-style: oblique;
	font-size: larger;
	font-variant: small-caps;
}
a.big:hover {
	color: #333333;
}
#nav .here {
	background-image:  url(images/navarrow.gif);
	color: #245B60;
	background-repeat: no-repeat;
	font-weight: normal;
}
#nav .here a:hover {
	background-image: none;
}
.sidenote {
	width: 130px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 30px;
	padding-left: 20px;
}
.sidenote p {
	color: #245B60;
	padding-bottom: 8px;
	padding-left: 10px;
}
.sidenote a {
	color: #666666;
}
.sidenote a:hover {
	color: #006699;
}
.spacer {clear:both;}
h3 {
	font-size: 14px;
	color: #245B60;
	margin: 5px 20px;
	border-bottom: 1px solid #DCDCDC;
}
h4 {
	font-weight: bold;
	font-size: 13px;
	color: #245B60;
	margin: 5px 20px 0px;
}
.bandphoto {
	float: right;
	display: block;
	padding: 5px;
	margin-right: 10px;
}
ul#subnav {
	padding-top: 0;
}
#subnav li {
padding-bottom: 12px;
}
#subnav li a {
	color: #666666;
	height: 12px;
}
#subnav li a:hover {
	color: #B2D565;
	background-image: none;
}
.picdrop {
	background-color: #FFFFFF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	margin: 0px 0px 5px 20px;
}
.notenoem {
	font-weight: bold;
}
.notereg {
	font-style: italic;
}
#current {
	background-image: url(images/navarrow_here.gif);
	background-repeat: no-repeat;
}